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 16 of 45
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
avoid "instance vars on non-persistent Java type" warning with RackEnvironment.ToIO ... coming from JRuby 1.7.0 while doing so also add some javadco for RackEnvironment
Karol Bucek
as kares
More...
about 12 years ago
bundle update (and use the same version of) rake
Karol Bucek
as kares
More...
about 12 years ago
make sure init error gets thrown from pooling factory's init
Karol Bucek
as kares
More...
about 12 years ago
move the decision about throwing the init error out of the factory into the context listener + allow doInit to throw a checked exception
Karol Bucek
as kares
More...
about 12 years ago
use the error application handler in the dispatcher when handling getApplication exceptions
Karol Bucek
as kares
More...
about 12 years ago
there seems to be too much logging on init exceptions thus listener now does nothing ... but should be refactored
Karol Bucek
as kares
More...
about 12 years ago
unify exception handling across decorating app factories with support for configuring exception handling (let exceptions propagate) by setting *jruby.rack.error* to 'false'
Karol Bucek
as kares
More...
about 12 years ago
make sure we can distinguish decorating factories and use finishedWithApplication(app) for the delegate to handle app.destroy instead of destroying apps directly
Karol Bucek
as kares
More...
about 12 years ago
cleanup rack indluded response (exceptions)
Karol Bucek
as kares
More...
about 12 years ago
let the servlet container deal with null header values
Karol Bucek
as kares
More...
about 12 years ago
expose the rack context using JRuby::Rack.context= in embed instead of the global $servlet_context var "abuse" also make sure destroy() works even if getApplication() not called
Karol Bucek
as kares
More...
about 12 years ago
mark Merb support as deprecated
Karol Bucek
as kares
More...
about 12 years ago
bundle update rails (3.2.8 -> 3.2.9)
Karol Bucek
as kares
More...
about 12 years ago
bundle update rspec
Karol Bucek
as kares
More...
about 12 years ago
afterProcess should only happen when app was obtained
Karol Bucek
as kares
More...
about 12 years ago
allow dispatcher error app failure to be "thrown" due backwards compat keeping HTTP 500 by default
Karol Bucek
as kares
More...
about 12 years ago
underscore and constantize + resolve_constant helpers will be useful (esp. resolve_constant) for configuration paramaters that accept a string 'constant' value
Karol Bucek
as kares
More...
over 12 years ago
getRealFactory helper for unwrapping a decorator factory
Karol Bucek
as kares
More...
over 12 years ago
bundle update appraisal
Karol Bucek
as kares
More...
over 12 years ago
default queue manager (code) cleanup
Karol Bucek
as kares
More...
over 12 years ago
RackException.getRootCause convenience method
Karol Bucek
as kares
More...
over 12 years ago
refactoring towards a more unified error handling - add an ErrorApplication interface (so we can always distinguish the processing application if it's an error one or not) - DefaultRackAppFactory refactored to not wrap any exceptions into RackInitializationExceptions
Karol Bucek
as kares
More...
over 12 years ago
allow RackExceptions to fall through dispatcher handling
Karol Bucek
as kares
More...
over 12 years ago
refactored (default) error application into a separate class that does print the stack trace by default, the Rack application has been polished and refactored to `JRuby::Rack::ErrorApp` and can now be changed using the jruby.rack.error.app param also added some more logging of "unexpected" exceptions
Karol Bucek
as kares
More...
over 12 years ago
add a JRuby::Rack::Helpers module for helper functions and move JRuby::Rack.silence_warnings there
Karol Bucek
as kares
More...
over 12 years ago
rely less on booter and $servlet_context whenever possible - moved Booter#logger into JRuby::Rack.logger - boot! now 'exports' JRuby::Rack.app_path and public_path - changed $servlet_context refs to JRuby::Rack.context
Karol Bucek
as kares
More...
over 12 years ago
refactor inputStreamToString into a separate helper class
Karol Bucek
as kares
More...
over 12 years ago
we compile java sources using 1.5
Karol Bucek
as kares
More...
over 12 years ago
update jruby.version to 1.6.8
Karol Bucek
as kares
More...
over 12 years ago
maven + rake (joint) build review - declare src/main/ruby and srac/main/rld as mvn resources - run mvn compile on rake compile instead of custom javac - review and cleanup Rakefile
Karol Bucek
as kares
More...
over 12 years ago
←
1
2
…
12
13
14
15
16
17
18
19
20
…
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