File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## 1.1.14 (xx/xx/xx )
1+ ## 1.1.14 (24/02/14 )
22
3+ - re-invent the ErrorApp without Rack::File and with support for 503(.html)
4+ - when jruby.rack.error.app is set - make sure it's actually used (fixes #166 )
5+ - review Railtie for setting relative_url_root - do not override if already set
6+ - support setting a "relative url root" even with plain rack applications for
7+ now needs to be explicitly configured with rack.relative_url_root_variable
38- honor the set ` config.log_formatter ` when setting up logger in Rails
49- when a header is added response should be considered handled (#153 )
510- support for returning managed applications from rack factory decorators
Original file line number Diff line number Diff line change 99 <modelVersion >4.0.0</modelVersion >
1010 <groupId >org.jruby.rack</groupId >
1111 <artifactId >jruby-rack</artifactId >
12- <version >1.1.14-SNAPSHOT </version >
12+ <version >1.1.14</version >
1313 <name >JRuby-Rack</name >
1414 <url >http://github.com/jruby/jruby-rack/</url >
1515 <description >
Original file line number Diff line number Diff line change 77
88module JRuby
99 module Rack
10- VERSION = '1.1.14.SNAPSHOT '
10+ VERSION = '1.1.14'
1111 end
1212end
You can’t perform that action at this time.
0 commit comments