I have a web server that hosts Ruby version 1.8.5. Which version of Rails is compatible with that version of Ruby? On the Rails site, it says that the pre-requisite for running Rails 3.0 is Ruby 1.8.7. Does Rails 3.0 work at all with versions prior to 1.8.7?
Any help appreciated.
From their site:
Which means, sure, you can use it. But you’re on your own if it doesn’t work correctly.