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.20 (22/01/16)
2+
3+ - pre-maturely avoid Ruby frozen string literals coming at us ... ''.dup meh!
4+ - allow to boot when RAILS_ROOT/public directory does not exist (closes #197 )
5+ - for better booter detection - export public path after working dir was changed
6+ - ` ActionController::Base ` provides a method ` servlet_response ` to return the
7+ ` java.servlet_response ` rack env (#201 )
8+ - adjust jruby home dir fallback (for default $LOAD_PATH) correctly on 9K and --2.0
9+ - servlet env should behave on ` fetch ` and ` [] ` like a Hash (nil value can be set)
10+
111## 1.1.19 (01/07/15)
212
313- update (bundled) rack to 1.5.5
414- servlet attrs with null/false values should not end up with an '' env value (#195 )
515- tune ErrorApp + ShowStatus to respect set 'rack.showstatus.detail' (#194 )
616- allow for more ` JRuby::Rack::ErrorApp ` customizations + retrieve cause when needed
7- - ` ActionController::Base ` provides a method ` servlet_response ` to return the
8- ` java.servlet_response ` rack env.
917
1018## 1.1.18 (13/01/15)
1119
You can’t perform that action at this time.
0 commit comments