aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/lib
Commit message (Expand)AuthorAgeFilesLines
* Use frozen string literal in actionpack/Kir Shatrov2017-07-292-0/+4
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-022-2/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-012-0/+2
* Use recyclable cache keys (#29092)David Heinemeier Hansson2017-05-181-0/+4
* class Foo < Struct.new(:x) creates an extra unneeded anonymous classAkira Matsuda2017-01-131-2/+2
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
* Removing unused fake modelsThiago Pradi2014-09-071-45/+0
* Eliminate `JSON.{parse,load,generate,dump}` and `def to_json`Godfrey Chan2013-11-051-2/+2
* Removing unused fake models from actionpack testsThiago Pradi2013-10-161-95/+0
* Remove unused fixtures and models from AP testsŁukasz Strzałkowski2013-08-251-6/+0
* Add HTML5 input[type="color"] helperCarlos Galdino2012-05-211-0/+3
* Removing old Controller testThiago Pradi2012-02-121-1/+0
* Cleaning Route generation testsThiago Pradi2012-02-121-28/+2
* Fix override API response bug in respond_withPrem Sichanugrist2012-02-031-0/+10
* 'with_kcode' removed. Arun Agrawal2011-12-211-15/+0
* Rely on a public contract between railties instead of accessing railtie metho...José Valim2011-11-231-2/+2
* Silence Ruby warnings about uninitialized instance variable.Mike Gehard2011-09-091-9/+2
* Use real hash model in nested fields_for with hash model testSam Pohlenz2011-06-221-0/+11
* Fix tests on 1.9.2.José Valim2010-11-281-1/+1
* If a user wants json output then try best to render json output. In such case...Neeraj Singh2010-11-241-0/+6
* fields_for should treat ActiveRecord::Relation as an arrayNeeraj Singh2010-11-111-0/+10
* fixing a few test warningsAaron Patterson2010-10-041-0/+5
* moving fake model to the correct fileAaron Patterson2010-10-031-0/+14
* Review most of the form_for deprecated tests, missing tests with index like []Carlos Antonio da Silva2010-09-261-0/+1
* Remove namespace for isolated namespaced models in formsPiotr Sarnacki2010-09-031-0/+15
* to_param shoul return a stringPiotr Sarnacki2010-09-031-1/+1
* move FixtureResolver to a file that is accessible outside Rails' own testsDavid Chelimsky2010-05-021-29/+0
* 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