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.
1376 Subscribers
View all SubscribersAdd a CodeTriage badge to rails
Help out
- Issues
- [Regression] Invalid doubly-nested attributes are saved
- Prevent persisting invalid record:
- [WIP] Use Information Schema to get column information in MySQL
- Rails no longer looks for `secret_key_base` in credentials (in development)
- Make payload[:name] of eager loading `sql.active_record` to "#{model.name} Eager Load".
- Rails 7.1 is incompatible with Ruby 2.7
- Remove deprecated call to mb_chars
- Don't skip validation if target is new record
- Add `application-name` metadata to application layout
- Handle missing attributes for AM::Translation#human_attribute_name
- Docs
- ActiveRecord::ConnectionAdapters::SQLite3Adapter#supports_virtual_columns?
- ActiveRecord::ConnectionAdapters::SQLite3::SchemaDumper#extract_expression_for_virtual_column
- ActiveRecord::ConnectionAdapters::SQLite3::SchemaDumper#prepare_column_options
- ActiveRecord::ConnectionAdapters::SQLite3::SchemaStatements#extract_generated_type
- ActiveRecord::ConnectionAdapters::SQLite3::TableDefinition#valid_column_definition_options
- ActiveRecord::Assertions::QueryAssertions#assert_no_queries
- ActiveRecord::Assertions::QueryAssertions#assert_queries
- Arel::Visitors::MySQL#visit_Arel_Nodes_NullsLast
- Rails::Command::RunnerCommand#conditional_executor
- ActiveSupport::SyntaxErrorProxy#source_location_eval?