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
Gannon McGibbon ac18bda92d Add multi-db support to schema cache dump and clear
Adds support for multiple databases to `rails db:schema:cache:dump`
and `rails db:schema:cache:clear`.
2018-11-07 14:11:46 -05:00
..
associations Don't expose internal get_value/set_value methods 2018-10-18 08:29:58 +09:00
attribute_methods Reduce string allocations in read/write_attribute 2018-10-21 13:58:45 +02:00
coders
connection_adapters Always add records to parent of nested transaction 2018-11-07 13:32:49 +00: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 Ignore empty condition on #construct_relation_for_exists 2018-10-27 21:53:11 +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 Fix "warning: shadowing outer local variable - role" 2018-10-31 12:04:20 +09:00
core.rb Fix inspect with non-primary key id attribute 2018-11-06 01:51:52 +00: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 Privatize ENUM_CONFLICT_MESSAGE constant 2018-10-10 10:22:10 +02:00
errors.rb
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 [ci skip] Fix typo 2018-10-08 08:32:56 +02:00
internal_metadata.rb
legacy_yaml_adapter.rb
log_subscriber.rb
migration.rb Add Style/RedundantFreeze to remove redudant .freeze 2018-09-29 07:18:44 +00:00
model_schema.rb ActiveRecord#respond_to? No longer allocates strings 2018-10-15 15:31:32 -05: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
querying.rb
railtie.rb Remove unreachable database warning 2018-10-04 01:19:48 +01:00
readonly_attributes.rb
reflection.rb Find inverse associations with plural names 2018-08-27 15:22:37 -04:00
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
translation.rb
type.rb
type_caster.rb
validations.rb
version.rb