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
2018-11-30 13:25:42 -05:00
..
associations Revert "Merge pull request #34538 from bogdan/reuse-find-target" 2018-11-28 01:09:35 +09:00
attribute_methods Clarify no support for non PK id columns 2018-11-30 13:25:42 -05:00
coders
connection_adapters Add ability to prevent writes to a database 2018-11-30 09:28:04 -05:00
database_configurations Refactor migrations_path command option to database 2018-09-28 14:24:36 -04:00
fixture_set Move resolve_sti_reflections which is table row related code into TableRow 2018-11-03 23:39:54 +09:00
locale
locking Fix example for database-specific locking clause 2018-10-30 16:58:57 -04:00
migration Fix transaction reverting for migrations 2018-09-26 23:40:42 +03:00
railties Add multi-db support to schema cache dump and clear 2018-11-07 14:11:46 -05:00
relation Fix the scoping with query methods in the scope block 2018-11-30 05:50:40 +09:00
scoping Generate delegation methods to named scope in the definition time 2018-10-09 13:03:08 +09:00
tasks Add multi-db support to schema cache dump and clear 2018-11-07 14:11:46 -05:00
type
type_caster
validations
aggregations.rb
association_relation.rb Fix AssociationRelation not to set inverse instance key just like before 2018-10-07 22:42:31 +09:00
associations.rb Document exception from restrict_with_exception [ci skip] 2018-10-29 15:12:29 +13:00
attribute_assignment.rb
attribute_decorators.rb
attribute_methods.rb Fix inspect with non-primary key id attribute 2018-11-06 01:51:52 +00:00
attributes.rb
autosave_association.rb Merge pull request #33378 from numbata/subclass-redefine-autosave-callbacks 2018-09-13 15:50:38 -04:00
base.rb Refactors Active Record connection management 2018-08-30 10:06:45 -04:00
callbacks.rb Updating sample code on ActiveRecord#before_destroy callback [ci skip] 2018-10-31 23:18:27 -07:00
collection_cache_key.rb Fix Collection cache key with limit and custom select (PG:AmbigousColumn: Error) 2018-10-15 20:38:12 -03:00
connection_handling.rb Exercise connected_to and connects_to methods 2018-11-15 11:48:07 +02:00
core.rb Make connection handler per thread instead of per fiber 2018-11-20 16:02:40 -05:00
counter_cache.rb Remove force parent loading when counter cache child is created/destroyed 2018-09-26 23:45:08 +09:00
database_configurations.rb Fix typo of duplicated the [ci skip] 2018-10-24 01:16:02 +09:00
define_callbacks.rb
dynamic_matchers.rb
enum.rb Raises error when attempting to modify enum values 2018-11-23 23:55:31 +00:00
errors.rb Redact SQL in errors 2018-11-22 13:53:23 -05:00
explain.rb Enable Performance/UnfreezeString cop 2018-09-23 08:56:55 +09:00
explain_registry.rb
explain_subscriber.rb
fixtures.rb Don't pass useless table_name to ModelMetadata.new 2018-11-03 22:35:23 +09:00
gem_version.rb
inheritance.rb Add Style/RedundantFreeze to remove redudant .freeze 2018-09-29 07:18:44 +00:00
integration.rb Use the full link URL instead of bit.ly [ci skip] 2018-11-30 21:37:28 +09:00
internal_metadata.rb
legacy_yaml_adapter.rb
log_subscriber.rb
migration.rb Use squiggly heredoc to strip odd indentation in the executed SQL 2018-11-22 19:43:53 +09:00
model_schema.rb Make implicit order column configurable 2018-11-26 16:19:52 -08:00
nested_attributes.rb ActiveRecord#respond_to? No longer allocates strings 2018-10-15 15:31:32 -05:00
no_touching.rb
null_relation.rb
persistence.rb Fix failing test 2018-10-30 14:03:11 -06:00
query_cache.rb Fix query cache for multiple connections 2018-11-20 17:48:48 -05:00
querying.rb Improve ActiveRecord::Querying documentation [ci skip] 2018-11-28 14:50:25 -08:00
railtie.rb Remove unreachable database warning 2018-10-04 01:19:48 +01:00
readonly_attributes.rb
reflection.rb
relation.rb Move UPDATE/DELETE with JOIN handling to the Arel side 2018-10-03 06:24:41 +09:00
result.rb Make ActiveRecord::Result#to_a as alias to ActiveRecord::Result#to_ary 2018-09-20 12:25:01 +03:00
runtime_registry.rb
sanitization.rb
schema.rb
schema_dumper.rb
schema_migration.rb
scoping.rb Don't expose current_scope for internal use 2018-09-11 21:41:11 +09:00
secure_token.rb
serialization.rb
statement_cache.rb Place PartialQuery and PartialQueryCollector in the same file 2018-09-30 22:44:37 +09:00
store.rb
suppressor.rb
table_metadata.rb
test_databases.rb Convert configs_for to kwargs, add include_replicas 2018-08-31 16:07:09 -04:00
test_fixtures.rb Move test_fixtures and render_context to separate files 2018-10-03 15:06:03 -04:00
timestamp.rb
touch_later.rb
transactions.rb Remove ensure from with_transaction_returning_status 2018-11-11 22:35:47 +00:00
translation.rb
type.rb Revert "We still need the Helpers constant in the ActiveRecord namespace" 2018-11-27 15:25:36 +09:00
type_caster.rb
validations.rb
version.rb