I just started to learn Ruby on Rails. Now I created a simple project and it worked fine in IDE (Aptana). My question is: How can I deploy it in Glassfish?
Some online articles mentioned JRuby and some Glassfish Gem, but there's no details on how to do it. Do I have to use JRuby and is there a step by step tutorials that tell me how to deploy my rails project in Glassfish?
Thanks.