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
Arthur Nogueira Neves 6a75f127a5 Merge pull request #21791 from sonalkr132/persistence-doc
Improvement in ActiveRecord::Persistence doc [ci skip]
2016-01-27 10:37:27 -05: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
attribute_methods
attribute_set
coders
connection_adapters INSERT INTO schema_migrations in 1 SQL 2016-01-27 18:17:13 +09:00
fixture_set
locale
locking
migration Pare back default index option for the migration generator 2016-01-24 18:48:15 +05:30
railties Add environment back to db:structure:load 2016-01-23 19:14:39 +00:00
relation Use bind parameters for ranges in where clauses 2016-01-21 13:27:40 -07:00
scoping Merge branch '5-0-beta-sec' 2016-01-25 11:25:11 -08:00
tasks
type
type_caster
validations
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.rb
attribute_assignment.rb
attribute_decorators.rb
attribute_methods.rb
attribute_mutation_tracker.rb
attribute_set.rb
attributes.rb
autosave_association.rb
base.rb
callbacks.rb
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
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
explain.rb
explain_registry.rb
explain_subscriber.rb
fixtures.rb
gem_version.rb bumping version 2016-01-25 10:22:15 -08:00
inheritance.rb run type column through attribtues API type casting. 2016-01-19 17:31:16 +01:00
integration.rb
internal_metadata.rb [close #23009] Limit key length 2016-01-21 13:19:33 -06: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 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
persistence.rb Merge pull request #21791 from sonalkr132/persistence-doc 2016-01-27 10:37:27 -05:00
query_cache.rb
querying.rb
railtie.rb
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
runtime_registry.rb
sanitization.rb
schema.rb
schema_dumper.rb
schema_migration.rb Clean up internal metadata definition 2016-01-15 19:27:42 +09:00
scoping.rb
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