aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Allow `method: "all"` as a valid routing test optionSean Griffin2015-01-231-8/+14
| |/ / /
* | | | Make the helpers a required argumentEvan Phoenix2015-02-191-2/+2
* | | | Cache url_helpers instead of creating each timeEvan Phoenix2015-02-192-5/+8
* | | | Freeze strings to reduce allocations in integration testseileencodes2015-02-181-4/+8
* | | | Reduce the number of times `#clean_path_info` is calledeileencodes2015-02-181-3/+2
| |/ / |/| |
* | | Add missing commaArthur Neves2015-02-131-1/+1
* | | Correct module name in deprecation message.Guo Xiang Tan2015-02-131-1/+1
* | | Improve deprecation message.Guo Xiang Tan2015-02-131-1/+3
* | | Do not recommend `xhr` since it is going to be deprecated.Guo Xiang Tan2015-02-131-3/+0
* | | require rack/utils in exception_wrapperAndrew Lazarus2015-02-121-0/+1
* | | remove meta programmingAaron Patterson2015-02-121-3/+3
* | | there is always an integration session, so remove the checkAaron Patterson2015-02-121-1/+0
* | | lazily create the integration sessionAaron Patterson2015-02-121-7/+5
* | | use before_setup to set up test instance variablesAaron Patterson2015-02-121-7/+6
* | | Skip url_helpers instead of caching, speed up integration testseileencodes2015-02-122-18/+15
* | | Explicitly ignored wildcard verbs from head_routesTerence Sun2015-02-081-0/+1
* | | Merge pull request #18771 from kirs/deprecate-xhrRafael Mendonça França2015-02-051-8/+16
|\ \ \
| * | | Migrating xhr methods to keyword arguments syntaxKir Shatrov2015-02-011-8/+16
* | | | `RouteSet` should not be listed in the public API [ci skip]Sean Griffin2015-02-031-10/+10
* | | | Cache `url_helpers` separately for mailersAndrew White2015-02-011-44/+50
* | | | Cache `url_helpers`eileencodes2015-02-011-42/+44
* | | | Merge pull request #18721 from sj26/pre-discard-flashAaron Patterson2015-02-011-17/+23
|\ \ \ \
| * | | | Migrate old flash behaviourSamuel Cochran2015-01-301-0/+6
| * | | | Discard from flash before persisting in sessionSamuel Cochran2015-01-291-17/+17
* | | | | Show proper traces on Windows for the error pagesGenadi Samokovarov2015-02-011-2/+8
* | | | | Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846robertomiranda2015-01-311-1/+1
| |/ / / |/| | |
* | | | Consistent usage of spaces in hashes across our codebaseRafael Mendonça França2015-01-291-2/+2
* | | | Use fixed fonts only in the name of the parameterRafael Mendonça França2015-01-291-3/+3
* | | | Switch to kwargs in ActionController::TestCase and ActionDispatch::IntegrationKir Shatrov2015-01-291-37/+104
* | | | Preserve default url options when generating URLsTekin Suleyman2015-01-281-3/+4
|/ / /
* | | Merge pull request #18693 from aditya-kapoor/deprecate_via_redirectRafael Mendonça França2015-01-281-0/+5
|\ \ \
| * | | Deprecate *_via_redirect integration test methodsAditya Kapoor2015-01-281-0/+5
| |/ /
* / / improve performance of integration tests.Aaron Patterson2015-01-271-1/+8
|/ /
* | Merge pull request #18483 from rono23/fix-name_for_action-in-routingSantiago Pastorino2015-01-191-2/+3
|\ \
| * | Fix name_for_action in routingrono232015-01-191-2/+3
* | | Extract `Date` header to string constant in Http Response, similar to other h...Vipul A M2015-01-141-3/+4
|/ /
* | Default headers, removed in controller actions, will not be reapplied to the ...Jonas Baumann2015-01-091-0/+7
* | Changing sets -> set Lindsey Bieda2015-01-061-1/+1
* | Remove some comments about Ruby 1.9 behaviorsRafael Mendonça França2015-01-041-1/+1
* | Remove unneeded requiresRafael Mendonça França2015-01-043-3/+0
* | Remove deprecated assertion filesRafael Mendonça França2015-01-043-9/+0
* | Remove deprecated usage of string keys in URL helpersRafael Mendonça França2015-01-041-17/+1
* | Remove deprecated `only_path` option on `*_path` helpersRafael Mendonça França2015-01-041-28/+1
* | Remove deprecate `*_path` helpers in email viewsRafael Mendonça França2015-01-041-25/+4
* | Remove deprecated `NamedRouteCollection#helpers`Rafael Mendonça França2015-01-041-8/+0
* | Remove deprecated support to define routes with `:to` option thatRafael Mendonça França2015-01-041-17/+2
* | Remove deprecated `ActionDispatch::Response#to_ary`Rafael Mendonça França2015-01-041-15/+0
* | Remove deprecated `ActionDispatch::Request#deep_munge`Rafael Mendonça França2015-01-041-9/+0
* | Remove deprecated `ActionDispatch::Http::Parameters#symbolized_path_parameters`Rafael Mendonça França2015-01-041-8/+0
* | Remove deprecated option `use_route` in controller testsRafael Mendonça França2015-01-041-15/+0