Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rake

Why can't the mime-types gem (unpacked in vendor/gems) be found?

bower-rails can't install packages anymore

Can rake stats be obtained in json?

ruby-on-rails ruby rake

Debugging rake tasks

rake db:rollback reverting the wrong migration

Rake db:setup or rake db:create applying wrong username/wrong database

Why is my rake call causing an 'undefined method `source_index`' error?

How do I keep log messages out of STDOUT when running Rake tasks on Heroku?

ruby-on-rails heroku rake

Getting "'gem (at master) is not checked out. Run 'bundle install' first" every time I run rake db:migrate

ruby-on-rails ruby rake bundle

Heroku Scheduler task not running as expected

Rails: How to define a function in a rake task

ruby-on-rails ruby rake

How do you use multiple tasks using Rake::TestTask?

rake test prepare: NoMethodError: undefined method `[]' for nil:NilClass

How to run some action every few seconds for 10 minutes in rails?

rake aborted! NameError: uninitialized constant Users

Why does Foreman exit when I add a rake assets:precompile task to my Procfile?