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
- Raise a typed error for a `message` command without a data payload
- Guard the heartbeat timer lazy-init with the server mutex
- Fix `has_many_attached` `attach` deleting files attached concurrently
- Fix `create_or_find_by` scope pollution on the non-transactional retry
- Don't cap `max_threads` at 5 for finite pools larger than 5
- Clean up the subscription slot when subscribe_to_channel raises
- Don't remap `write_attribute("id")` to a composite primary key
- Don't share the actions Hash across `ActionableError` subclasses
- Return an Enumerator from `Parameters#select` / `#reject` when no block is given
- [RF Docs] Update callback example in Active Record Callbacks
- Docs
- ActiveRecord::ConnectionAdapters::QueryIntent#compile_arel!
- ActiveRecord::ConnectionAdapters::QueryIntent#preprocess_query
- ActiveRecord::ConnectionAdapters::QueryIntent#write_query?
- ActiveRecord::ConnectionAdapters::QueryIntent#affected_rows
- ActiveRecord::ConnectionAdapters::QueryIntent#cast_result
- ActiveRecord::ConnectionAdapters::QueryIntent#finish
- ActiveRecord::ConnectionAdapters::QueryIntent#execute!
- ActiveRecord::ConnectionAdapters::QueryIntent#has_binds?
- ActiveRecord::ConnectionAdapters::QueryIntent#schedule!
- ActiveRecord::ConnectionAdapters::QueryIntent#raw_result=