aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #8913 from seejee/regression_test_for_chained_preloaded_sc...Carlos Antonio da Silva2013-01-201-0/+3
|\
| * Added test case to prevent regression of chained, preloaded scopes. (#7490)Chris Geihsler2013-01-191-0/+3
* | Merge pull request #8994 from Springest/fix_default_scope_update_all_delete_allJon Leighton2013-01-181-0/+9
|\ \
| * | Fix .update_all and .delete_all when using a condition on a joined tableDerek Kraan2013-01-111-0/+9
| |/
* / Undeprecate the :extend optionJon Leighton2013-01-181-0/+14
|/
* Rename update_attributes method to update, keep update_attributes as an aliasAmparo Luna + Guillermo Iguaran2013-01-031-1/+1
* unused scopeAkira Matsuda2013-01-021-2/+0
* Fix broken test for postgresqlRafael Mendonça França2012-12-211-1/+1
* Serialized attribute can be serialized in an integer columnRafael Mendonça França2012-12-211-0/+21
* Allow users to choose the timestamp format in the cache keyRafael Mendonça França2012-12-101-0/+5
* Make sure the tests pass in the case closer to described in #8195Rafael Mendonça França2012-12-101-1/+1
* Do not instantiate intermediate AR objects when eager loading.Yves Senn2012-12-041-0/+10
* Added STI support to init and building associationsJason Rush2012-11-292-0/+2
* Initialize accessors to remove some warnings in Ruby 2.0Carlos Antonio da Silva2012-11-191-3/+2
* Regression test for #7238Nikita Afanasenko2012-11-131-0/+6
* :counter_cache option for to support custom named counter caches. Closes #7993Yves Senn2012-11-041-0/+1
* Remove ActiveRecord::ModelJon Leighton2012-10-261-35/+0
* fix warning: method redefinedkennyj2012-10-021-1/+1
* Fix reset_counters() crashing on has_many :through associations.lulalala2012-10-021-1/+1
* Revert "Fix find_in_batches with customized primary_key"Santiago Pastorino2012-09-211-5/+0
* Remove mass_assignment_options from ActiveRecordGuillermo Iguaran2012-09-161-3/+3
* Remove mass assignment security from ActiveRecordGuillermo Iguaran2012-09-166-20/+0
* Fix find_in_batches with customized primary_keyToshiyuki Kawanishi2012-09-161-0/+5
* refactor store_accessorMatt Jones2012-09-131-1/+9
* Fix nested association referencesJon Leighton2012-09-121-0/+1
* Accept belongs_to assoc. keys in ActiveRecord queriesbeerlington2012-09-111-0/+3
* Merge pull request #7532 from al2o3cr/fix_store_bugsRafael Mendonça França2012-09-051-0/+1
|\
| * correctly flag changed attributes in AR::Store, combine multiple calls to sto...Matt Jones2012-09-051-0/+1
* | Fix pluck when columns/tables are reserved words.Ian Lesperance2012-09-051-0/+3
|/
* test cleanup, remove ruby_type because it's no longer neededYves Senn2012-09-031-4/+0
* rewrite inheritance tests with a custom inheritance_columnYves Senn2012-09-031-0/+10
* set the configured #inheritance_column on #become (#7503)Yves Senn2012-09-031-0/+14
* Add a test to make sure preloading properly merges association and default sc...Pratik Naik2012-08-282-0/+11
* allow to pass Symbol or Proc into :limit option of #accepts_nested_attributes...Mikhail Dieterle2012-08-261-1/+1
* reset_counters() was crashing when there were multiple belongs_to association...Dave Desrochers2012-08-212-0/+6
* Use method compilation for association methodsJon Leighton2012-08-102-4/+3
* Remove the dependent_restrict_raises option.Jon Leighton2012-08-101-2/+14
* Deprecate :finder_sql, :counter_sql, :insert_sql, :delete_sql.Jon Leighton2012-08-013-26/+36
* Revert "Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql."Jon Leighton2012-08-013-1/+24
* Revert "Removing composed_of from ActiveRecord."Rafael Mendonça França2012-07-272-0/+13
* Deprecate ActiveRecord::Base.scoped.Jon Leighton2012-07-276-15/+16
* rm unnecessary testJon Leighton2012-07-202-5/+0
* rm redundant testJon Leighton2012-07-201-2/+0
* Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql.Jon Leighton2012-07-203-24/+1
* Convert association macros to the new syntaxJon Leighton2012-07-2015-134/+135
* Allow associations to take a lambda which builds the scopeJon Leighton2012-07-131-0/+2
* Remove some aggregation tests related to composed_ofCarlos Antonio da Silva2012-06-281-1/+0
* Merge pull request #6800 from mschneider/dynamic_finders_for_aliased_attributesRafael Mendonça França2012-06-221-0/+2
|\
| * made dynamic finders alias_attribute awareMaximilian Schneider2012-06-221-0/+2
* | Add some coverage for AR serialization with serializable_hashCarlos Antonio da Silva2012-06-221-17/+32