modruby.net http://www.modruby.net/en/index.rbx the Apache/Ruby integration project mod_ruby-1.2.6 released http://www.modruby.net/en/index.rbx/news13.html mod_ruby-1.2.6isreleased.Mainchangesfrommod_ruby-1.2.5apache/rails-dispatcher.rbsupportsRails1.1.addedguardconditionalsaroundcodethatusesdconftoavoidS 2006-06-15T13:32:06+09:00 mod_ruby-1.2.6 is released.

Main changes from mod_ruby-1.2.5

  • apache/rails-dispatcher.rb supports Rails 1.1.
  • added guard conditionals around code that uses dconf to avoid SEGV. Thanks, Michael Granger.
  • fixes for Ruby 1.6.x.
  • do not call downcase content_type, content_encoding, and content_lnaguages.
]]>
mod_ruby-1.2.5 released http://www.modruby.net/en/index.rbx/news12.html mod_ruby-1.2.5isreleased.Mainchangesfrommod_ruby-1.2.4addedRubyRestrictDirectivesbyDavidGaramond.addedApache::Request#all_params.set$0correctlyaddedAp 2006-02-19T21:52:56+09:00 mod_ruby-1.2.5 is released.

Main changes from mod_ruby-1.2.4

  • added RubyRestrictDirectives by David Garamond.
  • added Apache::Request#all_params.
  • set $0 correctly
  • added Apache::RubyProfile.
  • added RubyOption.
  • added Apache::RailsDispatcher.
  • supported Apache 2.2 thanks to Michael Sullivan.
  • added RubyGcPerRequest.
  • do not timeout if RubyTimeOut is 0.
]]>
trac http://www.modruby.net/en/index.rbx/news11.html Thetracsiteisavailablenow.<URL:http://modruby.net/devel> 2004-12-11T09:40:36+09:00 The trac site is available now.

<URL:http://modruby.net/devel>

]]>
mod_ruby-1.2.4 released http://www.modruby.net/en/index.rbx/news10.html mod_ruby-1.2.4isreleased.Changesfrommod_ruby-1.2.3fixedabuildproblemonMacOSX.Thereisnoneedtoupgradefrommod_ruby-1.2.3onotherplatforms. 2004-09-27T14:22:06+09:00 mod_ruby-1.2.4 is released.

Changes from mod_ruby-1.2.3

  • fixed a build problem on Mac OS X. There is no need to upgrade from mod_ruby-1.2.3 on other platforms.
]]>
mod_ruby-1.2.3 released http://www.modruby.net/en/index.rbx/news9.html mod_ruby-1.2.3isreleased.Changesfrommod_ruby-1.2.2includedlibapreqitself.ignorethesecondSIGTERM.waitfinalizationprocessoftheRubyinterpreter.donotuseAP 2004-09-27T01:44:27+09:00 mod_ruby-1.2.3 is released.

Changes from mod_ruby-1.2.2

  • included libapreq itself.
  • ignore the second SIGTERM.
  • wait finalization process of the Ruby interpreter.
  • do not use APR threads on the prefork MPM.
  • Apache::Request#send_fd works on Apache2 now.
  • $stdout.sync is set to true.
  • call GC on every handler call.
]]>