Run Rails 3 app on a Rails 2 server/machine?
- by chucknelson
I'm trying to run a Rail 3 (3.0.10) app on a shared joyent smartmachine server (I don't have root access) which has Rails 2 (2.3.11) installed , and I'm not sure what to do after I freeze my Rails 3 app with bundle install --deployment.
It seems like with the Rails 3 and bundler gems not being installed on the server locally, my app isn't even…