GoldSpike 1.3 is released.
Download: http://rubyforge.org/frs/?group_id=2014
Source: http://jruby-extras.rubyforge.org/svn/tags/rails-integration/1.3

If one of the JRuby devs could please copy the files over to the 
codehaus Maven repository it would be much appreciated.

I'll update the GoldSpike plugin to use the new version when the jar 
shows up in ibiblio.

Changes since the last release:
+ Update to JRuby 1.0.1
+ Support for WebLogic (tested with 9.2)
+ Fix PUT, DELETE, etc requests not being passed on to RailsServlet.
+ Add support for HEAD requests to FileServlet.
+ Fix for a deadlock situation
+ Add support for adding arbitrary files to WEB-INF, also looking at 
timestamps and so on to not add unnecessarily.
+ Spring plugin
+ Support for caching, by Li Xiao.
+ Drop support for preparsing the syntax tree
+ Don't add AR-JDBC or Rails gems if they're already added to vendor. By 
Michael Schubert.
+ Servlet configuration templates are now created by a generator. By 
Bryan Liles.
+ Support staggered start up of background tasks
+ Make the servlet context directly available to Rails applications as 
$servlet_context
+ Added RailsTaskServlet that makes it possible to run other Rails tasks 
such as for example ActiveMessaging
+ Moved all runtime pool management out into a listener, for proper 
lifecycle management
+ Added support for rails page caching
+ Make system environment variables available at request time
+ Running an embedded Jetty will now use RAILS_ENV (with a default of 
'development') as the rails environment
+ Assemble web application in place rather than using tmp/war
+ MIT license
+ Changed File.install to File.copy to improve performance
+ Fix gem install courtesy Jeffrey Damick
+ FileServlet can serve directly from an absolute paths

_______________________________________________
Jruby-extras-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/jruby-extras-devel

Reply via email to