.. |
associations
|
Avoid unneeded expanded column aliases array caching
|
2018-07-10 09:53:49 +09:00 |
attribute_methods
|
becomes should clear the mutation tracker which is created in after_initialize
|
2018-05-11 19:57:22 +09:00 |
coders
|
|
|
connection_adapters
|
Enable Start/EndWith and RegexpMatch cops
|
2018-07-28 17:37:17 -04:00 |
fixture_set
|
|
|
locale
|
|
|
locking
|
Merge pull request #30956 from CJStadler/with-lock-changed-deprecation
|
2018-03-28 13:11:01 -04:00 |
migration
|
Remove usage of strip_heredoc in the framework in favor of <<~
|
2018-02-16 19:28:30 -05:00 |
railties
|
Add missing load config dependency to rake db:seed
|
2018-07-10 09:42:03 +02:00 |
relation
|
Enable Start/EndWith and RegexpMatch cops
|
2018-07-28 17:37:17 -04:00 |
scoping
|
Bring back private class methods accessibility in named scope
|
2018-03-27 19:56:01 +09:00 |
tasks
|
Turn on performance based cops
|
2018-07-23 15:37:06 -07:00 |
type
|
Fix force equality checking not to break the serialized attribute with Array
|
2018-06-06 19:29:39 +09:00 |
type_caster
|
Rails 6 requires Ruby 2.3+
|
2018-02-17 10:03:37 -08:00 |
validations
|
id_in_database do not return nil value for persisted record
|
2018-03-04 03:30:13 +09:00 |
aggregations.rb
|
Remove ActiveSupport::Concern from ActiveRecord::Aggregations
|
2018-06-26 17:26:02 +09:00 |
association_relation.rb
|
Avoid passing unnecessary arguments to relation
|
2018-01-24 16:49:35 -05:00 |
associations.rb
|
[ci skip] Use consistent hash syntax in AR docs
|
2018-07-22 14:18:47 +02:00 |
attribute_assignment.rb
|
Alias assign_attributes to attributes= for AttributeAssignment
|
2018-02-28 19:58:45 +09:00 |
attribute_decorators.rb
|
|
|
attribute_methods.rb
|
PERF: avoid allocating column names where possible
|
2018-06-06 09:50:58 +10:00 |
attributes.rb
|
Suppress warning: BigDecimal.new is deprecated in activerecord
|
2017-12-13 21:29:06 +00:00 |
autosave_association.rb
|
Fix parent record should not get saved with duplicate children records
|
2018-05-28 18:23:21 +05:30 |
base.rb
|
Lazily add Aggregations to composed_of models
|
2018-06-25 14:22:32 -07:00 |
callbacks.rb
|
Fix sentence [ci skip]
|
2018-05-28 16:50:59 +05:30 |
collection_cache_key.rb
|
Avoid extra calls to to_s
|
2018-01-29 07:22:42 -05:00 |
connection_handling.rb
|
Fix connection handling with three-tier config
|
2018-03-16 12:28:02 -04:00 |
core.rb
|
define attribute methods in init_from_db
|
2018-06-26 10:25:19 -07:00 |
counter_cache.rb
|
Fix touch option to behave consistently with Persistence#touch method
|
2018-06-18 19:08:41 +09:00 |
database_configurations.rb
|
Fix database.yml merging
|
2018-04-12 16:40:35 -04:00 |
define_callbacks.rb
|
|
|
dynamic_matchers.rb
|
|
|
enum.rb
|
Rails 6 requires Ruby 2.3+
|
2018-02-17 10:03:37 -08:00 |
errors.rb
|
Fix frozen string concatenation by indicating that it's mutable
|
2018-02-16 22:52:08 -05:00 |
explain.rb
|
|
|
explain_registry.rb
|
|
|
explain_subscriber.rb
|
|
|
fixtures.rb
|
Add test parallelization to Rails
|
2018-02-15 19:21:24 -05:00 |
gem_version.rb
|
Start Rails 6.0 development!!!
|
2018-01-30 18:51:17 -05:00 |
inheritance.rb
|
Add AR::Base.base_class? predicate
|
2018-04-02 14:34:32 +03:00 |
integration.rb
|
|
|
internal_metadata.rb
|
Deprecate update_attributes and update_attributes!
|
2018-02-17 13:58:54 -08:00 |
legacy_yaml_adapter.rb
|
|
|
log_subscriber.rb
|
Don't expose configuration for a test.
|
2018-07-28 16:17:56 +02:00 |
migration.rb
|
Substitute references to task for command
|
2018-07-06 22:46:54 +02:00 |
model_schema.rb
|
Add AR::Base.base_class? predicate
|
2018-04-02 14:34:32 +03:00 |
nested_attributes.rb
|
|
|
no_touching.rb
|
Add example for no_touching? in active_record/no_touching for api docs [ci skip]
|
2018-06-25 21:26:42 -04:00 |
null_relation.rb
|
|
|
persistence.rb
|
Fix documentation based on feedback
|
2018-06-26 11:53:59 -07:00 |
query_cache.rb
|
Optimize the code inside AR::QueryCache middleware
|
2018-04-04 17:49:06 +03:00 |
querying.rb
|
Speed up homogeneous AR lists / reduce allocations
|
2018-06-25 16:00:04 -07:00 |
railtie.rb
|
Recommend use of rails over bin/rails
|
2018-07-06 22:46:35 +02:00 |
readonly_attributes.rb
|
|
|
reflection.rb
|
Ensure reflection_class_for is private
|
2018-05-31 21:15:51 -04:00 |
relation.rb
|
Rails guides are now served over https
|
2018-07-24 11:29:31 +09:00 |
result.rb
|
Fix documentation based on feedback
|
2018-06-26 11:53:59 -07:00 |
runtime_registry.rb
|
|
|
sanitization.rb
|
Merge pull request #31821 from composerinteralia/extra-to_s
|
2018-01-29 15:56:53 -05:00 |
schema.rb
|
Refactor migration to move migrations paths to connection
|
2018-01-18 08:55:03 -05:00 |
schema_dumper.rb
|
Update schema.rb documentation [CI SKIP]
|
2018-04-24 11:18:11 -04:00 |
schema_migration.rb
|
|
|
scoping.rb
|
|
|
secure_token.rb
|
|
|
serialization.rb
|
|
|
statement_cache.rb
|
Use private attr_reader
|
2018-02-23 11:10:51 +09:00 |
store.rb
|
Update prefix and allow suffix options for store accessors
|
2018-06-12 07:10:09 -07:00 |
suppressor.rb
|
|
|
table_metadata.rb
|
Rails 6 requires Ruby 2.3+
|
2018-02-17 10:03:37 -08:00 |
test_databases.rb
|
Add test parallelization to Rails
|
2018-02-15 19:21:24 -05:00 |
timestamp.rb
|
Fix touch option to behave consistently with Persistence#touch method
|
2018-06-18 19:08:41 +09:00 |
touch_later.rb
|
|
|
transactions.rb
|
Fix save in after_create_commit won't invoke extra after_create_commit
|
2018-06-04 08:22:55 +09:00 |
translation.rb
|
Add AR::Base.base_class? predicate
|
2018-04-02 14:34:32 +03:00 |
type.rb
|
|
|
type_caster.rb
|
|
|
validations.rb
|
|
|
version.rb
|
|
|