aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/resources_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* optimise_named_routes is unnecessaryJoshua Peek2010-01-131-10/+0
* Remove fancy method not allowed resource exceptions since they areJoshua Peek2009-12-111-4/+4
* New routing dslJoshua Peek2009-10-201-10/+10
* Group together all the old routing dsl logicJoshua Peek2009-10-201-5/+5
* Move Routing into ADJoshua Peek2009-10-201-6/+6
* Rewrite resource routing tests that are coupled to the router implementationJoshua Peek2009-09-131-2/+3
* Added both the documentation and a test case for the collection path name cus...Hugo Peixoto2009-08-091-0/+44
* Added routing test for irregular ID requirements and custom member action.Ruy Asan2009-05-011-0/+8
* Fix requirements for additional member/collection routes [#2054 state:resolved]Mike Gunderloy2009-03-141-0/+26
* Revert 5b7527ca "Failing test for routes with member & requirement" [#2054 st...Joshua Peek2009-03-131-8/+0
* Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-6/+6
* Ensure shallow routes respects namespace [#1356 state:resolved]Tom Stuart2009-03-071-3/+31
* Failing test for routes with member & requirement [#2054 state:resolved]Mike Gunderloy2009-03-051-0/+8
* Allow routes with a trailing slash to be recognizedMike Gunderloy2009-03-041-2/+10
* Removed map.resources :only/:except inheritanceTarmo Tänav2009-02-011-15/+28
* Added optimal formatted routes to rails, deprecating the formatted_* methods,...Aaron Batalion2008-11-261-9/+9
* Test default singleton resource route to ensure it uses GET. This is importan...Geoff Garside2008-11-241-0/+10
* MiniTest compat: don't check for test/unit's assertion in particularJeremy Kemper2008-11-221-1/+1
* Merge branch 'master' into testingJeremy Kemper2008-11-151-0/+266
|\
| * Make inheritance of map.resources :only/:except options behave more predictablyTom Stuart2008-11-141-0/+26
| * Fix map.resources to always generate named routes if they're neededTom Stuart2008-11-131-0/+78
| * Add :only/:except options to map.resourcesTom Stuart2008-11-121-0/+162
* | Move controller assertions from base TestCase to AC:: and AV::TestCaseJeremy Kemper2008-11-071-1/+1
|/
* Add support for shallow nesting of routes. [#838 state:resolved]Pratik Naik2008-08-301-25/+109
* Accept an array of method symbols for collection/member actions of resourcesBrennan Dunn2008-08-281-0/+13