3
I Use This!
Low Activity

Commits : Listings

Analyzed 19 days ago. based on code collected 20 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Clean up some warnings, plus an error about a 'missing org' methd More... almost 17 years ago
Add require 'time' More... almost 17 years ago
More work (in progress) on documentation, plus line-wrapping More... almost 17 years ago
- Make sure public root real path does not end in slash - Fallback calculation for PATH_INFO using context path and request URI More... almost 17 years ago
- Add Rack tag (thanks Tyler Jennings) - Move rack-sample static files to war root More... almost 17 years ago
Added more documentation to readme (thanks Stephen Bannasch) More... almost 17 years ago
Updates to bring Merb back in line with the new JRuby Rack style More... almost 17 years ago
- Minor code cleanup - Break dispatcher specs out into separate file More... almost 17 years ago
Updated TODO More... almost 17 years ago
Set 'rack.dynamic.requests.only' attribute in RackFilter after falling through to the dispatcher to indicate that static files were not found More... almost 17 years ago
Implement RackFilter as alternative to servlet which should allow the container to serve up most static content in the root of the war More... almost 17 years ago
- Add specs for Rails adapter - Add additional branching logic to disable static file checking and serving if rack.dynamic.requests.only is present in the calling environment More... almost 17 years ago
Implement the rest of the RackResponse interface in Ruby More... almost 17 years ago
Rename RackResult to RackResponse; refactor three write* methods into single respond method, define data accessor methods for other purposes More... almost 17 years ago
- Added start of README - Add servlet attribute override feature More... almost 17 years ago
Create RackDispatcher interface to allow execution outside of the servlet More... almost 17 years ago
Request forgery appears to work as expected. Only catch is that you'll need to define a secret (usually commented in generated application.rb). Maybe make that automagic later (like the cookie store?) More... almost 17 years ago
- Clean up servlet context log messages -- add ghetto Error, Warning and Info badges - Catch error application initialization failure and return a fallback More... almost 17 years ago
Support Goldspike 'files.prefix' parameter as another way of specifying 'public.root' More... almost 17 years ago
Knock 2 items off todo More... almost 17 years ago
Cache error response as an array instead of a string More... almost 17 years ago
Create ErrorsApp to properly set up the error application More... almost 17 years ago
- Update Errors app to return either a 500 or a 503 error, using either a custom 500.html file (if present) or Rack::ShowStatus - Set jruby home of runtimes to point inside the complete jar to /META-INF/jruby.home - Change env["SCRIPT_NAME"] to include context path More... almost 17 years ago
- update rack-sample jruby version dependency to 1.1RC-SNAPSHOT - print load path on snoop index page - attempt to explicitly set up jruby home to a location inside the complete jar (avoid issue found in JRUBY-1991) More... almost 17 years ago
Clean up require paths More... almost 17 years ago
Missed one rename, in merb helper More... almost 17 years ago
Reshuffle Ruby sources mostly into 'jruby/rack' and JRuby::Rack namespace More... almost 17 years ago
- License-header cleanup: shorten header, point to LICENSE.txt - Minor code re-org/cleanup; remove unnecessary constructors More... almost 17 years ago
- Split out application creation so that error application can be created with the same code path - Stub Rack::Handler::Servlet::Errors app for now More... almost 17 years ago
- Shuffle around application destroy logic for symmetry - Handle pool initial wait logic such that tests don't block for too long More... almost 17 years ago