Project
Reverse Dependencies for rspec
The projects listed here declare rspec 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
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
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
Redirect http to https and the other way around
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
A rack-based session store on sdbm/gdbm. you can use this gem in smaller projects.
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-based session store on plain file system.
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
Choose params that are converted with Herbalist to base SI units (meters, grams, etc)
2021
2022
2023
2024
2025
2026
0.0
Silence logs per request from Rack
2021
2022
2023
2024
2025
2026
0.0
A simpler CSRF middleware for Rack.
2021
2022
2023
2024
2025
2026