openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
JRuby-Rack
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
19 days
ago. based on code collected
20 days
ago.
Jan 30, 2024 — Jan 30, 2025
Showing page 42 of 45
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Clean up some warnings, plus an error about a 'missing org' methd
nsieger
More...
almost 17 years ago
Add require 'time'
nsieger
More...
almost 17 years ago
More work (in progress) on documentation, plus line-wrapping
nsieger
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
nsieger
More...
almost 17 years ago
- Add Rack tag (thanks Tyler Jennings) - Move rack-sample static files to war root
nsieger
More...
almost 17 years ago
Added more documentation to readme (thanks Stephen Bannasch)
nsieger
More...
almost 17 years ago
Updates to bring Merb back in line with the new JRuby Rack style
dudleyf
More...
almost 17 years ago
- Minor code cleanup - Break dispatcher specs out into separate file
nsieger
More...
almost 17 years ago
Updated TODO
nsieger
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
nsieger
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
nsieger
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
nsieger
More...
almost 17 years ago
Implement the rest of the RackResponse interface in Ruby
nsieger
More...
almost 17 years ago
Rename RackResult to RackResponse; refactor three write* methods into single respond method, define data accessor methods for other purposes
nsieger
More...
almost 17 years ago
- Added start of README - Add servlet attribute override feature
nsieger
More...
almost 17 years ago
Create RackDispatcher interface to allow execution outside of the servlet
nsieger
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?)
nsieger
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
nsieger
More...
almost 17 years ago
Support Goldspike 'files.prefix' parameter as another way of specifying 'public.root'
nsieger
More...
almost 17 years ago
Knock 2 items off todo
nsieger
More...
almost 17 years ago
Cache error response as an array instead of a string
nsieger
More...
almost 17 years ago
Create ErrorsApp to properly set up the error application
nsieger
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
nsieger
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)
nsieger
More...
almost 17 years ago
Clean up require paths
nsieger
More...
almost 17 years ago
Missed one rename, in merb helper
nsieger
More...
almost 17 years ago
Reshuffle Ruby sources mostly into 'jruby/rack' and JRuby::Rack namespace
nsieger
More...
almost 17 years ago
- License-header cleanup: shorten header, point to LICENSE.txt - Minor code re-org/cleanup; remove unnecessary constructors
nsieger
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
nsieger
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
nsieger
More...
almost 17 years ago
←
1
2
…
37
38
39
40
41
42
43
44
45
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree