Created
August 19, 2011 03:20
-
-
Save xntrik/1155950 to your computer and use it in GitHub Desktop.
rake aborting
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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