rails--rails/activerecord/lib/active_record
Rafael Mendonça França 1918b12c04 Fix wrong behavior where associations with dependent: :destroy options
was using nullify strategy

This caused a regression in applications trying to upgrade.

Also if the user set the dependent option as destroy he expects to get
the records removed from the database.
2013-11-01 19:04:30 -02:00
..
associations Fix wrong behavior where associations with dependent: :destroy options 2013-11-01 19:04:30 -02:00
attribute_methods `ActiveRecord::Store` works together with PG `hstore` columns. 2013-10-25 08:35:35 +02:00
coders
connection_adapters fix code typo in `MysqlAdapter` .Closes #12647. 2013-10-30 18:12:26 +01:00
fixture_set
locale Revert "Merge pull request #11416 from tigrish/master" 2013-07-22 09:57:51 +03:00
locking [ci skip] avoid deprecation warning in sample code 2013-10-18 22:01:50 +09:00
migration Make 'enable_extension' revertible 2013-08-10 03:25:04 -04:00
railties Warnings removed for ruby trunk 2013-11-01 09:49:57 +01:00
relation Merge branch 'master' into joindep 2013-10-21 14:59:14 -07:00
scoping Don't need to check if the scope respond to call 2013-08-31 14:53:28 -03:00
serializers
tasks Warnings removed for ruby trunk 2013-11-01 09:49:57 +01:00
validations replace artificial space with RDoc markup (follow up #11285). [ci skip] 2013-07-04 10:21:20 +02:00
aggregations.rb Remove conditional adding a new method 2013-09-11 21:24:59 -03:00
association_relation.rb Move #proxy_association method to AssociationRelation 2013-05-10 16:39:27 +02:00
associations.rb remove HABTM associations 2013-10-02 16:03:45 -07:00
attribute_assignment.rb assign_attributes should return if argument is blank. 2013-09-24 13:22:59 -05:00
attribute_methods.rb short arrays in inspect 2013-10-30 08:47:54 +04:00
autosave_association.rb Save association when primary key is manually set 2013-10-24 22:30:30 -02:00
base.rb move the cache to the AR models and populate it on inherited 2013-08-30 16:48:20 -07:00
callbacks.rb Add documentation for after_touch [ci skip] 2013-10-08 17:57:53 -07:00
connection_handling.rb removes calls to AR::Runtime.instance 2013-04-13 09:04:44 +02:00
core.rb Merge pull request #10816 from bogdan/less-dirty-dirty 2013-09-23 10:59:05 -03:00
counter_cache.rb update_counters accepts a hash, not an array of hashes 2013-05-21 00:32:34 -06:00
dynamic_matchers.rb Avoid compiling regexs in AR::Base.respond_to? 2013-08-21 18:18:26 -07:00
errors.rb Merge pull request #10561 from Empact/nix-throwresult 2013-06-07 03:03:18 -07:00
explain.rb let EXPLAIN use a thread locals registry [John J. Wang & Xavier Noria] 2013-04-16 22:46:55 +02:00
explain_registry.rb add :nodoc: mark to *Registry classes [ci skip] 2013-04-17 13:36:27 -05:00
explain_subscriber.rb Don't try to EXPLAIN select_db calls 2013-05-10 16:21:59 +02:00
fixtures.rb remove HABTM special cases from the fixtures 2013-10-02 15:51:29 -07:00
inheritance.rb no need to to_sym 2013-10-09 16:09:59 -07:00
integration.rb
log_subscriber.rb Cleanup identitymap logger from LogSubscriber 2013-09-28 12:00:19 -04:00
migration.rb Warnings removed for ruby trunk 2013-11-01 09:49:57 +01:00
model_schema.rb added schema_migrations_table_name to ActiveRecord::Base in order that the name of the schema migrations table can be configured. 2013-10-27 08:50:35 -05:00
nested_attributes.rb Restore the use of `#add_to_target` for nested attribute updates on existing records, and don't bother updating the association if the update is going to be rejected anyway. 2013-08-12 02:37:39 -07:00
null_relation.rb Pluck on NullRelation accepts a list of columns 2013-10-15 13:11:43 -04:00
persistence.rb Add documentation for after_touch [ci skip] 2013-10-08 17:57:53 -07:00
query_cache.rb
querying.rb Moving the `pluck` and `ids` methods to their own delegate line. 2013-06-25 21:40:58 -07:00
railtie.rb let the sqlite task run without rails 2013-08-07 23:32:39 +02:00
readonly_attributes.rb Remove instance level attr_readonly setting was deprecated. 2013-06-02 10:25:41 +09:00
reflection.rb scope_chain should not be mutated for other reflections 2013-10-14 11:59:59 -04:00
relation.rb Merge branch 'master' into joindep 2013-10-21 14:59:14 -07:00
result.rb typecast records returned from the db rather than to_sing everything 2013-10-08 10:49:53 -07:00
runtime_registry.rb add :nodoc: mark to *Registry classes [ci skip] 2013-04-17 13:36:27 -05:00
sanitization.rb Add nodoc to method 2013-10-13 16:54:04 -03:00
schema.rb Call assume_migrated_upto_version on connection 2013-05-11 22:39:39 -04:00
schema_dumper.rb Push default_function to superclass to avoid method check 2013-10-14 01:46:41 -03:00
schema_migration.rb added schema_migrations_table_name to ActiveRecord::Base in order that the name of the schema migrations table can be configured. 2013-10-27 08:50:35 -05:00
scoping.rb hides the per thread registry instance, and caches singleton methods 2013-04-13 17:09:13 +02:00
serialization.rb
statement_cache.rb minor edit on StatementCache documentation [ci skip] 2013-04-12 00:16:49 -05:00
store.rb `ActiveRecord::Store` works together with PG `hstore` columns. 2013-10-25 08:35:35 +02:00
timestamp.rb correct documentation about active_record behavior 2013-06-15 00:34:10 +08:00
transactions.rb Fixed typo with after_commit docs 2013-10-25 16:59:48 -04:00
translation.rb
validations.rb
version.rb rails/master is now 4.1.0.beta 2013-04-29 13:15:24 -03:00