Text
Rake with Rails 3.1rc1
Do you have an error executing a rake task using the new rails version?: Just do the following:
bundle exec rakeAnd if you don’t want remember this command each time, you could make an alias:
alias rake="bundle exec rake"Or even add it to your bash profile, ;) Why do you have the error?. The new version of rails breaks a few of things and you should use the version 0.8.7 of this rake gem instead of any other.
-
pronunciation001 liked this
-
differences56f liked this
-
coalitiong9p liked this
-
reviewed25f6 liked this
-
victimms9 liked this
-
viewpointhg9d liked this
-
jackson37sq liked this