Heroku apparently uses a custom version of rails. If your project specifically relies on 2.1.2, I'm pretty sure you're out of luck.
Otherwise, edit environment.rb and set GEM_VERSION to 2.1.0. If you're developing on your own machine you'll also want to install rails 2.1.0 there. - Chris On 16/11/2008, at 10:14 PM, [EMAIL PROTECTED] wrote: > > hi, I'm currently working on a school project but I encountered a > problem. My project runs on 2.1.2 version. I tried freezing it but by > the time I tried to deploy it, the rails folder didn't appeared in > vendors folder. Hope anyone could help me with this problem. thank > you! > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" 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/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
