aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/resources_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Raise ArgumentError if an invalid method is specified as part of a route's co...Tom Ward2008-07-181-0/+20
* Fixed teardown method typo (plus whitespace)Joshua Peek2008-07-111-17/+15
* Refactored and fixed Resources.map_member_actions to make use of custom Actio...Marcos Arias2008-05-061-4/+26
* Make sure member names aren't mistakenly set to nil when providing :path_namesEugene Pimenov2008-04-231-7/+38
* Allow alternative values for the 'new' and 'edit' actions in resourceful routes.Michael Koziarski2008-04-121-0/+6
* Introduce map.resources :cards, :as => 'tarjetas' to use a custom resource na...Jeremy Kemper2008-02-021-5/+34
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-2/+2
* Move ActionController::Routing.optimise_named_routes to ActionController::Bas...Rick Olson2007-10-031-2/+2