aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21502 from bernerdschaefer/bs-polymorphic-url_for-dups-ar...Rafael Mendonça França2015-09-081-0/+20
|\
| * `url_for` does not modify polymorphic optionsBernerd Schaefer2015-09-041-0/+20
* | Make `config.force_ssl` less dangerous to try and easier to disableJeremy Daer2015-09-071-164/+133
* | Remove mocha from ActionPack testsMarcin Olichwirowicz2015-09-058-90/+132
* | implement abstract store methodsAaron Patterson2015-09-042-3/+3
|/
* Fix route creation when format is a blank stringeileencodes2015-09-021-0/+1
* Fix bug where cookies mutated by request were not persistedeileencodes2015-09-011-0/+9
* Merge pull request #19788 from cmdrclueless/actionpack_http_url_ipv6Rafael Mendonça França2015-09-011-0/+45
|\
| * Fix broken IPv6 addresses handlingBrian Weaver2015-04-161-0/+45
* | Set the content-type to `text/html` if the options[:html] is trueakihiro172015-08-291-1/+0
* | revises 877e42eXavier Noria2015-08-281-6/+6
* | [Feature] params.require requires array of paramsGaurish Sharma2015-08-281-0/+17
* | Merge pull request #21384 from jeremyf/updating-ActionController-TestSession-...Yves Senn2015-08-271-0/+10
|\ \
| * | Updating TestSession to access with indifferenceJeremy Friesen2015-08-261-0/+10
* | | remove RackDelegation moduleAaron Patterson2015-08-262-4/+0
* | | include ActionView::Rendering in the minimal controllerAaron Patterson2015-08-261-0/+1
* | | Removed duplicate requiring minitest/mock as it is already required in method...Ronak Jangir2015-08-261-1/+0
|/ /
* | provide a request and response to all controllersAaron Patterson2015-08-255-4/+12
* | 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