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?
feedback
|
|
Check out warbler for this purpose. From the main page:
| |||||||
feedback
|
|
the following command should compile all .rb to .class
in the warble.rb file you can uncomment the line to compile only some Ruby files
| |||
|
feedback
|