A little inspired by all the JRuby buzz, I thought I’d take an existing rails app that I have running on heroku and migrate it to Jruby. I wanted to test how easy/hard it would be: I made a branch of my project: git checkout -b jruby-test Install jruby via rvm rvm install jruby-1.6.2 I [...]
↧