I've checked Ruby 1.9.1 support into github. I'd appreciate it if a a few people tested it on their apps.
If you're on Ubuntu: $ sudo apt-get install ruby1.9.1-full $ sudo ruby1.9.1 -S gem install --no-rdoc --no-ri rails -v 2.3.3 $ sudo ruby1.9.1 -S gem install --no-rdoc --no-ri mysql sqlite3-ruby You should now be able to run your application by using "ruby1.9.1 script/server" Alternatively, you can switch between ruby1.9.1 and ruby1.8 by using galternatives. cheers, Bryan -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
