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, jaythre...@gmail.com 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!