Release Name: 1.2.1
Notes:
Warbler is a gem to make a .war file out of a Rails, Merb, or Rack-based
application. The intent is to provide a minimal, flexible, ruby-like way to
bundle up all of your application files for deployment to a Java application
server.
Changes:
== 1.2.1
- Add --directoryListings=false to Winstone launch by default. In some
cases (sinatra) Winstone's directory listing masks application
content. (Fletcher Nichol)
- Build and add META-INF/init.rb file into the war file. This is
recognized and loaded by JRuby-Rack 1.0.3 as a new way to do extra
environment initialization before the web framework is loaded. See
config.init_contents in Warbler::Config for details.
|