Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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
Type
/
to search
Sign in
Sign up
Appearance settings
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
rails
/
rails
Public
Notifications
You must be signed in to change notification settings
Fork
22.4k
Star
58.7k
Code
Issues
484
Pull requests
1.1k
Discussions
Actions
Security and quality
26
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Aug 10, 2026
Merge pull request #58385 from Shopify/hm-zvsxoklmnowynzqn
skipkayhil
authored
2c224ba
View commit details
Copy full SHA for 2c224ba
Browse repository at this point
Require rack/ractorize in ractorize!
Show description for c0db4bb
skipkayhil
committed
c0db4bb
View commit details
Copy full SHA for c0db4bb
Browse repository at this point
Merge pull request #58426 from kamipo/deprecate_create_alias_of_insert
Show description for cf6d592
kamipo
authored
cf6d592
View commit details
Copy full SHA for cf6d592
Browse repository at this point
Deprecate `create` alias of `insert` in connection adapters
Show description for b571a7f
kamipo
committed
b571a7f
View commit details
Copy full SHA for b571a7f
Browse repository at this point
Merge pull request #58428 from ousamabenyounes/fix/issue-40642
Show description for e137505
kamipo
authored
e137505
View commit details
Copy full SHA for e137505
Browse repository at this point
Merge pull request #58328 from federico-carrocera/fede/proxy-logger-ignore-patterns
Show description for 46347d1
byroot
authored
46347d1
View commit details
Copy full SHA for 46347d1
Browse repository at this point
Allow ActiveSupport::ProxyLogger to ignore messages by pattern
Show description for 299defb
federico-carrocera
authored and
byroot
committed
299defb
View commit details
Copy full SHA for 299defb
Browse repository at this point
Merge pull request #58335 from hammadxcm/test-activemodel-binary-type-coverage
Show description for 1adb63b
byroot
authored
1adb63b
View commit details
Copy full SHA for 1adb63b
Browse repository at this point
RoutesReloaderTest: don't block without a timeout
Show description for 7fa2ef1
byroot
committed
7fa2ef1
View commit details
Copy full SHA for 7fa2ef1
Browse repository at this point
RDoc to Markdown in some Active Support files
fxn
committed
76d7b25
View commit details
Copy full SHA for 76d7b25
Browse repository at this point
Fix LengthValidator crash with proc minimum and nil value
Show description for 9096675
ousamabenyounes
committed
9096675
View commit details
Copy full SHA for 9096675
Browse repository at this point
Commits on Aug 9, 2026
Merge pull request #58427 from kamipo/refactor_find_by_sql_placeholder_generation
Show description for adf307b
kamipo
authored
adf307b
View commit details
Copy full SHA for adf307b
Browse repository at this point
Use bind parameters for array-form arguments in `find_by_sql` / `count_by_sql`
Show description for 8c4ed25
kamipo
committed
8c4ed25
View commit details
Copy full SHA for 8c4ed25
Browse repository at this point
RDoc to Markdown in some Active Support files
fxn
committed
e3ac7b3
View commit details
Copy full SHA for e3ac7b3
Browse repository at this point
Remove obsolete CHANGELOG entry
Show description for bc99456
fxn
committed
bc99456
View commit details
Copy full SHA for bc99456
Browse repository at this point
Simplify casted binds log test with `where("name = ?", ...)`
Show description for ea29a75
kamipo
committed
ea29a75
View commit details
Copy full SHA for ea29a75
Browse repository at this point
Drop `Sanitization` stubs from `FakeKlass`
Show description for 2ff77b3
kamipo
committed
2ff77b3
View commit details
Copy full SHA for 2ff77b3
Browse repository at this point
Merge pull request #58425 from byroot/stop-deserialize-column-default
Show description for 8ef2d8d
byroot
authored
8ef2d8d
View commit details
Copy full SHA for 8ef2d8d
Browse repository at this point
Stop deserializing column defaults
Show description for fb04401
byroot
committed
fb04401
View commit details
Copy full SHA for fb04401
Browse repository at this point
Merge pull request #58350 from kamipo/mysql_default_sql_mode_traditional
Show description for a24a698
kamipo
authored
a24a698
View commit details
Copy full SHA for a24a698
Browse repository at this point
Append `TRADITIONAL` instead of `STRICT_ALL_TABLES` to MySQL's `sql_mode` by default
Show description for 64fb6b1
kamipo
committed
64fb6b1
View commit details
Copy full SHA for 64fb6b1
Browse repository at this point
Merge pull request #58424 from 55728/fix-middleware-proxy-stale-stack
Show description for f15eef9
kamipo
authored
f15eef9
View commit details
Copy full SHA for f15eef9
Browse repository at this point
RDoc to Markdown in some Active Support files
fxn
committed
1783179
View commit details
Copy full SHA for 1783179
Browse repository at this point
Merge pull request #58071 from ilianah/memcache-store-delete-multi
Show description for 677c4ef
byroot
authored
677c4ef
View commit details
Copy full SHA for 677c4ef
Browse repository at this point
Add `delete_multi` method to batch deletes for memcache store if dalli's delete_multi is defined
Show description for 9c56754
ilianah
and
byroot
committed
9c56754
View commit details
Copy full SHA for 9c56754
Browse repository at this point
Merge pull request #58358 from 55728/fix-association-assignment-failure-guide
Show description for e2ce265
byroot
authored
e2ce265
View commit details
Copy full SHA for e2ce265
Browse repository at this point
Merge pull request #58420 from kamipo/refactor_actionpack_middleware_kwargs
Show description for 653804d
kamipo
authored
653804d
View commit details
Copy full SHA for 653804d
Browse repository at this point
Merge pull request #58239 from rails/refactor-command-recorder-kwargs
Show description for 342dafc
kamipo
authored
342dafc
View commit details
Copy full SHA for 342dafc
Browse repository at this point
Keep the controller middleware proxy in sync with its stack
Show description for 63847f4
55728
committed
63847f4
View commit details
Copy full SHA for 63847f4
Browse repository at this point
Commits on Aug 8, 2026
RDoc to Markdown in some Active Support files
fxn
committed
cc7d47f
View commit details
Copy full SHA for cc7d47f
Browse repository at this point
Merge pull request #58342 from 55728/fix-middleware-proxy-missing-mutators
Show description for dcfe00a
kamipo
authored
dcfe00a
View commit details
Copy full SHA for dcfe00a
Browse repository at this point
Refreeze the controller middleware stack for every mutating method
Show description for 640e8c2
55728
authored and
kamipo
committed
640e8c2
View commit details
Copy full SHA for 640e8c2
Browse repository at this point
Refactor `MiddlewareStack::Middleware` off `Hash.ruby2_keywords_hash`
Show description for 26b8833
kamipo
committed
26b8833
View commit details
Copy full SHA for 26b8833
Browse repository at this point
RDoc to Markdown in some Active Support files
fxn
committed
02d7cc0
View commit details
Copy full SHA for 02d7cc0
Browse repository at this point
RDoc to Markdown in some Active Support files
fxn
committed
d94577b
View commit details
Copy full SHA for d94577b
Browse repository at this point
Previous
Next
You can’t perform that action at this time.