aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/activerecord
Commit message (Expand)AuthorAgeFilesLines
* AMo conversion helperJoshua Peek2009-07-211-1/+2
* Define ActiveModel API ComplianceYehuda Katz2009-07-201-1/+1
* Fix polymorphic_path doesn't modify options hash [#2099 state:resolved]=?utf-8?q?Mislav=20Marohni=C4=87?=2009-06-211-3/+6
* Move model naming into ActiveModelJoshua Peek2009-06-171-0/+1
* Revert "Only save the session if we're actually writing to it [#2703 state:re...Joshua Peek2009-05-301-22/+0
* Only save the session if we're actually writing to it [#2703 state:resolved]Johan Sörensen2009-05-281-0/+22
* Fix reset_session with ActiveRecord store [#2200 state:resolved]Joshua Peek2009-05-171-3/+3
* Merge commit 'origin/master'Yehuda Katz + Carl Lerche2009-05-141-0/+1
* Make it clearer that session is nilJeremy Kemper2009-04-261-0/+1
* Remove excess mocking from polymorphic_url tests [#2330 state:resolved]Mike Gunderloy2009-04-211-0/+394
* Ensure SqlBypass use ActiveRecord::Base connectionLuca Guidi2009-04-051-17/+28
* reset_session should force a new session id to be generated [#2173]Joshua Peek2009-03-091-0/+25
* Fixed reset_session for ActiveRecord session store [#2108 state:resolved]Joshua Peek2009-03-031-0/+21
* Don't depend on project.developers orderingJeremy Kemper2009-02-211-2/+2
* Switch to Rack based session stores.Joshua Peek2008-12-151-107/+95
* Use autoload instead of explicit requires for ActionControllerJoshua Peek2008-11-231-1/+0
* Update AR integration tests for TestCase changesJeremy Kemper2008-11-071-12/+3
* Move controller assertions from base TestCase to AC:: and AV::TestCaseJeremy Kemper2008-11-071-7/+0
* Ensure :partial => @collection and :collection => @collection behaves same. [...Ryan Bates2008-08-221-0/+10
* Set global ActionController::Base.view_paths for test casesJoshua Peek2008-07-121-8/+0
* Improve test coverage and create fixtures for RenderPartialWithRecordIdentifi...Joshua Peek2008-07-121-0/+9
* Set precompiled fixture load path constant to speed up testsJoshua Peek2008-06-251-12/+14
* Make render shorthands work with namespaced controllersJacek Becela2008-05-101-42/+147
* Added test for has_one partial rendering (keeran) [#43 state:resolved]David Heinemeier Hansson2008-04-301-1/+13
* Fixed render :partial => @collection.named_scope (nkallen) [#61 state:resolved]David Heinemeier Hansson2008-04-301-10/+7
* 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-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