Skip to content

Instantly share code, notes, and snippets.

@xntrik
Created August 19, 2011 03:20
Show Gist options
  • Save xntrik/1155950 to your computer and use it in GitHub Desktop.
Save xntrik/1155950 to your computer and use it in GitHub Desktop.
rake aborting
If you're using rvm and multiple rubies and rails etc and rake borks on you.
Execute it with "bundle"
ie. bundle exec rake -T
or
bundle exec rake db:create
from: http://house9.blogspot.com/2011/06/rails-31-and-ruby-192-p180-rake-aborted.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment