Hi there, I'd like to ask for a vote on the update of ruby-rails to v2.3.4. This updates all of the standard Rails gems and adds a dependency on the ruby-rack package in /contrib.
Once installed just run: As root: # gem update --system --no-ri --no-rdoc As any user: % rails myApp % cd myApp % ruby script/server You can then connect to your new app on http://localhost:3000 BTW: At the moment the gem update will clobber some doc files from the SUNWruby18 in the /var directory. I have a fix for this which involves moving the doc files for rubygems to the vendor directory in /usr which I'll try to get in to OpenSolaris 2010.03. Once you've done the gem update, you'll have two versions of rubygems on the system but one will be hidden away in the vendor directory of the Ruby installation. Thanks Amanda
