Project
Reverse Dependencies for rake
The projects listed here declare rake as a runtime or development dependency
0.0
Middleware collection to secure a Rack application
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
Rack middleware that persists session data in an encrypted cookie
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
Provides a rack session middleware to store sessions in a RethinkDB table.
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
Rack Middleware for verifying signed requests
2021
2022
2023
2024
2025
2026
0.0
Silence logs per request from Rack
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
Handles a single request to/from STDIN/STDOUT. Exits when the response
has finished. Sutable for running via inetd.
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