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
2019-10-15 13:15:39 -04:00
..
associations Merge pull request #37429 from gmcgibbon/opt_into_has_many_inverse 2019-10-15 13:15:39 -04:00
attribute_methods Fix keyword arguments warnings 2019-09-13 10:03:48 +09:00
coders
connection_adapters Fixed the performance regression for primary_keys introduced MySQL 8.0 2019-10-14 16:07:40 +09:00
database_configurations Refactor ConnectionPool management 2019-10-02 19:05:52 +02:00
fixture_set Fix an error message to replace http with https in a reference URL 2019-09-02 10:02:29 +09:00
locale
locking Update MySQL links to the current version of the manual [ci skip] 2019-10-03 20:22:29 -04:00
middleware Call while_preventing_writes from connected_to 2019-08-28 13:44:51 -04:00
migration Unify create_table method signature to take keyword arguments 2019-09-15 03:05:52 +09:00
railties [ci skip] switch eg. to proper e.g. 2019-10-07 02:18:36 +02:00
relation Correctly find nested association reflections for #37356 2019-10-11 16:20:11 +09:00
scoping Remove unused require 2019-10-02 13:37:05 +09:00
tasks Correctly establish connection in truncate and simplify method 2019-10-04 12:44:46 -04:00
type Registration#matches? takes keyword arguments 2019-09-07 11:51:20 +09:00
type_caster
validations Fix keyword arguments warnings 2019-09-11 10:48:29 +09: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 Deprecate leaking scope in callback block for association relation 2019-10-04 14:49:41 +09:00
associations.rb Do not refer internal constant in the doc [ci skip] 2019-10-13 21:28:44 +09:00
attribute_assignment.rb
attribute_decorators.rb
attribute_methods.rb
attributes.rb
autosave_association.rb Merge pull request #37094 from p8/fix-autosave-comment 2019-10-07 09:28:09 -04:00
base.rb Stop autoloading AbstractAdapter prematurely 2019-09-13 01:10:14 +01:00
callbacks.rb Unify AR touch method signatures 2019-09-06 18:52:00 +09:00
connection_adapters.rb Reduce surface area of ConnectionSpecification 2019-09-13 22:05:02 -04:00
connection_handling.rb Instantiate ConnectionPool with a DatabaseConfig rather than a ConnectionSpecification 2019-09-24 15:12:22 +02:00
core.rb Make has_many inversing opt-in 2019-10-11 15:55:46 -04:00
counter_cache.rb
database_configurations.rb Remove UrlConfig#url_config? 2019-09-23 15:12:26 -04:00
define_callbacks.rb
dynamic_matchers.rb
enum.rb Add docs about _scopes option on enum. [ci skip] 2019-10-02 08:54:26 -03:00
errors.rb Update MySQL links to the current version of the manual [ci skip] 2019-10-03 20:22:29 -04:00
explain.rb
explain_registry.rb
explain_subscriber.rb
fixtures.rb Stop autoloading AbstractAdapter prematurely 2019-09-13 01:10:14 +01:00
gem_version.rb
inheritance.rb
insert_all.rb Clear query cache when insert all is used 2019-09-09 00:55:16 +01:00
integration.rb
internal_metadata.rb t.string takes keyword arguments 2019-09-24 13:48:14 +09:00
legacy_yaml_adapter.rb
log_subscriber.rb Reduce object allocations during activerecord.sql logging 2019-08-18 23:58:13 +09:00
migration.rb Use FileUpdateChecker for Migration::CheckPending 2019-10-08 16:29:12 -07:00
model_schema.rb Better double checked locking in load_schema 2019-09-24 18:00:05 +02:00
nested_attributes.rb [ci skip] switch eg. to proper e.g. 2019-10-07 02:18:36 +02:00
no_touching.rb Unify AR touch method signatures 2019-09-06 18:52:00 +09:00
null_relation.rb
persistence.rb Add two cross links to methods in docs [skip ci] 2019-10-15 22:31:24 +10:00
query_cache.rb Reduce Array allocations 2019-07-31 17:41:34 +09:00
querying.rb
railtie.rb Make has_many inversing opt-in 2019-10-11 15:55:46 -04:00
readonly_attributes.rb
reflection.rb Fix has_one through reflection casting check 2019-09-13 13:07:01 -04:00
relation.rb Avoid making query when using where(attr: []) 2019-09-30 16:37:07 -07:00
result.rb
runtime_registry.rb
sanitization.rb [ci skip] switch eg. to proper e.g. 2019-10-07 02:18:36 +02:00
schema.rb
schema_dumper.rb
schema_migration.rb Fix keyword arguments warnings 2019-09-09 22:49:09 +09:00
scoping.rb
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
test_databases.rb Make DatabaseTasks use DatabaseConfig objects 2019-09-18 15:50:05 -04:00
test_fixtures.rb Refactor ConnectionPool management 2019-10-02 19:05:52 +02:00
timestamp.rb
touch_later.rb
transactions.rb Update MySQL links to the current version of the manual [ci skip] 2019-10-03 20:22:29 -04:00
translation.rb
type.rb
type_caster.rb
validations.rb Unify save method signatures to take keyword arguments 2019-09-04 13:47:02 +09:00
version.rb