Is it possible to compile all .rb source files files (including the configuration source file files) of Ruby on Rails to .class files using JRuby, pack it into a .war file and deploy to JBoss or another Java appserver?
Is it possible to compile all .rb source files files (including the configuration source
Share
Check out warbler for this purpose.
From the main page: