aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5720 from kennyj/should_use_klass_methodJon Leighton2012-04-111-0/+1
|\
| * Get a properly aliased_table_name, when we use a polymorphic association.kennyj2012-04-041-0/+1
* | Adds test to check that circular preloading does not modify Model.unscoped (a...Benedikt Deicke2012-04-031-0/+6
|/
* Fix #5667. Preloading should ignore scoping.Jon Leighton2012-03-301-0/+11
* Remove IdentityMapCarlos Antonio da Silva2012-03-133-148/+10
* In AR depths use &:to_i before :uniq to process mixed arrays likes ["1", 1] c...Alexey Vakhov2012-03-091-0/+7
* Merge pull request #5289 from rafaelfranca/fix-through-associationsJon Leighton2012-03-081-4/+20
|\
| * Not need to pass join attributes to association buildRafael Mendonça França2012-03-071-3/+2
| * Add test case to has_many through association when mass_assignment_sanitizer isRafael Mendonça França2012-03-051-4/+21
* | Add tests to test that through associations are not readonly, and we can upda...kuahyeow2012-03-081-0/+11
|/
* Fix #5069 - Protect foreign key from mass assignment throught association bui...Jean Boussier2012-03-052-0/+38
* Merge pull request #4543 from jdelStrother/find_or_initJon Leighton2012-02-011-0/+12
|\
| * Don't instantiate two objects in collection proxy / find_or_instantiator_byJonathan del Strother2012-01-191-0/+12
* | Fix typoRafael Mendonça França2012-02-011-2/+2
* | Use human attribute name to show the dependent destroy messageRafael Mendonça França2012-02-011-1/+25
* | fix has_one, has_many restrict error messageManoj2012-02-012-2/+2
* | Merge pull request #4791 from gregolsen/reflection_test_fixedJosé Valim2012-01-311-1/+1
|\ \
| * | test_get_ids_for_ordered_association fixedgregolsen2012-01-311-1/+1
* | | Remove deprecation warnings from testsRafael Mendonça França2012-01-312-13/+25
|/ /
* | Merge pull request #4783 from gregolsen/ids_reader_fixJon Leighton2012-01-311-0/+4
|\ \
| * | ids_reader method fixed, test added to has_many associationgregolsen2012-01-311-0/+4
* | | suggested fixes for :dependent => :restrict deprecation.Manoj2012-01-312-32/+10
* | | has_many/has_one, :dependent => :restrict, deprecation added.Manoj2012-01-292-14/+101
|/ /
* / The primary key is always initialized in the @attributes hash to nil (unlessAaron Patterson2012-01-251-1/+1
|/
* Deprecate inferred JOINs with includes + SQL snippets.Jon Leighton2012-01-166-36/+115
* Revert "Deprecate implicit eager loading. Closes #950."Jon Leighton2012-01-1610-84/+64
* get rid of using instance_variable_names method from ASSergey Nartimov2012-01-071-1/+1
* Deprecate implicit eager loading. Closes #950.Jon Leighton2011-12-2910-64/+84
* allow reorder to affect eager loading correctlyMatt Jones + Scott Walker2011-12-281-0/+10
* remove requires of core_ext/array/random_access that no longer existslest2011-12-211-1/+0
* More tests deep including through habtmArun Agrawal2011-12-211-0/+7
* No Ruby 1.8 stuff. No more checks in code.Arun Agrawal2011-12-211-10/+0
* bypass preloading for ids_readerSergey Nartimov2011-12-181-0/+6
* Delete obsolete commentJon Leighton2011-12-161-1/+0
* Cache columns at the model level.Jon Leighton2011-12-161-2/+2
* Remove that there copy/pasted code :bomb:Jon Leighton2011-12-141-5/+0
* Don't try to autosave nested assocs. Fixes #2961.Jon Leighton2011-12-141-0/+14
* Use `table_exists?` from the schema cache.Aaron Patterson2011-12-091-3/+3
* Fix #3890. (Calling proxy_association in scope chain.)Jon Leighton2011-12-081-0/+6
* reintroduce patch from #726 to handle nested eager loading via associationsJay Levitt2011-11-301-0/+35
* Deprecate set_table_name in favour of self.table_name= or defining your own m...Jon Leighton2011-11-293-7/+7
* Merge pull request #3636 from joshsusser/masterJon Leighton2011-11-291-1/+21
|\
| * use GeneratedFeatureMethods module for associationsJosh Susser2011-11-271-1/+21
* | load has_many associations keyed off a custom primary key if that key is pres...Brian Samson2011-11-251-1/+28
|/
* Merge pull request #3507 from jmazzi/issue-3503Jeremy Kemper2011-11-031-0/+15
* Remove all revelant through records.Jon Leighton2011-11-031-0/+15
* Fix adding multiple instances of the same record to a has_many :through.Jon Leighton2011-11-031-0/+10
* Fix #3247.Jon Leighton2011-11-031-0/+5
* Fixed failed test under 1.8.7 as map.keys order in indeterminableRocky Jaiswal2011-09-282-2/+2
* Merge pull request #3030 from htanata/fix_habtm_select_query_methodJon Leighton2011-09-262-0/+16