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
Eric Chahin c6d685ba11 Fixed custom validation context bug where child
associations were not being saved.

Fixes #13854.

[Eric Chahin, Aaron Nelson, & Kevin Casey]
2014-05-01 03:27:24 -04:00
..
associations flip conditional in delete_all to handle nullify better 2014-04-28 19:09:46 -04:00
attribute_methods docs, double meaning of serialize argument. Closes #14284. 2014-04-14 14:49:26 +02:00
coders
connection_adapters Merge branch 'master' into adequaterecord 2014-04-25 12:37:08 -05:00
fixture_set
locale
locking
migration
railties Replace trivial regexp with string or index, twice as fast 2014-03-28 13:19:47 -04:00
relation Merge branch 'master' into adequaterecord 2014-04-25 12:37:08 -05:00
scoping Merge pull request #14154 from al2o3cr/issue12770 2014-03-27 21:00:06 -07:00
serializers
tasks use YAML.load_file in database tasks example 2014-04-15 13:22:32 +01:00
validations Follow up to bbe7fe41 to fix enum leakage across classes. 2014-04-07 18:52:21 -07:00
aggregations.rb
association_relation.rb The Association Relation should use empty? and size from Relation. 2014-04-14 22:00:21 -03:00
associations.rb cleanup, remove trailing whitespace. [ci skip] 2014-04-29 10:12:10 -05:00
attribute_assignment.rb
attribute_methods.rb Block a few default Class methods as scope name. 2014-04-03 16:40:01 -04:00
autosave_association.rb Fixed custom validation context bug where child 2014-05-01 03:27:24 -04:00
base.rb ActiveRecord::Base.no_touching no longer triggers callbacks or start empty transactions. 2014-04-23 13:07:14 -05:00
callbacks.rb
connection_handling.rb Don't deprecate after all 2014-04-09 00:58:44 +09:30
core.rb Merge branch 'master' into adequaterecord 2014-04-20 12:38:33 -07:00
counter_cache.rb Restore the destroy_by_association check in post destroy counter cache 2014-04-15 14:11:47 -04:00
dynamic_matchers.rb
enum.rb Ensure we are looking with string keys 2014-04-07 19:08:08 -07:00
errors.rb Clarify 'database does not exist' message and implementation. 2014-04-01 16:49:52 -05:00
explain.rb
explain_registry.rb
explain_subscriber.rb
fixtures.rb No need to call send 2014-04-10 15:43:51 -03:00
gem_version.rb
inheritance.rb
integration.rb
log_subscriber.rb
migration.rb
model_schema.rb
nested_attributes.rb [ci skip] Improve doc, fix grammatical issue 2014-04-13 21:20:31 +05:30
no_touching.rb
null_relation.rb Changed the NullRelation so that when count is called with #group it will properly return an empty hash instead of zero. Fixes issue #14721 2014-04-16 09:54:28 -04:00
persistence.rb Merge pull request #11650 from prathamesh-sonpatki/rename 2014-04-04 18:38:06 -03:00
query_cache.rb
querying.rb
railtie.rb Clarify 'database does not exist' message and implementation. 2014-04-01 16:49:52 -05:00
readonly_attributes.rb
reflection.rb use statement cache for belongs_to relations 2014-04-22 11:28:21 -05:00
relation.rb Merge branch 'master' into adequaterecord 2014-04-14 11:49:36 -07:00
result.rb
runtime_registry.rb
sanitization.rb Merge branch 'master' into adequaterecord 2014-04-20 12:38:33 -07:00
schema.rb
schema_dumper.rb
schema_migration.rb
scoping.rb
serialization.rb
statement_cache.rb use an array for bind params to simplify substitution 2014-04-12 18:40:29 -07:00
store.rb
timestamp.rb
transactions.rb AR .persisted? throws SystemStackError for an unsaved model with a 2014-03-27 15:01:31 -03:00
translation.rb
validations.rb ActiveRecord/ActiveModel '#validate' alias for 'valid?' 2014-03-27 17:56:14 +01:00
version.rb