Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rake

"Private" Rake tasks with the Rails environment

ruby-on-rails ruby syntax rake

Rails Spree project - Database inaccessible from other contributor on Git

ruby-on-rails rake spree

rake db:create generated "if you set the charset manually, make sure you have a matching collation" error

Rails DB Migration Error: relation already exists

Jobs with Resque gives "Don't know how to build task 'jobs:work'" on Heroku

uninitialized constant Mysql::error

mysql ruby-on-rails rake

Copy files preserving directory structure with rake

ruby rake rakefile

Hide the list of files when running rspec?

run rspec tests from specific folder using rake

rspec rake capybara

rake about database adapter inconsistent with database.yml

ruby-on-rails rake

'rake spec' doesn't run with custom RAILS_ENV but 'rspec' and 'bundle exec rspec' do

How can I run a rake task from a delayed_job

Why are some rake tasks missing?

ruby ruby-on-rails-3 rake

Given a typical Rails 3 environment, why am I unable to execute any tests?

How can I have console output display to stdout AND store it in a variable?

ruby console rake stdout

Rails 3.1: how to run an initializer only for the web app (rails server/unicorn/etc)

Faster way to write this rake command - rake db:drop db:create db:migrate db:seed

(apparently) identical tests for two rake tasks; only one passes

ruby-on-rails rspec rake

Installing migrations from engine won't work

How do I override rake tasks for a custom database adapter?