Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Product
GitHub Copilot
Write better code with AI
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
rack
/
rack-contrib
Public
Notifications
You must be signed in to change notification settings
Fork
221
Star
1.3k
Code
Issues
0
Pull requests
1
Actions
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit History
Commits on Nov 15, 2024
Improve testing directions in the readme
nampas
authored and
mpalmer
committed
9235386
Copy full SHA for 9235386
Commits on Oct 30, 2024
Treat locales with variants case insenitively (#195)
nampas
authored
96de0b1
Copy full SHA for 96de0b1
Commits on May 24, 2024
Bump minor version.
ioquatix
committed
d5265bc
Copy full SHA for d5265bc
Specify a maximum number of runs to limit the request params -> DoS. (#191)
ioquatix
authored
0eec2a9
Copy full SHA for 0eec2a9
Commits on May 10, 2024
Allow Rack::Locale to match languages with variants (#190)
Show description for ddd96e9
rodrigoassis
authored
ddd96e9
Copy full SHA for ddd96e9
Add security reporting contact
Show description for 70930e0
mpalmer
committed
70930e0
Copy full SHA for 70930e0
Commits on Oct 24, 2023
Don't bother testing on Ruby 2.2 as it's failing and way EOL.
ioquatix
committed
6afd9ad
Copy full SHA for 6afd9ad
Bump minor version.
ioquatix
committed
64735ac
Copy full SHA for 64735ac
Prefer to use version constant for release management.
ioquatix
committed
f3a2799
Copy full SHA for f3a2799
Commits on Oct 7, 2023
Rack::JSONBodyParser: rescue all parser exceptions (#184)
Show description for 599f768
Juanmcuello
and
ioquatix
authored
599f768
Copy full SHA for 599f768
Support Rack 3 (#187)
dentarg
authored
a9cd089
Copy full SHA for a9cd089
Commits on Sep 29, 2023
Remove another crazy spec
Show description for b97c5e7
dentarg
authored and
ioquatix
committed
b97c5e7
Copy full SHA for b97c5e7
Commits on Sep 26, 2023
Revert "Drop support for Ruby 2.2"
Show description for 4101575
dentarg
authored and
ioquatix
committed
4101575
Copy full SHA for 4101575
No need to restrict GVB
Show description for fe95282
2 people
authored and
ioquatix
committed
fe95282
Copy full SHA for fe95282
`ENOGVB` is not a thing, use `ENOTAG`
Show description for da54e10
dentarg
authored and
ioquatix
committed
da54e10
Copy full SHA for da54e10
Add back gemspec `LoadError` rescue
dentarg
authored and
ioquatix
committed
eae94fe
Copy full SHA for eae94fe
Try reading gemspec last
Show description for 59c8921
dentarg
authored and
ioquatix
committed
59c8921
Copy full SHA for 59c8921
Remove (crazy?) `PostBodyContentTypeParser` test
Show description for 161eb9d
dentarg
authored and
ioquatix
committed
161eb9d
Copy full SHA for 161eb9d
Drop support for Ruby 2.2
Show description for 8d4d32f
dentarg
authored and
ioquatix
committed
8d4d32f
Copy full SHA for 8d4d32f
Address deprecation warnings from `ruby-prof` 1.x
Show description for f21541c
dentarg
authored and
ioquatix
committed
f21541c
Copy full SHA for f21541c
Allow `ruby-prof` >= 1.x
dentarg
authored and
ioquatix
committed
59b856e
Copy full SHA for 59b856e
Make `Rack::Profiler` test more robust
Show description for 1c4a992
dentarg
authored and
ioquatix
committed
1c4a992
Copy full SHA for 1c4a992
Can not use `git-version-bump` on Ruby 2.2
Show description for a13c4ac
dentarg
authored and
ioquatix
committed
a13c4ac
Copy full SHA for a13c4ac
Ruby 2.7, 3.0 needs `cgi` >= 0.3.6
dentarg
authored and
ioquatix
committed
1f075f0
Copy full SHA for 1f075f0
Fix `Regexp` warning
Show description for 2a5a505
dentarg
authored and
ioquatix
committed
2a5a505
Copy full SHA for 2a5a505
Fix removed `exists?` method
dentarg
authored and
ioquatix
committed
c753ac1
Copy full SHA for c753ac1
Use latest `rake`
Show description for 239aaeb
dentarg
authored and
ioquatix
committed
239aaeb
Copy full SHA for 239aaeb
Move dev deps to Gemfile
Show description for 204366a
dentarg
authored and
ioquatix
committed
204366a
Copy full SHA for 204366a
Use GitHub Actions
Show description for 5234ccc
dentarg
authored and
ioquatix
committed
5234ccc
Copy full SHA for 5234ccc
Commits on Jul 10, 2023
Refer to github, not Rubyforge [ci skip] (#185)
olleolleolle
authored
2e213ea
Copy full SHA for 2e213ea
Commits on Oct 24, 2020
Merge pull request #181 from Juanmcuello/json-body-parser-fix
Show description for 095edc9
andrykonchin
authored
095edc9
Copy full SHA for 095edc9
Rack::JSONBodyParser. Do not rescue JSON:ParserError
Show description for ecc8a47
Juanmcuello
committed
ecc8a47
Copy full SHA for ecc8a47
Commits on Jul 9, 2020
Merge pull request #180 from magni-/patch-1
Show description for 0a2e085
mpalmer
authored
0a2e085
Copy full SHA for 0a2e085
Commits on Jul 8, 2020
Add CHANGELOG.md
Show description for 95ac921
magni-
authored
95ac921
Copy full SHA for 95ac921
Commits on May 5, 2020
Merge pull request #178 from andrykonchin/minor-fixes
Show description for bee849e
ioquatix
authored
bee849e
Copy full SHA for bee849e
Pagination
Previous
Next
You can’t perform that action at this time.