Ruby raise exception helpers that preserve the Java cause |
|
More...
|
over 10 years ago
|
introduce a read URL IO helper |
|
More...
|
over 10 years ago
|
update jruby + maven plugins ... compile with Java 6 now |
|
More...
|
over 10 years ago
|
setup our new rack-input on `Input.new` just like the previous `new RackInput()` |
|
More...
|
over 10 years ago
|
handle rack.input "on-demand" - as Input.new(servlet_env) instantiated from the env |
|
More...
|
over 10 years ago
|
do not be that "strick" checking the rack app responds to call during initialize |
|
More...
|
over 10 years ago
|
hook-up parts of Rack::Handler::Servlet as native (for some later hand-tuning) |
|
More...
|
over 10 years ago
|
do not regexp escape term twice |
|
More...
|
over 10 years ago
|
use doubles |
|
More...
|
over 10 years ago
|
hook up the (now) "native" `JRuby::Rack::Input` |
|
More...
|
over 10 years ago
|
load JRuby::Rack extensions on runtime initialization |
|
More...
|
over 10 years ago
|
implement Library as an entry point to loading our "native" extensions |
|
More...
|
over 10 years ago
|
we're only able to compile against JRuby 1.7 API |
|
More...
|
over 10 years ago
|
Merge branch '1.1-stable' |
|
More...
|
over 10 years ago
|
update jruby maven plugins and bundler's version |
|
More...
|
over 10 years ago
|
next development SNAPSHOT is 1.1.17 |
|
More...
|
over 10 years ago
|
`rake gem` - make sure .jar is used when it's already there + minor updates |
|
More...
|
over 10 years ago
|
prepare for 1.1.16 |
|
More...
|
over 10 years ago
|
remove dead spec code |
|
More...
|
over 10 years ago
|
re-invent the rails extension spec |
|
More...
|
over 10 years ago
|
one more failing test (due the exist? checks on FS with "real" xxx_path methods) |
|
More...
|
over 10 years ago
|
handle FS layout on our own - since server's getRealPath might behave unexpectedly - this is a regression that causes 1.1.15 to get yanked (Rails > 3.0 apps started as 2.3) |
|
More...
|
over 10 years ago
|
appraise latest dependencies |
|
More...
|
over 10 years ago
|
update version for next development snapshot |
|
More...
|
over 10 years ago
|
update jruby-openssl (release still runs with JRuby 1.6.8) |
|
More...
|
over 10 years ago
|
File.absolute_path only exists on 1.9 |
|
More...
|
over 10 years ago
|
update version to 1.1.15 |
|
More...
|
over 10 years ago
|
fill in History for 1.1.15 |
|
More...
|
over 10 years ago
|
deal with potential getParameterMap "bugs" - null values e.g. on Jetty 6 (fixes #154) |
|
More...
|
over 10 years ago
|
minor code changes - use Ruby.class' loaded |
|
More...
|
over 10 years ago
|