0.0
No commit activity in last 3 years
No release in over 3 years
Simple Rack module and servlet for Trinidad based on Mizuno
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 2.2

Runtime

>= 1.0.1
 Project Readme
Trinidad-Rack
-------------

Library that replaces Trinidad's rack layer from JRuby-Rack to the Mizuno Rack Servlet.

It provides better integration with tools that relie on Rack like Capybara
or any other Rack-Test based tool.

RackServlet is a work of Don Werve and it's licensed under the Apache
License. This library modifies its code to remove the asynchronous layer
bounded to Jetty.

Installation
============

$ jruby -S gem install trinidad_rack

Execution
=========

$ jruby -S trinidad_rack

or

$ rackup -s Trinidad

[IMPORTANT]

This is totally experimental and due to Mizuno and JRuby-Rack
work in a completely different way some features cannot work as expected.