1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib/active_record
2020-03-31 10:27:36 +02:00
..
associations Use index_by and index_with wherever possible 2020-03-05 01:24:14 +00:00
attribute_methods Avoid extra string allocation in the methods generated by eval 2020-03-10 17:43:35 +09:00
coders Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
connection_adapters Add an example how to change column in "change_table" block. 2020-03-31 10:27:36 +02:00
database_configurations Fix error in deprecation 2020-02-28 17:00:45 -05:00
fixture_set Extract internal ActiveSupport::ConfigurationFile object 2020-02-10 02:50:12 +01:00
locale
locking Don't parse DB specific locking docs as code 2019-11-12 16:04:58 +01:00
middleware Allow updating the database selector context with the response 2020-01-16 19:25:22 +01:00
migration Invertable methods should have compatible method signature 2020-01-20 06:57:16 +09:00
railties Merge pull request #38594 from rails/collection-refactor 2020-03-23 17:41:20 -07:00
relation Support order DESC for find_each, find_in_batches and in_batches 2020-03-24 12:11:27 -07:00
scoping Expose klass.default_scoped as public API 2020-01-27 10:01:05 +09:00
tasks Revert "Merge pull request #38658 from eileencodes/refactor-for-each-databases-code" 2020-03-05 18:15:47 -05:00
type Registration#matches? takes keyword arguments 2019-09-07 11:51:20 +09:00
type_caster Fall back to type casting from the connection adapter 2019-05-21 23:41:13 +09:00
validations Add scale support to ActiveRecord::Validations::NumericalityValidator 2020-01-13 11:00:22 -05:00
advisory_lock_base.rb Move advisory lock to it's own connection 2020-01-23 14:36:32 -05:00
aggregations.rb Fix docs to replace http with https in activerecord [ci skip] 2019-08-26 22:34:33 +09:00
association_relation.rb Refactor association.scoping not to rely on klass.all 2019-10-22 00:06:31 +09:00
associations.rb Support strict_loading on association declarations 2020-02-21 13:11:24 -05:00
attribute_assignment.rb More less and lazy allocation for assign_attributes and _assign_attributes 2020-02-25 16:58:00 +09:00
attribute_decorators.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
attribute_methods.rb Use index_by and index_with wherever possible 2020-03-05 01:24:14 +00:00
attributes.rb Use the model's adapter for the attribute type lookup 2020-01-16 21:26:08 -05:00
autosave_association.rb Update autosave_association.rb 2020-03-16 22:23:44 -04:00
base.rb Remove unused requires 2019-10-29 21:52:27 -04:00
callbacks.rb Fix a doc regression [ci skip] 2020-02-25 00:48:18 +09:00
connection_adapters.rb Remove Resolver autoload 2019-11-13 15:28:50 -08:00
connection_handling.rb Remove owner_name 2020-03-07 09:00:43 -05:00
core.rb Merge branch 'master' into previously-new-record 2020-03-28 20:04:23 +01:00
counter_cache.rb
database_configurations.rb Remove owner_name 2020-03-07 09:00:43 -05:00
define_callbacks.rb
dynamic_matchers.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
enum.rb Revert "Merge pull request #38737 from ak15/active_record_enum" 2020-03-26 13:49:38 -04:00
errors.rb Update some references to finder options [ci skip] 2020-02-24 00:03:53 +00:00
explain.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
explain_registry.rb
explain_subscriber.rb Use match? where we don't need MatchData 2019-07-27 13:06:49 +09:00
fixtures.rb require, require_relative, load by double quotes (#38841) 2020-03-29 16:30:52 -07:00
gem_version.rb Start Rails 6.1 development 2019-04-24 15:57:14 -04:00
inheritance.rb Add methods to the public API of ActiveRecord::Inheritance 2019-10-17 16:56:07 -04:00
insert_all.rb Fixes #38716 insert_all enum values by correctly type casting the attributes 2020-03-21 16:09:13 +01:00
integration.rb Remove wrong default value for cache_versioning in documentation of cache_version 2019-05-29 11:47:45 +02:00
internal_metadata.rb t.string takes keyword arguments 2019-09-24 13:48:14 +09:00
legacy_yaml_adapter.rb
log_subscriber.rb Disable colorize logging of SQL and reduce unnecessary invokation of sql_color matching 2020-03-11 11:06:08 +05:30
migration.rb require, require_relative, load by double quotes (#38841) 2020-03-29 16:30:52 -07:00
model_schema.rb Update examples Migration versions to 6.0 [ci skip] 2020-02-16 15:38:51 -05:00
nested_attributes.rb Fix: on accessing the parent record before creation with has_many_inversing adds two records to association 2020-02-20 09:26:47 +01:00
no_touching.rb Unify AR touch method signatures 2019-09-06 18:52:00 +09:00
null_relation.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
persistence.rb Merge branch 'master' into previously-new-record 2020-03-28 20:04:23 +01:00
query_cache.rb Reduce Array allocations 2019-07-31 17:41:34 +09:00
querying.rb Add strict_loading mode to prevent lazy loading 2020-02-20 08:32:48 -05:00
railtie.rb pull preloading behavior in to the collection renderer 2020-02-28 09:23:22 -08:00
readonly_attributes.rb Extract readonly_attribute? 2019-05-27 06:41:31 +09:00
reflection.rb Support strict_loading on association declarations 2020-02-21 13:11:24 -05:00
relation.rb Add strict_loading mode to prevent lazy loading 2020-02-20 08:32:48 -05:00
result.rb Only use a template when no duplicate columns 2019-10-31 11:45:21 -07:00
runtime_registry.rb
sanitization.rb [ci skip] switch eg. to proper e.g. 2019-10-07 02:18:36 +02:00
schema.rb Move SchemaMigration to migration_context 2019-06-14 11:15:08 -04:00
schema_dumper.rb remove reference to global rails command and replace with bin/rails 2019-12-27 19:32:37 +00:00
schema_migration.rb Fix keyword arguments warnings 2019-09-09 22:49:09 +09:00
scoping.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
secure_token.rb
serialization.rb Use try only when we're unsure if the receiver would respond_to the method 2019-08-01 17:58:00 +09:00
statement_cache.rb
store.rb [ci skip] switch eg. to proper e.g. 2019-10-07 02:18:36 +02:00
suppressor.rb AR save takes keyword arguments 2019-09-06 18:52:00 +09:00
table_metadata.rb Registered predicate handler should be used for association queries 2020-02-12 17:09:20 +09:00
test_databases.rb Restore previous behavior of parallel test databases 2020-01-07 16:03:00 -05:00
test_fixtures.rb Use index_by and index_with wherever possible 2020-03-05 01:24:14 +00:00
timestamp.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
touch_later.rb Enable Layout/EmptyLinesAroundAccessModifier cop 2019-06-13 12:00:45 +09:00
transactions.rb Merge branch 'master' into previously-new-record 2020-03-28 20:04:23 +01:00
translation.rb
type.rb Use the model's adapter for the attribute type lookup 2020-01-16 21:26:08 -05:00
type_caster.rb
validations.rb Add ActiveRecord::Validations::NumericalityValidator 2020-01-06 19:01:29 -05:00
version.rb