I am running a Ruby on Rails site in a shared hosting environment on
Dreamhost (using Passenger), and recently they upgraded from Rails 2.3.x
to Rails 3. It looks like this broke the site.
I am running a Ruby on Rails site in a shared hosting environment on
Dreamhost (using Passenger), and recently they upgraded from Rails 2.3.x
to Rails 3. It looks like this broke the site.
Check whether they have also upgraded ruby to 1.9. If you have not
got 1.8.7 available then I think you will not be able to run rails
2.3. Unless others can correct me...
known version that worked... I don't monitor this site that often).
Check whether they have also upgraded ruby to 1.9. If you have not
got 1.8.7 available then I think you will not be able to run rails
2.3. Unless others can correct me...
Rails 2.3 works with Ruby 1.9. Certain gems may not, though.
Well I am surprised, I certainly had it in my head that rails 2.3.x
was not happy with ruby 1.9.2. After some googling however I have to
admit that I cannot find any evidence to back that up so I stand
corrected. Maybe I was confused by issues around 1.9.1 and rails.
Sorry for the noise.
I believe rake is just driving gem at that point, so you might want to try the extended gem syntax for installing a particular version of a particular gem from a particular server. (man gem in a terminal for the entire syntax) See if there's a copy on github's gem server, or rubyforge, or one of the other best-guess places.