aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* Fix another rack SPEC violationAaron Patterson2015-08-251-1/+1
* rack SPEC doesn't allow `first` on the bodyAaron Patterson2015-08-251-8/+12
* adding a direct dispatch method to controller classesAaron Patterson2015-08-251-8/+2
* Merge pull request #21368 from rodzyn/remove_mochaKasper Timm Hansen2015-08-255-163/+209
|\
| * Get rid of mocha tests - part 2Marcin Olichwirowicz2015-08-255-163/+209
* | Merge pull request #21366 from amitsuroliya/remove_unused_variableRafael Mendonça França2015-08-252-13/+13
|\ \
| * | Remove more unused block arguments amitkumarsuroliya2015-08-252-13/+13
* | | Merge pull request #21345 from aditya-kapoor/trim-apRafael Mendonça França2015-08-252-6/+4
|\ \ \ | |/ / |/| |
| * | Trim out unneeded controllers from AP test suiteAditya Kapoor2015-08-242-6/+4
* | | Merge pull request #21094 from aditya-kapoor/add-missing-ap-testsRafael Mendonça França2015-08-251-0/+10
|\ \ \
| * | | add missing tests for action regexpAditya Kapoor2015-08-021-0/+10
* | | | Remove unused block argumentsAnshul Sharma2015-08-251-1/+1
* | | | remove more direct `env` mutationsAaron Patterson2015-08-241-1/+1
* | | | remove dead code :bomb:Aaron Patterson2015-08-241-2/+0
* | | | use `make_set` helper method to generate route setsAaron Patterson2015-08-241-31/+1
* | | | subclass and delegate rather than mutating existing objectsAaron Patterson2015-08-241-12/+29
* | | | temp files are no more requireGaurav Sharma2015-08-251-1/+0
* | | | use a custom request class to determine the controller classAaron Patterson2015-08-241-23/+21
* | | | Merge pull request #21355 from akihiro17/remove-variablesRafael Mendonça França2015-08-241-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Remove unused variablesakihiro172015-08-241-2/+2
| | |/ | |/|
* | | Merge pull request #21321 from rodzyn/removing_mochaKasper Timm Hansen2015-08-2410-78/+103
|\ \ \ | |/ / |/| |
| * | Get rid of mocha tests - part 1Marcin Olichwirowicz2015-08-2410-78/+103
* | | 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