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-02-03 10:39:10 +05:30
..
associations Add missing source_type if provided on hmt which belongs to an sti record 2016-01-24 22:25:12 +05:30
attribute
attribute_methods Ensure tz aware attributes continue to work with arrays 2016-02-02 10:30:44 -07:00
attribute_set
coders
connection_adapters Mention supported PG version in the error message. 2016-02-03 10:39:10 +05:30
fixture_set
locale
locking
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 Revert "Merge pull request #16400 from bogdan/last-with-sql" 2016-02-01 14:03:12 -07:00
scoping Revert "Remove valid_scope_name? check - use ruby" 2016-01-28 18:37:39 +09:00
tasks match the environment variable name that actually checking and error message 2016-01-09 13:37:40 +09:00
type
type_caster
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 Merge pull request #23387 from mcfiredrill/clarify-touching-callbacks 2016-01-31 23:13:24 +01:00
attribute.rb
attribute_assignment.rb
attribute_decorators.rb
attribute_methods.rb
attribute_mutation_tracker.rb
attribute_set.rb
attributes.rb
autosave_association.rb
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
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.rb
explain_registry.rb
explain_subscriber.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 Preparing for Rails 5.0.0.beta2 2016-02-01 14:37:52 -07:00
inheritance.rb Do not use default attributes for STI when instantiating a subclass 2016-01-27 13:26:20 -05:00
integration.rb
internal_metadata.rb Rename active_record_internal_metadatas to ar_internal_metadata 2016-02-01 15:52:30 +00:00
legacy_yaml_adapter.rb
log_subscriber.rb
migration.rb refer to rails command instead of rake in environment error 2016-01-19 17:15:59 +09:00
model_schema.rb Shorten ActiveRecord::InternalMetadata.table_name to ar_internal_metadata 2016-02-01 15:41:37 +00: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
persistence.rb - Updated persistence documentation to make it clear that save and save! won't update a record if validation fails. 2016-01-31 00:36:23 +05:30
query_cache.rb
querying.rb
railtie.rb make rake proxy work in rails engines 2016-01-31 09:49:48 +09:00
readonly_attributes.rb
reflection.rb Remove unnecessary overriding of #initialize 2016-02-02 20:36:44 +09:00
relation.rb substitute_at is no longer used 2016-01-14 09:59:26 +09:00
result.rb
runtime_registry.rb
sanitization.rb quoted_id is not public API. 2016-01-01 15:19:23 -02:00
schema.rb Use hash like syntax for InternalMetadata 2016-01-08 09:27:25 -06:00
schema_dumper.rb Prevent destructive action on production database 2016-01-07 18:01:05 -06:00
schema_migration.rb Avoid extra show variables in migration 2016-02-01 13:05:47 +09: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
statement_cache.rb
store.rb
suppressor.rb
table_metadata.rb
timestamp.rb [ci skip] Add note about tsrange and timezone awareness to docs 2016-01-22 14:35:52 +03:00
touch_later.rb
transactions.rb Fix the API documentation layout of after_*_commit 2016-01-20 18:21:46 +02:00
translation.rb
type.rb
type_caster.rb
validations.rb
version.rb