3
I Use This!
Low Activity

Commits : Listings

Analyzed 13 days ago. based on code collected 14 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Tweak release_checks commands and messages More... about 13 years ago
Make sure release tag doesn't exist and add git tag commands More... about 13 years ago
Add release task with actual release commands dummied up for now More... about 13 years ago
Require jruby-openssl for testing; fix test I broke in previous commit More... about 13 years ago
Merge branch 'master' of git://github.com/jruby/jruby-rack
Karol Bucek
as kares
More... about 13 years ago
make sure $LOAD_PATH entries are prefixed with classpath: for containers where jruby.home is detected as /tmp - verified that this works in 1.9 mode on WebSphere 8 with the JRuby 1.6.7 LoadService fix (related to #89)
Karol Bucek
as kares
More... about 13 years ago
Add some randomness to cgi servlet store secret More... about 13 years ago
preliminary release notes for 1.1.4
Karol Bucek
as kares
More... about 13 years ago
RewindableInputStream should comfor with int InputStream#read semantics - reading a byte 0xFF should not be confused with -1 EOF (closes #92)
Karol Bucek
as kares
More... about 13 years ago
active_support loading magick + make sure Rack constant does not get misinterpreted as JRuby::Rack
Karol Bucek
as kares
More... about 13 years ago
1.9 String#each fix
Karol Bucek
as kares
More... about 13 years ago
run rspec with bundle exec for better env isolation + only require rails if it's on the LOAD_PATH (so one can easily emulate stub lib locally)
Karol Bucek
as kares
More... about 13 years ago
run integration specs with the same ruby compat mode as the current ruby version
Karol Bucek
as kares
More... about 13 years ago
a rails 3.2 stub with default and logger specs
Karol Bucek
as kares
More... about 13 years ago
custom config.logger does not override default on 3.0.x (closes #93)
Karol Bucek
as kares
More... about 13 years ago
a travis 1.9 mode Gem::Spec workaround
Karol Bucek
as kares
More... about 13 years ago
Merge branch 'master' of github.com:jruby/jruby-rack More... about 13 years ago
Fix for #88, ensure $servlet_context is not nil in embedded scenario More... about 13 years ago
solve the rack chicken egg problem when rails boots - now load_environment happens before rack gets explicitly required if not defined
Karol Bucek
as kares
More... about 13 years ago
Upgrade to Rack 1.4.1 More... about 13 years ago
Add rails32 appraisal More... about 13 years ago
Update README, fixes #91. More... about 13 years ago
Update copyrights for 2012 More... about 13 years ago
Update pom to use JRuby 1.6.6 More... about 13 years ago
Move "require 'jruby'" up to the top-level to fix spec More... about 13 years ago
Whitespace More... about 13 years ago
at last some integration testing within real rack/rails environments
Karol Bucek
as kares
More... about 13 years ago
attempt to reproduce loading in a container with incorrectly detected jruby.home (e.g. WS 8) - make sure no stdlib features are loaded until path is adjusted
Karol Bucek
as kares
More... about 13 years ago
move rack require (with our rack_ext require) "back" to Booter#boot! as it was prior to these commits :
Karol Bucek
as kares
More... about 13 years ago
make sure runtime.evalScriptlet specs actually run !
Karol Bucek
as kares
More... about 13 years ago