I am sure there is a good reason for choosing Ruby 1.8.7-p* instead of 1.9.*, but I'd like to know that reason :)
Ruby 1.9.1 segfaults with rails 3 and 1.9.2 is in a state of flux? maybe?
Rails Installer - Get up and running on Windows
31–38 of 38 posts
Re: Rails Installer - Get up and running on Windows
#32Re: Rails Installer - Get up and running on Windows
#33Earlier quoted context omitted.
If you're on a mac, you already have rails and ruby 1.8.6 (osx 10.5) or 1.8.7 (osx 10.6). Just sudo gem update to get the latest version and you're good to go.
ruby 1.8.7 is required for Rails 3; so Leopard/10.5 users need to install ruby 1.8.7 manually to get started as if they didn't have ruby installed at all, I think.
Re: Rails Installer - Get up and running on Windows
#34It was how i started with Rails and Ruby on Windows. After I got addicted I switched to Ubuntu.
Re: Rails Installer - Get up and running on Windows
#35Earlier quoted context omitted.
Ruby 1.9.1 segfaults with rails 3 and 1.9.2 is in a state of flux? maybe?
1.9.2 is stable. It, apparently, doesn't work perfectly on Windows though.
Re: Rails Installer - Get up and running on Windows
#36Earlier quoted context omitted.
Ruby 1.9.1 segfaults with rails 3 and 1.9.2 is in a state of flux? maybe?
1.9.2 is stable. It, apparently, doesn't work perfectly on Windows though.
Working on the 1.9.2 port, but it's just not that simple...
Re: Rails Installer - Get up and running on Windows
#37Earlier quoted context omitted.
If you're on a mac, you already have rails and ruby 1.8.6 (osx 10.5) or 1.8.7 (osx 10.6). Just sudo gem update to get the latest version and you're good to go.
ruby 1.8.7 is required for Rails 3; so Leopard/10.5 users need to install ruby 1.8.7 manually to get started as if they didn't have ruby installed at all, I think.
ruby - Ruby itself is prerequisite in order to build Ruby 1.9. It can be 1.8.
source: http://redmine.ruby-lang.org/wiki/ruby/DeveloperHowto#label-...Re: Rails Installer - Get up and running on Windows
#38Earlier quoted context omitted.
ruby 1.8.7 is required for Rails 3; so Leopard/10.5 users need to install ruby 1.8.7 manually to get started as if they didn't have ruby installed at all, I think.
Actually ruby 1.8.7 is required to install ruby 1.9.2. Rails doesn't need 1.8.7 and works fine with just ruby 1.9.2 installed. ruby - Ruby itself is prerequisite in order to build Ruby 1.9. It can be 1.8. source: http://redmine.ruby-lang.org/wiki/ruby/DeveloperHowto#label-...