aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/activerecord/render_partial_with_record_identification_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix problem with render :partial collections, records, and locals. #11057 [lo...Marcel Molina2008-02-081-0/+3
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Fixed that has_many :through associations should render as collections too (c...David Heinemeier Hansson2007-11-121-0/+10
* render :partial recognizes Active Record associations as Arrays. Closes #8538.Jeremy Kemper2007-06-011-0/+64