3
I Use This!
Low Activity

Commits : Listings

Analyzed 15 days ago. based on code collected 16 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #59 from jruby/fix-content-length-error More... over 13 years ago
setContentLength accepts only int, addHeader must be used for large files (>2GB) More... over 13 years ago
Updated server test output + add 404 test More... over 13 years ago
RackFilter => UnmappedRackFilter + DefaultRackFilter => RackFilter More... over 13 years ago
Bump rack version in Sinatra example More... over 13 years ago
version bump to 1.1.0.dev More... over 13 years ago
Remove obsolete background spooling setting More... over 13 years ago
Get rid of org.jruby.rack.input.* in favor of RewindableInputStream More... over 13 years ago
Extract RequestCapture and ResponseCapture to separate classes More... over 13 years ago
Upgrade to Rack 1.3.3 More... over 13 years ago
Merge branch 'master' of github.com:jruby/jruby-rack More... over 13 years ago
Make pom changes to allow 'mvn install' to run bundler to get rack installed More... over 13 years ago
pom.xml: change github paths to github.com/jruby More... over 13 years ago
Change build to manage gems with Bundler and jars with Maven More... over 13 years ago
fix #53: Allow to use jruby-rack in embedded environments More... over 13 years ago
Merge pull request #56 from jruby/3-1-0-final More... over 13 years ago
Fix images example to use images in app/assets/images More... over 13 years ago
Add new configurations for Rails 3.1.0 More... over 13 years ago
Upgrade to Rails 3.1.0, add therubyrhino gem for asset pipeline More... over 13 years ago
Delete old assets in public folder, we are using now Assets Pipeline More... over 13 years ago
Merge pull request #32 from Baq/master More... over 13 years ago
Update repo links to point to github.com/jruby/jruby-rack More... over 13 years ago
Release info for 1.0.10 More... over 13 years ago
Upgrade to Rack 1.3.2 for Rails 3.1 More... over 13 years ago
Pull Request #32 for JSP Forward/Include support * Updated forward support in Sinatra/Rails3 to avoid writing to response after it's committed * Added include support to Rails3 * Changed "request.include" to "request.render" to be more in line with Rails More... over 13 years ago
Turn off X-Sendfile in example app More... over 13 years ago
Need to check for Rails >= 3.1 by checking for a hash More... over 13 years ago
Merge branch 'master' of github.com:nicksieger/jruby-rack More... over 13 years ago
Fix railtie to work with 3.1 paths More... over 13 years ago
Upgrade Rails 3 example to 3.1rc5 More... over 13 years ago