aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/activerecord
Commit message (Expand)AuthorAgeFilesLines
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-052-3/+2
* Ruby 1.9 compat: move from the deprecated Base64 module to ActiveSupport::Bas...Jeremy Kemper2007-12-181-1/+1
* Fixed that has_many :through associations should render as collections too (c...David Heinemeier Hansson2007-11-121-0/+10
* Fixed spelling errors (closes #9706) [tarmo/rmm5t]David Heinemeier Hansson2007-09-281-1/+1
* Deprecation: remove pagination. Install the classic_pagination plugin for for...Jeremy Kemper2007-06-111-156/+0
* render :partial recognizes Active Record associations as Arrays. Closes #8538.Jeremy Kemper2007-06-011-0/+64
* Allow Controllers to have multiple view_paths instead of a single template_ro...Rick Olson2007-02-041-1/+1
* Use a consistent load path to avoid double requires. Fix some scattered Ruby ...Jeremy Kemper2007-01-281-1/+1
* Remove deprecated assertions.Jeremy Kemper2007-01-281-92/+0
* use ActiveRecordTestCaseJeremy Kemper2006-09-221-2/+2
* Active Record integration deprecation testsJeremy Kemper2006-09-041-14/+23
* Clean up and run the Active Record integration tests by default. Closes #5854.Jeremy Kemper2006-08-223-47/+4
* Clean up and run the Active Record integration tests by default.Jeremy Kemper2006-08-223-10/+15
* Fix problem with unloaded ARStore sessions being loaded when they are garbage...Jamis Buck2006-03-081-0/+22
* Added :count option to pagination that'll make it possible for the ActiveReco...David Heinemeier Hansson2006-02-201-2/+17
* Major components cleanup and speedup. Closes #3527.Jeremy Kemper2006-02-091-4/+5
* Move active_record_store_test.rb to test/activerecord/. Closes #3790.Jeremy Kemper2006-02-091-0/+151
* * Fix pagination problems when using includeMichael Koziarski2006-02-092-0/+230