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
13 days
ago. based on code collected
14 days
ago.
Jan 30, 2024 — Jan 30, 2025
Showing page 22 of 45
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
handle cases where ServletContext#getResource returns an URL with a file:// prefixed path - getRealPath is expected to return a FS path (related to #75)
Karol Bucek
as kares
More...
about 13 years ago
better detection of current rails env in specs
Karol Bucek
as kares
More...
about 13 years ago
tweak find rackup (`new File(null)` failure on WLS 10.3 with Rails 3) and add specs reproducing context.getRealPath == nil
Karol Bucek
as kares
More...
about 13 years ago
support for testing and declaring specs to run with a "real" Rails env
Karol Bucek
as kares
More...
about 13 years ago
keep up with rspec fashion 2.x (some ci failing specs seems to be better reproducable locally with updated rspec)
Karol Bucek
as kares
More...
about 13 years ago
keep the rack require as well as the vendor/rack require in one place + include the servlet extensions on Rack::Request instead of re-opening the class
Karol Bucek
as kares
More...
about 13 years ago
Be sure to require 'rack/request'
Nick Sieger
More...
about 13 years ago
since now we override the default logger (#80) on rails 3, we should configure the logging level from config.log_level + wrap it into a taggable on rails 3.2 (fixes #85)
Karol Bucek
as kares
More...
about 13 years ago
incorrectly changed the filter_spec at 7ac33d7b7cb2bf70ec0e8b01530e32167d266614 due to invalid passing of captures to the dispatcher - revert this behavior (fixes #84)
Karol Bucek
as kares
More...
about 13 years ago
set next dev SNAPSHOT
Karol Bucek
as kares
More...
about 13 years ago
1.1.3
Nick Sieger
More...
about 13 years ago
Release process documentation
Nick Sieger
More...
about 13 years ago
Addtional fix for #73 and #76
Charles Oliver Nutter
More...
about 13 years ago
Merge pull request #80 from atambo/master
David Calavera
More...
about 13 years ago
Stop using BufferedLogger
Alex Tambellini
More...
about 13 years ago
set next development release version
David Calavera
More...
about 13 years ago
Release version 1.1.2
David Calavera
More...
about 13 years ago
better $LOAD_PATH adjustment when jruby.home == /tmp (related to #75)
Karol Bucek
as kares
More...
about 13 years ago
still do dispatch when filter chain throws a FileNotFoundException (closing issue #79)
Karol Bucek
as kares
More...
about 13 years ago
ignore .redcar
Karol Bucek
as kares
More...
about 13 years ago
update to rack 1.3.6
Karol Bucek
as kares
More...
about 13 years ago
update appraisals to latest rails versions
Karol Bucek
as kares
More...
about 13 years ago
check relative_root_url= into the rails initializer
David Calavera
More...
about 13 years ago
raise error when the rackup path is wrong and the rack application is nil. Fixes #18
David Calavera
More...
about 13 years ago
fall back to the original request when the body is pre-parsed and there is a mismatch in the parameters map. Fixes #44
David Calavera
More...
about 13 years ago
don't call relative_url_root= if the controller doesn't respond to it. This behaviour has changed between Rails 3.0 and Rails 3.1. See #73 and #76
David Calavera
More...
about 13 years ago
now that RewindableInputStream is a ServletInputStream RackInput will work correctly, although it should still wrap the servlet input stream when it does not support rewind() and rewinding is desired (closes #71)
Karol Bucek
as kares
More...
about 13 years ago
more stealing of mocks from spring
Karol Bucek
as kares
More...
about 13 years ago
change AbstractFilter.isDoDispatch - captures are instantiated on demand as needed + make sure dispatcher.destroy is called on Filter.destroy; update RewindableInputStream to a ServletInputStream; remove currently unused RackConfig setting; minor code format and cleanup
Karol Bucek
as kares
More...
about 13 years ago
re-implemented RewindableInputStream
Karol Bucek
as kares
More...
about 13 years ago
←
1
2
…
18
19
20
21
22
23
24
25
26
…
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