-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[to-do] towards **1.2** #168
Comments
Would it be possible to get a release based off of master? In particular, the |
@JasonLunn unfortunately its not release ready - quite far from it. |
I tried to drop a locally built 1.2 gem into a fresh proof-of-concept app but I got the error below:
|
as I said its likely quite broken, you're on your own here - the ext parts are a WiP. might drop a pre-release in a week or two. |
What's your process for debugging this gem? I would take a stab at producing a backport of logger-level mapping, but I don't know of a way to attach a ruby debugger to a running Tomcat process. |
sorry but I do not thing its such a good idea (for 1.1) since it's a noticeable back-wards incompatible change. |
There are few releases already with from 1.2 version. Those are quite old and new fixes/features are there already. Should readme be updated to reflect the fact 1.2 is already out there? Can we wait for a new version in near future? |
JRuby-Rack 1.2 is aimed as a cleanup release which might break some binary compatibility with 1.1.x when its worth (a badly designed API or due performance reasons). This should only affect users even when they explicitly depend on JRuby-Rack APIs - the very most users won't be affected at all.
No one seems to be working towards 1.2 much currently. If you're interested in seeing some of these enhancements/features/performance work get in touch or show some support at BountySource
refactor project build - use Mavenfile / JBundlerJRuby::Rack.logger
) !env['rack.errors']
env['rack.session']
for all (not just Rails)@env['rack.session.options'] ||= {}
rewind
by default (review usage in Rack/Rails middleware)ServletEnv
forRack::Handler::Servlet
(if avoidsrewind
) ?ErrorApp
(HTTP_ACCEPT detection, support for serving 503.json)jruby.rack.booter = :rails
to force ?RailsBooter.to_app
calls be avoided ?try out app-engine once again with an exampleThe text was updated successfully, but these errors were encountered: