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
Ryuta Kamizono 322c5704e5 Merge pull request #23593 from meinac/add_index_option_for_change_table
index option added for change_table migrations
2018-10-01 10:39:03 +09:00
..
associations Add Style/RedundantFreeze to remove redudant .freeze 2018-09-29 07:18:44 +00:00
attribute_methods Add Style/RedundantFreeze to remove redudant .freeze 2018-09-29 07:18:44 +00:00
coders
connection_adapters Merge pull request #23593 from meinac/add_index_option_for_change_table 2018-10-01 10:39:03 +09:00
database_configurations Refactor migrations_path command option to database 2018-09-28 14:24:36 -04:00
fixture_set
locale
locking Remove unused splat args in _create_record 2018-09-02 19:24:57 +09:00
migration Fix transaction reverting for migrations 2018-09-26 23:40:42 +03:00
railties Convert configs_for to kwargs, add include_replicas 2018-08-31 16:07:09 -04:00
relation Add Style/RedundantFreeze to remove redudant .freeze 2018-09-29 07:18:44 +00:00
scoping Don't expose current_scope for internal use 2018-09-11 21:41:11 +09:00
tasks Add Style/RedundantFreeze to remove redudant .freeze 2018-09-29 07:18:44 +00:00
type
type_caster
validations
aggregations.rb Remove ActiveSupport::Concern from ActiveRecord::Aggregations 2018-06-26 17:26:02 +09:00
association_relation.rb
associations.rb Add missing rdoc +code+ tags 2018-09-26 12:15:18 +10:00
attribute_assignment.rb
attribute_decorators.rb
attribute_methods.rb Add Style/RedundantFreeze to remove redudant .freeze 2018-09-29 07:18:44 +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 Persistence#increment! requires an attribute argument which is incremented 2018-09-24 03:03:04 +09:00
collection_cache_key.rb Use visitor.compile instead of constructing by connection itself 2018-09-09 00:46:07 +09:00
connection_handling.rb Refactors Active Record connection management 2018-08-30 10:06:45 -04:00
core.rb Add mention about ActiveRecord::Base::filter_attributes to the changelog entry 2018-09-12 18:53:53 +03: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 Stringify database configurations 2018-09-24 13:43:47 -04:00
define_callbacks.rb
dynamic_matchers.rb
enum.rb
errors.rb MySQL: Raise ActiveRecord::InvalidForeignKey for foreign-key constraint violations on delete 2018-07-30 09:12:55 -04:00
explain.rb Enable Performance/UnfreezeString cop 2018-09-23 08:56:55 +09:00
explain_registry.rb
explain_subscriber.rb
fixtures.rb Raise an error when loading all fixtures from nil fixture_path 2018-09-26 10:39:30 -04:00
gem_version.rb
inheritance.rb Add Style/RedundantFreeze to remove redudant .freeze 2018-09-29 07:18:44 +00:00
integration.rb
internal_metadata.rb
legacy_yaml_adapter.rb
log_subscriber.rb Use backtrace cleaner to clean up backtrace for verbose query logs 2018-08-14 09:15:28 +10:00
migration.rb Add Style/RedundantFreeze to remove redudant .freeze 2018-09-29 07:18:44 +00:00
model_schema.rb Make a deep copy of the _default_attributes in column_defaults 2018-09-20 00:03:15 -04:00
nested_attributes.rb Call build when extend with nested attributes defined 2018-08-02 08:27:03 +04:30
no_touching.rb
null_relation.rb
persistence.rb Don't expose instantiate_instance_of for internal use 2018-09-11 23:35:57 +09:00
query_cache.rb
querying.rb
railtie.rb Eagerly define attribute methods in production 2018-09-24 03:20:35 +01:00
readonly_attributes.rb
reflection.rb Find inverse associations with plural names 2018-08-27 15:22:37 -04:00
relation.rb Handle DELETE with LIMIT in Arel 2018-09-30 21:21:54 +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 Permit list usage cleanup and clearer documentation 2018-08-27 09:51:46 -04:00
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
timestamp.rb
touch_later.rb
transactions.rb
translation.rb
type.rb
type_caster.rb
validations.rb
version.rb