I have a rails 3 application on localhost, but my host (dreamhost) uses 2.3.5.
Are there any techniques to downgrade my application?
I’ve tried installing rails 3 locally, but there is a conflict with rake. And simply trying to run my application results in an “uninitialized constant Bundler” error.
I’d rather not re-write it from scratch, so if anyone has any tips for conversion, that would be awesome.
Thanks.
It would be painful to “downgrade” a Rails 3 application but it might be feasible by simply creating a new one with the target version of Rails, then:
Why is Dreamhost not able to host a Rails 3 project? When you do
bundle installall your gems should be installed, including the proper version of Rails.