Project
Reverse Dependencies for bundler
The projects listed here declare bundler as a runtime or development dependency
0.0
Validate rack responses against schema named in the Link header
2021
2022
2023
2024
2025
2026
0.0
Quickly inject static file lists into served HTML.
2021
2022
2023
2024
2025
2026
0.0
Rack::SearchTerms gives your app access to the search terms that drove the visitor to your site
2021
2022
2023
2024
2025
2026
0.0
Secure request.referer for preventing XSS
2021
2022
2023
2024
2025
2026
0.0
Rack Middleware to inject Segment javascript into your Rack app.
2021
2022
2023
2024
2025
2026
0.0
Remove or add www and trailing slash from urls for Rack applications. Use it if you can not edit Nginx or Apache configs.
2021
2022
2023
2024
2025
2026
0.0
Display in a div the hostname, running user, rails env.
2021
2022
2023
2024
2025
2026
0.0
Basic Rack middleware for checking Rack/Rails server availability
2021
2022
2023
2024
2025
2026
0.0
Rack middleware for API Version-specific Component Service redirection.
2021
2022
2023
2024
2025
2026
0.0
A rack-based session store on sdbm/gdbm. you can use this gem in smaller projects.
2021
2022
2023
2024
2025
2026
0.0
A rack middleware for exposing session state to tests.
2021
2022
2023
2024
2025
2026
0.0
Rack::Session::Memcached provides cookie based session stored in memcached. It depends on memcached(libmemcached).
2021
2022
2023
2024
2025
2026
0.0
require 'mongo'
require 'rake_session_mongo'
$db=Mongo::Client.new ["localhost:27017"], :database=>'test'
configure do
use Rack::Session::Mongo,:collection=>$db[:session]
end
2021
2022
2023
2024
2025
2026
0.0
rack middleware which provides php compatible sessions
2021
2022
2023
2024
2025
2026
0.0
For use with Rails and the RequestId gem, this sets the request id so it can be sent on to internal http services.
2021
2022
2023
2024
2025
2026
0.0
SimpleAuth HMAC authentication
2021
2022
2023
2024
2025
2026
0.0
Simple logger for rack
2021
2022
2023
2024
2025
2026
0.0
If you're running a javascript single-page-app with html5 routing,
you may notice that deep links will 404 unless your web front-end is
configured to rewrite all non-asset paths to index.html. If you'd like
to achieve t...
2021
2022
2023
2024
2025
2026
0.0
Rack::Skippable helps your Rack application to avoid running app logic (app#call) in some conditions.
2021
2022
2023
2024
2025
2026
0.0
Rack middleware to set custom skylight.io endpoints for specific paths.
2021
2022
2023
2024
2025
2026