aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* use a request object in the session middlewareAaron Patterson2015-08-222-22/+24
* Refactor to remove controller class from route to requesteileencodes2015-08-221-1/+1
* pass a request object to the headers objectAaron Patterson2015-08-211-1/+1
* move header allocation to a helper methodAaron Patterson2015-08-211-5/+9
* Merge pull request #21106 from amitsuroliya/fix_routing_testAndrew White2015-08-211-6/+0
|\
| * Remove duplicity in testsamitkumarsuroliya2015-08-031-6/+0
* | point at rack masterAaron Patterson2015-08-201-1/+1
* | make the routes reader privateAaron Patterson2015-08-181-1/+1
* | symbols will always be constructed with strings. :bomb:Aaron Patterson2015-08-181-1/+1
* | 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-173-4/+4
* | introduce an alternate constructor for Route objectsAaron Patterson2015-08-171-12/+12
* | default pattern to use a joined stringAaron Patterson2015-08-172-13/+15
* | use the mapper to build the routing tableAaron Patterson2015-08-152-231/+103
* | only keep one hash of named routesAaron Patterson2015-08-142-13/+14
* | rm add_route2Aaron Patterson2015-08-142-41/+51
* | pass pass the mapping object down the add_route stackAaron Patterson2015-08-141-1/+1
* | pass the mapping object to build_routeAaron Patterson2015-08-141-16/+5
* | deprecate passing a string for both the beginning path and :path optionAaron Patterson2015-08-141-1/+4
* | pass the path ast downAaron Patterson2015-08-141-1/+1
* | pull up path parsingAaron Patterson2015-08-141-1/+2
* | use predicate methods instead of hard coding verb stringsAaron Patterson2015-08-142-6/+6
* | implement `requirements` in terms of routesAaron Patterson2015-08-141-1/+1
* | implement the `asts` method in terms of paths / patternsAaron Patterson2015-08-141-12/+11
* | extract ast finding to a methodAaron Patterson2015-08-141-9/+13
* | stop adding path_info to the conditions hashAaron Patterson2015-08-141-9/+9
* | remove StrexpAaron Patterson2015-08-134-74/+61
* | pass anchor directly to `Pattern`Aaron Patterson2015-08-134-39/+38
* | pull up options_constrants extractionAaron Patterson2015-08-131-1/+1
* | remove `as`Aaron Patterson2015-08-131-1/+1
* | remove anchor from mappingAaron Patterson2015-08-131-1/+1
* | pull `anchor` extraction upAaron Patterson2015-08-131-1/+1
* | raise if `anchor` is passed to `scope`Aaron Patterson2015-08-131-0/+9
* | pull `formatted` up the stackAaron Patterson2015-08-121-1/+10
* | add a regression test for scoped `format` paramsAaron Patterson2015-08-121-0/+11
* | add a regression test for adding arbitrary keys to `scope`Aaron Patterson2015-08-121-0/+15
* | add a method to `Scope` for getting mapping optionsAaron Patterson2015-08-121-1/+2
* | pull `via` all the way out of `add_route`Aaron Patterson2015-08-121-0/+8
* | add a test for adding "via" using `scope`Aaron Patterson2015-08-121-0/+9
* | pull `via` extraction upAaron Patterson2015-08-121-2/+2
* | Merge pull request #21203 from denniss/issue-21199Sean Griffin2015-08-111-0/+8
|\ \
| * | Authorization scheme should be case insensitive. Fixes #21199Dennis Suratna2015-08-111-0/+8
* | | pull `to` upAaron Patterson2015-08-111-1/+1
* | | push option decomposition up a bit moreAaron Patterson2015-08-111-2/+2
* | | pull up the "options.delete(:controller)" logicAaron Patterson2015-08-111-2/+2
* | | Refactor route assertion methods in resources testeileencodes2015-08-081-50/+51
* | | Merge pull request #11352 from xaviershay/dispatcher-apiRafael Mendonça França2015-08-083-17/+14
|\ \ \
| * | | Allow a custom dispatcher to be provided to routing.Xavier Shay2015-08-073-17/+14
* | | | Fix deprecation warning in testseileencodes2015-08-081-1/+1
* | | | Refactor to remove DrawOnce moduleeileencodes2015-08-081-27/+8
|/ / /