0.18
Differentiate development environment from production
2021
2022
2023
2024
2025
2026
0.0
rack-indifferent monkey patches Rack::Utils::KeySpaceConstrainedParams
to make the hash it stores params in support indifferent access. So web
frameworks that use rack-indifferent don't have to make a deep copy
of the params to allow indifferent access to the params.
2021
2022
2023
2024
2025
2026
0.11
Middleware that converts files uploaded with mimetype application/octet-stream into normal form input, so Rack applications can read these as normal, rather than as raw input.
2021
2022
2023
2024
2025
2026
0.11
Rack::Request extension for handling User-Agent.
2021
2022
2023
2024
2025
2026
0.11
Rack Middleware for parsing post body data for json, xml and various content types
2021
2022
2023
2024
2025
2026
0.03
Rack-P3p is rack middleware for inserting P3P headers into apps. This will
allow your application to serve cookies to IE when in an iframe. It will also
pull off the cookie on 304 responses, since IE does not like the cookie then.
2021
2022
2023
2024
2025
2026
0.16
Console for any Rack based ruby web app
2021
2022
2023
2024
2025
2026
0.0
rack-deadline is a simple rack middleware that automatically
clears sessions that have been open too long (by default,
1 day).
This is designed for use with cookie stores to mitigate the
risk of session fixation, since it is impossible to invalidate
older sessions with a pure cookie-based approa...
2021
2022
2023
2024
2025
2026
0.01
Rack-ESI is a Nokogiri based ESI middleware implementation for Rack with support for include tags, all other ESI namespaced nodes are just removed.
To make this gem work you must define the (xmlns:esi)[http://www.edge-delivery.org/esi/1.0] namespace in your text/html response.
Note: This gem shou...
2021
2022
2023
2024
2025
2026
0.01
rack-facebook is a Rack middleware that checks the signature of Facebook params, and converts them to Ruby objects when appropiate. Also, it converts the request method from the Facebook POST to the original HTTP method used by the client.
2021
2022
2023
2024
2025
2026
0.39
Rack::Test is a small, simple testing API for Rack apps. It can be used on its
own or as a reusable starting point for Web frameworks and testing libraries
to build on. Most of its initial functionality is an extraction of Merb 1.0's
request helpers feature.
2021
2022
2023
2024
2025
2026
0.08
Rack::MobileDetect detects mobile devices and adds an
X_MOBILE_DEVICE header to the request if a mobile device is detected. Specific
devices can be targeted with custom Regexps and redirect support is available.
2021
2022
2023
2024
2025
2026
0.0
rack-auth-ldap : provide LDAP authentication for Rack middelware
2021
2022
2023
2024
2025
2026
0.0
collection of datamapper related extensions. mostly needed to run within rails. the restful transactions is around filter for rails actions if needed to control such transaction on per action base otherwise use the rack extension from rack-datamapper. datamapper store is a session store for rails...
2021
2022
2023
2024
2025
2026
0.0
rack-auth-gitlabapi : provide GitLab API authentication for Rack middleware
2021
2022
2023
2024
2025
2026
0.0
rack-varnish-esi is a Varnish ESI middleware implementation for Rack which is as close as possible to Varnish's own ESI implementation.
Note: This gem should only be used in development.
2021
2022
2023
2024
2025
2026
0.0
Rack-Bunto transforms your Bunto app into a Rack application.
2021
2022
2023
2024
2025
2026
0.0
Rack-rest-rspec: RSpec Matchers for REST Rack webservice
2021
2022
2023
2024
2025
2026
0.0
rack-ssi is a middleware to realize the function of SSI on the rack. (Currently only supports include)
2021
2022
2023
2024
2025
2026
0.0
rack-pygments - Rack Middleware for Pygments, the syntax highlighter
2021
2022
2023
2024
2025
2026