rails/activerecord/lib/active_record
2016-01-30 17:09:03 +09:00
..
associations Add missing source_type if provided on hmt which belongs to an sti record 2016-01-24 22:25:12 +05:30
attribute nodoc ActiveRecord::Attribute::UserProvidedDefault. [ci skip] 2015-10-13 13:24:07 +02:00
attribute_methods Fix the broken build 2016-01-08 17:43:37 -07:00
attribute_set Implement equality comparison on AttributeSet and friends 2015-10-06 08:52:28 -06:00
coders Clean up the implementation of AR::Dirty 2015-09-24 14:06:59 -06:00
connection_adapters Refactor OID::Money.precision 2016-01-30 17:09:03 +09:00
fixture_set Merge pull request #20574 from repinel/fix-db-fixtures-load 2015-09-30 11:06:41 +02:00
locale Deprecate and rename the keys for association restrict_dependent_destroy 2015-07-20 23:19:43 -04:00
locking Fix ActiveRecord::Locking doc [ci skip] 2015-09-24 00:33:43 +03:00
migration Intervene on change_table as well as create_table 2016-01-30 05:45:41 +10:30
railties Add environment back to db:structure:load 2016-01-23 19:14:39 +00:00
relation Reworked ActiveRecord::Relation#last to always use SQL 2016-01-28 17:45:53 +02:00
scoping Merge branch '5-0-beta-sec' 2016-01-25 11:25:11 -08:00
tasks match the environment variable name that actually checking and error message 2016-01-09 13:37:40 +09:00
type Require only necessary concurrent-ruby classes. 2015-11-04 21:12:28 -05:00
type_caster docs, ActiveRecord::TypeCaster is not part of the public API. 2015-11-07 12:26:09 -05:00
validations Refactor case_{sensitive|insensitive}_comparison 2016-01-01 07:33:54 +09:00
aggregations.rb reflect mapping to match initialize 2016-01-25 20:56:42 -08:00
association_relation.rb
associations.rb update doc for << method of has_many association 2016-01-14 19:29:59 +05:30
attribute_assignment.rb applies new doc guidelines to Active Record. 2015-10-14 17:40:00 +02:00
attribute_decorators.rb
attribute_methods.rb add ActiveRecord::Base.has_attribute? 2015-12-02 16:57:29 +01:00
attribute_mutation_tracker.rb Add Singleton in NullMutationTracker class 2015-10-03 16:11:02 +02:00
attribute_set.rb Implement equality comparison on AttributeSet and friends 2015-10-06 08:52:28 -06:00
attribute.rb Further encapsulate dirty checking on Attribute 2015-10-02 08:03:11 -04:00
attributes.rb applies new doc guidelines to Active Record. 2015-10-14 17:40:00 +02:00
autosave_association.rb Fixed setting errors details on autosaved associations 2015-10-28 20:18:29 +01:00
base.rb Don't recommend using ActiveRecord::Base[] 2016-01-29 09:28:24 -07:00
callbacks.rb Deprecate passing string to define callback. 2015-12-16 19:56:20 +09:00
collection_cache_key.rb Fix AR::Relation#cache_key to remove select scope added by user 2016-01-24 22:36:13 +05:30
connection_handling.rb Remove legacy mysql adapter 2015-12-21 08:46:55 +09:00
core.rb Skip the STI condition when evaluating a default scope 2016-01-12 05:43:58 +10:30
counter_cache.rb Pluralize counter_cache column name in example [ci skip] 2016-01-20 11:58:11 +05:30
dynamic_matchers.rb Revert "Merge pull request #20080 from robertjlooby/fix_overwriting_by_dynamic_finders" 2015-09-09 06:08:57 -03:00
enum.rb Merge branch '5-0-beta-sec' 2016-01-25 11:25:11 -08:00
errors.rb Introduce ActiveRecord::IrreversibleOrderError 2016-01-27 12:53:51 +02:00
explain_registry.rb applies new doc guidelines to Active Record. 2015-10-14 17:40:00 +02:00
explain_subscriber.rb typo 2015-10-20 22:58:50 -07:00
explain.rb
fixtures.rb Refer to rails command instead of rake in a bunch of places 2015-12-18 13:01:10 +01:00
gem_version.rb bumping version 2016-01-25 10:22:15 -08:00
inheritance.rb Do not use default attributes for STI when instantiating a subclass 2016-01-27 13:26:20 -05:00
integration.rb fixes #21815 2015-10-16 15:09:45 +02:00
internal_metadata.rb [close #23009] Limit key length 2016-01-21 13:19:33 -06:00
legacy_yaml_adapter.rb
log_subscriber.rb Merge pull request #20921 from pboling/fix-sql-colors-in-log-subscriber 2015-09-09 04:48:25 -03:00
migration.rb refer to rails command instead of rake in environment error 2016-01-19 17:15:59 +09:00
model_schema.rb Add ModelSchema::type_for_attribute to the public API 2016-01-19 13:19:54 -07:00
nested_attributes.rb Don't short-circuit reject_if proc 2016-01-22 15:00:50 -08:00
no_touching.rb
null_relation.rb File encoding is defaulted to utf-8 in Ruby >= 2.1 2015-09-18 17:05:05 +09:00
persistence.rb Merge pull request #21791 from sonalkr132/persistence-doc 2016-01-27 10:37:27 -05:00
query_cache.rb
querying.rb Alias left_joins to left_outer_joins 2015-10-31 01:37:35 +09:00
railtie.rb Ensure config.active_record.time_zone_aware_types is always set 2016-01-07 09:55:44 -07:00
readonly_attributes.rb
reflection.rb Merge branch '5-0-beta-sec' 2016-01-25 11:25:11 -08:00
relation.rb substitute_at is no longer used 2016-01-14 09:59:26 +09:00
result.rb applies new doc guidelines to Active Record. 2015-10-14 17:40:00 +02:00
runtime_registry.rb applies new doc guidelines to Active Record. 2015-10-14 17:40:00 +02:00
sanitization.rb quoted_id is not public API. 2016-01-01 15:19:23 -02:00
schema_dumper.rb Prevent destructive action on production database 2016-01-07 18:01:05 -06:00
schema_migration.rb Clean up internal metadata definition 2016-01-15 19:27:42 +09:00
schema.rb Use hash like syntax for InternalMetadata 2016-01-08 09:27:25 -06:00
scoping.rb Active scopes apply to child classes, though not parents/siblings 2016-01-12 05:43:58 +10:30
secure_token.rb Revert "Merge pull request #20835 from glittershark/if-and-unless-in-secure-token" 2016-01-14 21:52:03 +01:00
serialization.rb applies new doc guidelines to Active Record. 2015-10-14 17:40:00 +02:00
statement_cache.rb applies new doc guidelines to Active Record. 2015-10-14 17:40:00 +02:00
store.rb applies new doc guidelines to Active Record. 2015-10-14 17:40:00 +02:00
suppressor.rb Apply Active Record suppression to all saves 2015-06-04 00:11:38 -04:00
table_metadata.rb Reduce allocation in resolve_column_aliases. 2015-09-08 09:28:58 +08:00
timestamp.rb [ci skip] Add note about tsrange and timezone awareness to docs 2016-01-22 14:35:52 +03:00
touch_later.rb Make sure we touch all the parents when touch_later. 2015-12-06 16:53:00 -05:00
transactions.rb Fix the API documentation layout of after_*_commit 2016-01-20 18:21:46 +02:00
translation.rb
type_caster.rb docs, ActiveRecord::TypeCaster is not part of the public API. 2015-11-07 12:26:09 -05:00
type.rb applies new doc guidelines to Active Record. 2015-10-14 17:40:00 +02:00
validations.rb applies new doc guidelines to Active Record. 2015-10-14 17:40:00 +02:00
version.rb