aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/resources_test.rb
Commit message (Expand)AuthorAgeFilesLines
* modernizes hash syntax in actionpackXavier Noria2016-08-061-314/+314
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-233/+233
* More Action Pack `abstract_unit` cleanup (#25211)Jon Moss2016-05-311-1/+15
* Merge pull request #21366 from amitsuroliya/remove_unused_variableRafael Mendonça França2015-08-251-12/+12
|\
| * Remove more unused block arguments amitkumarsuroliya2015-08-251-12/+12
* | Trim out unneeded controllers from AP test suiteAditya Kapoor2015-08-241-4/+4
|/
* test the verb method on the route, specificallyAaron Patterson2015-08-171-1/+1
* routes are always constructed with a hash for the conditionsAaron Patterson2015-08-171-1/+1
* Refactor route assertion methods in resources testeileencodes2015-08-081-50/+51
* let the superclass build the request and responseAaron Patterson2015-07-081-4/+0
* Merge pull request #18665 from sgrif/sg-test-route-allSean Griffin2015-02-201-0/+22
|\
| * Allow `method: "all"` as a valid routing test optionSean Griffin2015-01-231-0/+22
* | Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846robertomiranda2015-01-311-2/+2
* | Switch to kwargs in ActionController::TestCase and ActionDispatch::IntegrationKir Shatrov2015-01-291-2/+2
|/
* Use Hash#each_key instead of Hash#keys.eachErik Michaels-Ober2014-09-291-6/+6
* fixed-case when invalid action name has passedKuldeep Aggarwal2013-11-281-0/+3
* fixed typo `destory` => `destroy` [ci skip]Kuldeep Aggarwal2013-11-281-1/+1
* Missing or unneeded require extract_optionsAkira Matsuda2013-02-011-0/+1
* Extract common controllers to abstract_unitRafael Mendonça França2012-08-131-29/+0
* removes usage of Object#in? from the code base (the method remains defined by...Xavier Noria2012-08-061-3/+3
* load active_support/core_ext/object/inclusion in active_support/railsXavier Noria2012-08-021-1/+0
* Raise Assertion instead of RoutingError for routing assertion failures.David Chelimsky2012-05-201-5/+5
* Remove default match without specified methodJose and Yehuda2012-04-241-2/+2
* Add config.default_method_for_update to support PATCHDavid Lee2012-02-221-9/+16
* Remove rescue_action from compatibility module and testsCarlos Antonio da Silva2012-01-171-1/+0
* all routes can be stored in the Journey Routes objectAaron Patterson2011-09-121-1/+1
* Pull up a method we only use once.Aaron Patterson2011-09-081-5/+1
* Conditions must never be equalAaron Patterson2011-09-081-6/+1
* There is no need to be destructive with the passed-in options.thedarkone2011-07-281-0/+9
* Using Object#in? and Object#either? in various placesPrem Sichanugrist2011-04-111-3/+4
* Cleanup deprecation warnings in Action ControllerCarlos Antonio da Silva2010-09-061-30/+0
* Remove a few tests from old router that do not make sense with the new one.José Valim2010-09-051-51/+3
* This test is invalid for new routerŁukasz Strzałkowski2010-09-051-20/+0
* raise error on invalid HTTP methods or :head passed with :via in routesPiotr Sarnacki2010-09-051-1/+1
* Implemented resources :foos, :except => :all optionPiotr Sarnacki2010-09-051-3/+9
* Fixed almost all resources testsPiotr Sarnacki2010-09-051-159/+213
* Removed deprecated RouteSet API, still many tests failPiotr Sarnacki2010-09-051-172/+168
* Revert "Setup explicit requires for files with exceptions. Removed them from ...José Valim2010-09-021-1/+0
* Setup explicit requires for files with exceptions. Removed them from autoload...Łukasz Strzałkowski2010-09-021-0/+1
* object/try should be required after abstract_unit to have AS in the load pathSantiago Pastorino2010-08-141-1/+1
* adds missing requires for Object#tryXavier Noria2010-08-091-0/+1
* Consistent routing languageJoshua Peek2010-03-301-7/+7
* Don't force singularization of singleton resource names, e.g. /preferences [#...Andrew White2010-03-151-0/+7
* If IntegrationSession is initialized with an objects that responds to #routes...Carlhuda2010-02-261-1/+0
* Rename named_url_helpers to url_helpers and url_helpers to url_forCarlhuda2010-02-261-2/+2
* Rename metaclass to singleton_classCarlhuda2010-02-251-2/+2
* WIP: Remove the global routerCarlhuda2010-02-251-5/+8
* Remove ActionController::Base.resources_path_namesCarl Lerche2010-02-241-9/+10
* Use ActionDispatch::Routing everywhereMartin Schürrer2010-02-211-2/+2
* Respect resources_path_names and :path_names options in new dslJoshua Peek2010-01-131-21/+21