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
2016-10-28 16:33:21 -05:00
..
associations Merge PR #19759 2016-10-28 17:15:23 -04:00
attribute normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
attribute_methods Fixes an issue where time_zone_conversion that causes an exception in ARs delegation 2016-10-27 13:22:55 -04:00
attribute_set normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
coders let Regexp#match? be globally available 2016-10-27 09:13:55 +02:00
connection_adapters Fix the variable scoping issue I introduced in 007e50d8e5 2016-10-28 16:33:21 -05:00
fixture_set Add three new rubocop rules 2016-08-16 04:30:11 -03:00
locale
locking Small grammar fix for #26867 2016-10-23 12:21:35 -04:00
migration Fix broken comments indentation caused by rubocop auto-correct [ci skip] 2016-09-14 18:26:32 +09:00
railties Add three new rubocop rules 2016-08-16 04:30:11 -03:00
relation removes requires already present in active_support/rails 2016-10-27 09:45:20 +02:00
scoping Fix broken comments indentation caused by rubocop auto-correct [ci skip] 2016-09-14 18:26:32 +09:00
tasks Use Regexp#match? rather than Regexp#=== 2016-10-26 19:53:19 +09:00
type Revert "Made ActiveRecord consistently use ActiveRecord::Type (not" 2016-10-23 09:19:54 +03:00
type_caster normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
validations Revert "Extract PredicateBuilder::CaseSensitiveHandler" 2016-08-31 12:38:37 -04:00
aggregations.rb Fix broken comments indentation caused by rubocop auto-correct [ci skip] 2016-09-14 18:26:32 +09:00
association_relation.rb Ensure that inverse associations are set before running callbacks 2016-08-31 09:26:25 -04:00
associations.rb Fix broken comments indentation caused by rubocop auto-correct [ci skip] 2016-09-14 18:26:32 +09:00
attribute.rb Add Type.default_value and use it everywhere for internal 2016-08-26 02:14:06 +09:00
attribute_assignment.rb Fix broken comments indentation caused by rubocop auto-correct [ci skip] 2016-09-14 18:26:32 +09:00
attribute_decorators.rb normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
attribute_methods.rb Fix broken comments indentation caused by rubocop auto-correct [ci skip] 2016-09-14 18:26:32 +09:00
attribute_mutation_tracker.rb normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
attribute_set.rb normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
attributes.rb Corrected comments referring to documentation in 2016-10-03 11:29:31 +01:00
autosave_association.rb Always store errors details information with symbols 2016-09-19 19:57:03 -03:00
base.rb Merge pull request #26183 from Shopify/fix-no-touching-touch-later 2016-08-16 12:57:55 -03:00
callbacks.rb modernizes hash syntax in activerecord 2016-08-06 19:37:57 +02:00
collection_cache_key.rb applies remaining conventions across the project 2016-08-06 20:20:22 +02:00
connection_handling.rb fixes remaining RuboCop issues [Vipul A M, Xavier Noria] 2016-09-01 23:41:49 +02:00
core.rb Use xor to avoid allocations in AR::Core#hash 2016-09-26 10:27:11 -04:00
counter_cache.rb code gardening: removes redundant selfs 2016-08-08 01:12:38 +02:00
dynamic_matchers.rb let Regexp#match? be globally available 2016-10-27 09:13:55 +02:00
enum.rb code gardening: removes redundant selfs 2016-08-08 01:12:38 +02:00
errors.rb applies remaining conventions across the project 2016-08-06 20:20:22 +02:00
explain.rb applies new string literal convention in activerecord/lib 2016-08-06 18:26:45 +02:00
explain_registry.rb applies new string literal convention in activerecord/lib 2016-08-06 18:26:45 +02:00
explain_subscriber.rb Preserve cached queries name in AS notifications 2016-09-22 15:30:45 +02:00
fixtures.rb remove duplicated fixture set names 2016-09-12 08:14:10 +09:00
gem_version.rb
inheritance.rb Fix broken comments indentation caused by rubocop auto-correct [ci skip] 2016-09-14 18:26:32 +09:00
integration.rb Fix issue with cache_key when the named timestamp column has value nil 2016-09-07 23:11:56 +05:30
internal_metadata.rb applies new string literal convention in activerecord/lib 2016-08-06 18:26:45 +02:00
legacy_yaml_adapter.rb
log_subscriber.rb Use old typecasting method if no type casted binds are passed in 2016-10-20 09:27:14 -07:00
migration.rb let Regexp#match? be globally available 2016-10-27 09:13:55 +02:00
model_schema.rb Copy-edits on #26880 2016-10-24 18:04:54 -02:00
nested_attributes.rb Fix broken comments indentation caused by rubocop auto-correct [ci skip] 2016-09-14 18:26:32 +09:00
no_touching.rb Makes touch_later respects no_touching policy 2016-08-16 15:20:50 +02:00
null_relation.rb
persistence.rb Fix code formatting in #save RDoc [ci skip] 2016-09-25 12:39:05 +08:00
query_cache.rb Clear the correct query cache 2016-10-26 15:42:23 -05:00
querying.rb Ensure that inverse associations are set before running callbacks 2016-08-31 09:26:25 -04:00
railtie.rb Add Style/EmptyLines in .rubocop.yml and remove extra empty lines 2016-08-07 17:50:59 +09:00
readonly_attributes.rb code gardening: removes redundant selfs 2016-08-08 01:12:38 +02:00
reflection.rb Merge pull request #25432 from kamipo/polymorphic_reflection_is_not_using_methods_from_through_reflection 2016-10-25 12:07:40 -05:00
relation.rb Remove outdated "#TODO: Fix for binds." comment [ci skip] 2016-09-11 07:25:31 +09:00
result.rb Add Type.default_value and use it everywhere for internal 2016-08-26 02:14:06 +09:00
runtime_registry.rb applies new string literal convention in activerecord/lib 2016-08-06 18:26:45 +02:00
sanitization.rb let Regexp#match? be globally available 2016-10-27 09:13:55 +02:00
schema.rb
schema_dumper.rb Extract format_colspec to format column spec 2016-10-11 10:01:40 +09:00
schema_migration.rb applies new string literal convention in activerecord/lib 2016-08-06 18:26:45 +02:00
scoping.rb normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
secure_token.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
serialization.rb
statement_cache.rb [ci skip] Fix wrong rdoc-ref links, the format is {}[] not []{} 2016-09-14 11:13:43 +05:30
store.rb code gardening: removes redundant selfs 2016-08-08 01:12:38 +02:00
suppressor.rb
table_metadata.rb Merge pull request #26282 from kamipo/add_type_default_value 2016-08-31 10:06:43 -04:00
timestamp.rb code gardening: removes redundant selfs 2016-08-08 01:12:38 +02:00
touch_later.rb applies remaining conventions across the project 2016-08-06 20:20:22 +02:00
transactions.rb Fix broken comments indentation caused by rubocop auto-correct [ci skip] 2016-09-14 18:26:32 +09:00
translation.rb
type.rb Revert "Made ActiveRecord consistently use ActiveRecord::Type (not" 2016-10-23 09:19:54 +03:00
type_caster.rb applies new string literal convention in activerecord/lib 2016-08-06 18:26:45 +02:00
validations.rb
version.rb applies new string literal convention in activerecord/lib 2016-08-06 18:26:45 +02:00