aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/lib
Commit message (Expand)AuthorAgeFilesLines
* Improve performance of the rendering stack by freezing formats as a sign that...José Valim2010-03-191-2/+2
* Sending the partial as info is no longer required.José Valim2010-03-181-2/+2
* Move more normalization up to the lookup context, so it does not have to repe...José Valim2010-03-161-1/+1
* Make all AP tests pass for Ruby 1.9.1.José Valim2010-03-121-2/+3
* Add tests for lookup context.José Valim2010-03-111-0/+2
* Clean up the API required from ActionView::Template.José Valim2010-03-091-3/+5
* First take on ViewPaths clean up.José Valim2010-03-071-2/+2
* Require persisted? in ActiveModel::Lint and remove new_record? and destroyed?...José Valim2010-02-211-28/+12
* AMo #key is now #to_key and CI is probably happysnusnu2010-02-201-7/+7
* Adds #key and #to_param to the AMo interfacesnusnu2010-02-191-0/+16
* Ensure render :text => resource first tries to invoke :to_text on itJosé Valim2010-02-161-0/+1
* Make check boxes accept :multiple as option so they can handle collections (s...José Valim2010-01-141-1/+1
* I18n label helper [#745 status:resolved]Carsten Gehling2010-01-021-0/+1
* Make recognize try to constantize controller to see if it existsJoshua Peek2009-12-011-1/+12
* Donate tests I wrote for rackmount rails integrationJoshua Peek2009-10-201-1/+4
* Add define another "stuff" controller to support routing testsJoshua Peek2009-10-101-0/+1
* Add define a "stuff" controller in fixtures to support routing testsJoshua Peek2009-10-101-0/+1
* Redraw default routes on all internal integration tests. We don't need Simple...Joshua Peek2009-10-031-5/+0
* Avoid creating new controller constants during test runtime. All routable con...Joshua Peek2009-10-031-9/+18
* Moved shared form helper models into fake_modelsJoshua Peek2009-10-031-0/+96
* Add custom "with_routing" to internal tests to fix reseting session after usingJoshua Peek2009-10-031-0/+1
* Define weblog controller for url helper testJoshua Peek2009-09-131-0/+1
* Merge abstract_controller/test_helper and new_base/test_helper since they are...Joshua Peek2009-09-131-104/+0
* Add fake controllers for url rewriter testsJoshua Peek2009-09-061-0/+5
* Cleanup hacky routing with controller_path in url helper tests. This doesn't ...Joshua Peek2009-09-061-1/+1
* Fix isolated running of AddressesTestJoshua Peek2009-09-061-0/+1
* Fix isolated running of ActionPackAssertionTestJoshua Peek2009-09-061-1/+1
* Remove a useless method in the fixture template classYehuda Katz + Carl Lerche2009-09-031-4/+0
* Refactor ActionView::ResolverYehuda Katz + Carl Lerche2009-09-031-54/+12
* Fix the */* with Net::HTTP bug [#3100 state:resolved]Yehuda Katz + Carl Lerche2009-09-011-3/+6
* Track all AC base subclasses as possible controllers for internal testingJoshua Peek2009-08-251-4/+5
* Got tests to pass with some more changes.Yehuda Katz2009-08-151-10/+10
* Ensure collections are not treated as nested resources.José Valim2009-08-131-4/+8
* Add destroyed? to ActiveRecord, include tests for polymorphic urls for destro...José Valim2009-08-071-0/+22
* AMo conversion helperJoshua Peek2009-07-211-2/+4
* Define ActiveModel API ComplianceYehuda Katz2009-07-201-2/+2
* Passes in 1.9Yehuda Katz + Carl Lerche2009-06-231-3/+3
* Remove some defined?(Http) checksYehuda Katz + Carl Lerche2009-06-171-0/+2
* Rename ActionView::Template::Path ActionView::ResolverYehuda Katz + Carl Lerche2009-06-171-38/+1
* Fixing pending tests and fixed some formats / partial rendering semanticsYehuda Katz + Carl Lerche2009-06-171-1/+1
* Move model naming into ActiveModelJoshua Peek2009-06-171-0/+4
* Move testing_sandbox to test/libJeremy Kemper2009-05-221-0/+15
* Move active_record_unit to shared load pathJeremy Kemper2009-05-221-0/+104
* Move fake controllers and models to a common load pathJeremy Kemper2009-05-222-0/+52
* Fixed new_base tests on ruby 1.9Yehuda Katz + Carl Lerche2009-05-201-1/+1
* OMG, a lot of workYehuda Katz + Carl Lerche2009-05-011-23/+92
* CheckpointYehuda Katz and Carl Lerche2009-03-231-0/+35