I just upgraded to rails 3 but was running ruby 1.9.1 prior to the upgrade. Rails 3 doesn't support Ruby 1.9.1. How can I downgrade to ruby 1.8.7?
This will downgrade from your current version to 1.8.7:
gem update --system 1.8.7
install rvm, this will allow you to run multiple versions of ruby and switch between them at will: rvm
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With