JBoss-Rails 1.0 Beta 2 Released
Bob McWhirter | 05:53pm UTC, 03 December 2008
The second beta of JBoss-Rails is now available. This release brings about a handful of visible changes:
- *-rails.yml now supports mapping to a virtual host
- jboss-scheduler.yml for recurring scheduled tasks
- jboss-rails-env.yml for setting RAILS_ENV if you don't use *-rails.yml
- jboss-web.yml for setting web config if you don't use *-rails.yml
- lib/java/**.jar loaded into your classpath
- lib/java/classes/ loaded into your classpath
The extra jboss-rails-env.yml and jboss-web.yml files allow you to simply symlink your application into your deploy/ directory, if you so choose. Ultimately, it'll support deployment of Rails applications bundled into a JAR archive, without using *-rails.yml. But we're not yet able to deploy archives.
Plus a whole bunch of clean-ups, refactorings, and better following of Microcontainer's best practices.
Obtain the release
If you just want to drop the JBoss-Rails deployer into your existing AS 5.0.x, you can grab the simple deployer distribution:
If you don't have an AS 5.0.x already handy, this a bundle of AS 5.0.x from the latest nightly build, plus the JBoss-Rails deployer installed in the 'all' and 'default' configurations:
Just unzip it, set $JBOSS_HOME, and you should be good to go.



Comments
Bob McWhirter 10:31pm UTC, 04 December 2008
btw--
It's looking like the bundle that includes AS5 expected a JDK6 Java.
main, 04:42pm UTC, 05 December 2008
Hey,
Do you have any experience with the ahead of time compile feature and jboss + your plugin. Does it work?
http://wiki.jruby.org/wiki/Rails_AOT
--main
Bob McWhirter 05:22pm UTC, 05 December 2008
@main--
No, I have not tried the AOT stuff at all yet. It's definitely on the agenda though.