Project
Reverse Dependencies for rake
The projects listed here declare rake as a runtime or development dependency
0.0
Rack middleware for SassC which process sass/scss files when in development environment.
2021
2022
2023
2024
2025
2026
0.0
Automatically generate RESTful CRUD services
2021
2022
2023
2024
2025
2026
0.0
Validate rack responses against schema named in the Link header
2021
2022
2023
2024
2025
2026
0.0
Rack middleware for simple question and answer authorization.
2021
2022
2023
2024
2025
2026
0.0
Quickly inject static file lists into served HTML.
2021
2022
2023
2024
2025
2026
0.0
Secure request.referer for preventing XSS
2021
2022
2023
2024
2025
2026
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