Matt Jones wrote: > What version of rails are you running? 2.3.2
I found out what the problem is though. Some gems are loaded by the Rails initializer, so if they are missing, the rake tasks can't be loaded. It's a catch-22 really. I wrote a wrapper script to fix it. If any body else needs it, you can get it from here: http://gist.github.com/136461 Just put in `script/install_gems` and remember to `chmod +x`. -- troels -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

