aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge pull request #20080 from robertjlooby/fix_overwriting_by_dynami...Rafael Mendonça França2015-09-091-8/+0
* Merge pull request #20080 from robertjlooby/fix_overwriting_by_dynamic_findersRafael Mendonça França2015-09-091-0/+8
|\
| * put dynamic matchers on the GeneratedAssociationMethods instead of modelRob Looby2015-05-081-0/+8
* | Typo fix [ci skip]amitkumarsuroliya2015-09-071-1/+1
* | Deprecate passing conditions to AR::Relation destroy_all and delete_all methodsWojciech Wnętrzak2015-09-061-1/+1
* | Only nullify persisted has_one target associationsAgis-2015-08-242-0/+2
* | Merge pull request #19683 from tristang/require-option-for-counter-cacheRafael Mendonça França2015-08-133-5/+6
|\ \
| * | Add tests for associations without counter_cacheTristan Gamilis2015-04-091-0/+1
| * | Require explicit counter_cache option for has_manyTristan Gamilis2015-04-072-5/+5
| |/
* | Merge pull request #19770 from vngrs/prevent_duplicated_where_clausesRafael Mendonça França2015-08-131-0/+7
|\ \
| * | Prevent duplicating `where` clauses when model is extended from an abstract c...Mehmet Emin İNAÇ2015-04-151-0/+7
| |/
* | Skip statement cache on through association readerRafael Mendonça França2015-08-125-0/+40
* | use correct DB connection for generated HABTM tableMatt Hanlon2015-08-071-0/+5
* | Merge pull request #20849 from vngrs/misleading_nested_exceptionsRafael Mendonça França2015-07-271-3/+4
|\ \
| * | Fix misleading errors for has_one through relationsMehmet Emin İNAÇ2015-07-221-3/+4
* | | Rename the enum_{prefix,suffix} options to _{prefix,suffix}Robin Dupret2015-07-231-4/+4
* | | fix rails testsMehmet Emin İNAÇ2015-07-211-1/+1
|/ /
* | Correctly ignore `mark_for_destruction` without `autosave`Sean Griffin2015-07-201-0/+1
* | Fix counter_cache for polymorphic associationsStefan Kanev2015-07-191-0/+1
* | Ensure cyclic associations w/ autosave don't cause duplicate errorsSean Griffin2015-07-181-0/+11
* | Fix regression caused by a01d164bRafael Mendonça França2015-07-071-0/+16
* | Add pending test for the great-grandparent touching bug from #19324David Heinemeier Hansson2015-06-252-0/+8
* | Add enum prefix/suffix option to enum definitionIgor Kapkov2015-06-121-0/+4
* | Fix crash when loading fixture with belongs_to association defined in abstrac...Victor Costan2015-06-041-0/+12
* | allow setting of a demodulized class name when using STIAlex Robbin2015-05-111-0/+3
|/
* Fix leaky chain on polymorphic associationeileencodes2015-03-153-0/+5
* Merge pull request #18996 from morgoth/deprecate-more-errors-methodsYves Senn2015-02-192-2/+2
|\
| * Deprecate `ActiveModel::Errors` `add_on_empty` and `add_on_blank` methodsWojciech Wnętrzak2015-02-192-2/+2
* | Add `ActiveRecord::Base.suppress`Michael Ryan2015-02-182-0/+6
|/
* Add line endings to files which are missing themSean Griffin2015-02-176-6/+6
* Merge pull request #18512 from vipulnsward/18492-fixtures-with-stiAaron Patterson2015-01-312-3/+7
|\
| * Fixes #18492Vipul A M2015-01-142-3/+7
* | Always perform validations on nested attribute associationsSean Griffin2015-01-301-1/+2
* | Added #or to ActiveRecord::RelationMatthew Draper2015-01-281-0/+3
* | Don't redefine autosave association callbacks in nested attrsSean Griffin2015-01-282-0/+2
* | Improve consistency of counter caches updating in memorySean Griffin2015-01-261-1/+1
|/
* remove deprecated support to preload instance-dependent associaitons.Yves Senn2015-01-051-4/+0
* Add has_secure_token to Active Recordrobertomiranda2015-01-041-0/+4
* Deprecate `false` as the way to halt AR callbacksclaudiob2015-01-025-5/+5
* Merge pull request #15309 from iantropov/issue_12698_build_throughRafael Mendonça França2015-01-021-0/+2
|\
| * Add setting of FK for throgh associations while buildingIvan Antropov2014-05-251-0/+2
* | Fix error message when trying to create an associated recordRafael Mendonça França2014-12-301-0/+1
* | AR specific length validator to respect `marked_for_destruction`.Yves Senn2014-12-301-0/+2
* | Remove all cases of manuallly wrapping `Arel::Nodes::Quoted`Sean Griffin2014-12-291-1/+1
* | Inform Arel we don't need additional type casting in testsSean Griffin2014-12-261-1/+1
* | Don't perform statement caching for `find` when called from a scopeSean Griffin2014-12-221-0/+8
* | Add foreign_type option for polymorphic has_one and has_many.Ulisses Almeida + Kassio Borges2014-12-082-0/+6
* | Fix "nonexistent" typo in testsMelissa Xie2014-12-022-4/+4
* | Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-293-4/+4
* | Fix includes on association with a scope containing joins along with conditionssiddharth@vinsol.com2014-11-211-0/+1