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.