rails
https://github.com/rails/rails
Ruby
Ruby on Rails
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
1357 Subscribers
View all SubscribersAdd a CodeTriage badge to rails
Help out
- Issues
- Add unit tests for ```ActiveStorage::Variation```
- Fix bug where reload leaks ordinary scopes into all_queries lookups.
- Forward blob metadata to MirrorService mirrors
- Reflect a variant's format in its representation URL filename
- Fix `find` with an explicit `order` + `offset` past the ids raising a spurious `RecordNotFound`
- Fix `store_accessor` read mutating a `NULL` structured column
- Make Active Record Railtie and configuration Ractor safe
- Fix `in_order_of` surfacing `NULL` rows for an unknown enum key or out-of-range integer
- Fix `counter_cache` for composite FK with unloaded target
- Fix `serialize coder: ActiveRecord::Coders::JSON` double-encoding a JSON column
- Docs
- ActiveRecord::ConnectionAdapters::QueryIntent#raw_result
- ActiveRecord::ConnectionAdapters::DatabaseStatements#query_command
- ActiveRecord::ConnectionAdapters::DatabaseStatements#query_all
- ActiveRecord::ConnectionAdapters::DatabaseStatements#query_rows
- ActiveRecord::ConnectionAdapters::DatabaseStatements#query_one
- ActiveRecord::ConnectionAdapters::DatabaseStatements#internal_build_intent
- ActiveRecord::ConnectionAdapters::DatabaseStatements#execute_intent
- ActiveRecord::ConnectionAdapters::PostgreSQL::DatabaseStatements#query_rows
- ActiveRecord::ConnectionAdapters::AbstractAdapter#migration_strategy
- ActiveSupport::ContinuousIntegration#fail_fast?