JBoss-Rails 1.0 Beta 2 Released
Bob McWhirter
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:

  • jboss-rails-deployer-1.0.0-beta-2.zip

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:

  • jboss-5.0.x-rails-1.0.0-beta-2.zip

Just unzip it, set $JBOSS_HOME, and you should be good to go.

  • Next JBoss AS5: The Platform of the Future
  • Previous Structure prevents chaos
Copyright 2008-2010 Red Hat, Inc.