notes on JRuby/Servlet compatibility |
|
More...
|
almost 11 years ago
|
a work-around for WAS (8.5) failing on `Dir.chdir` while booting (fixes #170) |
|
More...
|
almost 11 years ago
|
do some spec cleanup (before getting into refactoring for 1.2) |
|
More...
|
almost 11 years ago
|
switch back to geronimo's specs - they seem to be much more reliable (~ JavaEE 5) |
|
More...
|
almost 11 years ago
|
do not ask for the getHeaderNames enumeration twice |
|
More...
|
almost 11 years ago
|
likely messed up this spec by adding another isHandled(HttpServletResponse) method |
|
More...
|
almost 11 years ago
|
consider response unhandled when OPTIONS with Allow header set (Servlet 3.0 API) |
|
More...
|
almost 11 years ago
|
update maven deps |
|
More...
|
almost 11 years ago
|
let's see how jruby-head rolls (just to get a guess) |
|
More...
|
almost 11 years ago
|
improved handling for jruby.compat.version (should work with jruby-head) |
|
More...
|
almost 11 years ago
|
start using de.saumya.mojo jruby plugins for mvn (relates to #108 as well) this allows us to work without a GEM_HOME/GEM_PATH (local ruby install) |
|
More...
|
almost 11 years ago
|
use ruby-style methods for the servlet api (in our servlet_env handler) |
|
More...
|
almost 11 years ago
|
minor java code cleanup |
|
More...
|
almost 11 years ago
|
rake update_version (to 1.1.15-SNAPSHOT) |
|
More...
|
almost 11 years ago
|
we'll release this one with 1.6.8 |
|
More...
|
almost 11 years ago
|
prepare for 1.1.14 |
|
More...
|
almost 11 years ago
|
load rubygems/package when building gem |
|
More...
|
almost 11 years ago
|
re-invent the ErrorApp without Rack::File and with support for 503(.html) |
|
More...
|
almost 11 years ago
|
when jruby.rack.error.app is set - make sure it's actually used (fixes #166) |
|
More...
|
almost 11 years ago
|
minot booter code cleanup |
|
More...
|
almost 11 years ago
|
better error message when Bundler.setup fails |
|
More...
|
almost 11 years ago
|
appraisal gem de-ja-vu (mostly for travis-ci) |
|
More...
|
almost 11 years ago
|
getting OOME on hep size with travis + test against Java 7 as well as 6 |
|
More...
|
almost 11 years ago
|
no need to have appraisal rake tasks available all times |
|
More...
|
almost 11 years ago
|
isolate ENV correctly (esp. due travis-ci) |
|
More...
|
almost 11 years ago
|
always force BUNDLE_GEMFILE for the "mock" rails apps + print warnings |
|
More...
|
almost 11 years ago
|
[travis-ci] run `rake spec` and bundle --without development |
|
More...
|
almost 11 years ago
|
appraise latest once again - move apprasisal gem to development group |
|
More...
|
almost 11 years ago
|
review Railtie for setting relative_url_root - do not override if already set ... - Rails defaults config.relative_url_root to ENV['RAILS_RELATIVE_URL_ROOT'] - if user set something explicit in the environment it will now be kept (we're setting config.action_controller.relative_url_root only if config.relative_url_root has not been set) |
|
More...
|
almost 11 years ago
|
support setting a "relative url root" even with plain rack applications for now needs to be explicitly configured with rack.relative_url_root_variable |
|
More...
|
almost 11 years ago
|