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
13 days
ago.
Jan 30, 2024 — Jan 30, 2025
Showing page 15 of 45
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
update bundle - we shall bundle rack 1.4.2 in next release
Karol Bucek
as kares
More...
about 12 years ago
make sure out custom (env) Hash sub-classes are more Hash-y e.g. Rails need self.class.new to work from `hash.slice(*keys)` (closes 134)
Karol Bucek
as kares
More...
about 12 years ago
support for setting a custom JRuby-Rack Response class
Karol Bucek
as kares
More...
about 12 years ago
(better) more explicit support for sending file bodies with the possibility to re-define #send_file per app-server
Karol Bucek
as kares
More...
about 12 years ago
document response related classes
Karol Bucek
as kares
More...
about 12 years ago
make sure specs with Rails 2.3 (appraised) libraries now that the specs set CURRENT_LIB correctly for rails23 @see 039be073da6abd66e69c4111e980efa92dc7afaa
Karol Bucek
as kares
More...
about 12 years ago
make sure we still maintain 2.3 compatibility (fix for #138)
Karol Bucek
as kares
More...
about 12 years ago
customized rails 23 for testing
Karol Bucek
as kares
More...
about 12 years ago
setup a rails 23 stub for specs
Karol Bucek
as kares
More...
about 12 years ago
fix send_file not being able to handle large > 2GB files (#133) as `Channel.transferTo` has been incorrectly used, also allow to tune the channel chunk size as well as the channel buffer size
Karol Bucek
as kares
More...
about 12 years ago
review chunked support - change default behavior into patching - previously we de-chunked the response that Rails/Rack chunked - now the default behavior is to monkey-path Rack::Chunked into not doing any chunked - the old behavior still works by setting jruby.rack.response.chunked = true - as a side-effect of this JRuby::Rack::Booter boot hooks were implemented and the booter code was reviewed
Karol Bucek
as kares
More...
about 12 years ago
handle empty (null) strings when parsing magic comments
Karol Bucek
as kares
More...
about 12 years ago
versioning review - make sure versions are always "valid" even for SNAPSHOTs - '-SNAPSHOT' is not a valid rubygem version segment (requires dots) while '-SNAPSHOT' is the conventional way to mark snashot releases in maven ...
Karol Bucek
as kares
More...
about 12 years ago
activerecord-jdbc-adapter for 4.0 is now at a branch
Karol Bucek
as kares
More...
about 12 years ago
no need to update_version with resource generation
Karol Bucek
as kares
More...
about 12 years ago
for it is (a bit faster on JRuby)
Karol Bucek
as kares
More...
about 12 years ago
rake update_version + update for next dev SNAPSHOT using new gem (and pom) versioning scheme as previous did not work with Gem::Version
Karol Bucek
as kares
More...
about 12 years ago
document and prepare for the 1.1.12 release
Karol Bucek
as kares
More...
about 12 years ago
use resolve_constant to handle user configured constants
Karol Bucek
as kares
More...
about 12 years ago
make (Default)Env to be the environment Hash instance itself since we need to handle custom (jruby-rack specific) lazy-bound keys but can not use a default proc since that makes the Hash non-marshalable and thus breaks rack-cache compatibility (closes #132)
Karol Bucek
as kares
More...
about 12 years ago
do not pollute the JRuby namespace (with RackInput) instead use JRuby::Rack::Input to expose the input class
Karol Bucek
as kares
More...
about 12 years ago
[travis-ci] isolate integration specs from ENV
Karol Bucek
as kares
More...
about 12 years ago
avoid the 'bare' rescue block since it does not handle java make the previous fix 4b94cc7e983d90af work with JRuby 1.7
Karol Bucek
as kares
More...
about 12 years ago
support the renew (and skip) session option with servlet store
Karol Bucek
as kares
More...
about 12 years ago
make checkAndSetRackVersion (package) visible due specs
Karol Bucek
as kares
More...
about 12 years ago
improve ENV isolation with booted Ruby runtimes - jruby.rack.env replaces jruby.rack.ignore.env - make sure RUBYOPT is ignored (with backwards compat) - jruby.rack.env.rubyopt for finer RUBYOPT behavior control - allow env value to be specified from config
Karol Bucek
as kares
More...
about 12 years ago
solve the rackup "chicken - egg" problem with a plain Rack app when config.ru is evaluated it already assumes Rack to be loaded hovewer it's common practice to `bundle exec rackup` such scripts while Bundler loads a version of Rack that might be different than JRuby-Rack's bundled Rack version.
Karol Bucek
as kares
More...
about 12 years ago
require 'java'
Karol Bucek
as kares
More...
about 12 years ago
a few minor javadoc fixes
Karol Bucek
as kares
More...
about 12 years ago
avoid warnings coming from specs (on 1.7.0) most importantly "instance vars on non-persistent Java type" thus to be sure we've fixed this with 7865533cb6b3909ef5ba
Karol Bucek
as kares
More...
about 12 years ago
←
1
2
…
11
12
13
14
15
16
17
18
19
…
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