aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch
Commit message (Expand)AuthorAgeFilesLines
* 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
* stop referencing `env` in url_forAaron Patterson2014-12-301-0/+4
* use methods on the request rather than direct hash accessAaron Patterson2014-12-301-0/+8
* Fix form_for to work with objects that implement to_modelTravis Grathwell2014-12-291-5/+6
* Move longer form example from integration guide to api reference, below anZachary Scott2014-12-291-0/+78
* Remove ActionController::ModelNamingclaudiob2014-12-251-4/+0
* - Removed unused parameter to cookie serialize method and fixed usage of the ...Vipul A M2014-12-241-4/+4
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-12-201-0/+109
|\
| * Add docs for ActionDispatch::Http::URL methodsclaudiob2014-12-181-0/+109
* | allow reseting of request variantsTimo Schilling2014-12-161-1/+2
* | Don't convert empty arrays to nils when deep munging paramsChris Sinjakli2014-12-151-4/+0
|/
* Merge pull request #18022 from agrobbin/url-helpers-optional-scopesSantiago Pastorino2014-12-131-1/+1
|\
| * allow URL helpers to work with optional scopesAlex Robbin2014-12-131-1/+1
* | ParameterFilter shouldn't try to dup symbol keysNate Berkopec2014-12-131-1/+1
|/
* Fix handling of positional url helper arguments when format is falseTatiana Soukiassian2014-12-131-2/+8
* Only check that it is a Rails application onceRafael Mendonça França2014-12-081-5/+7
* Mounted Rack apps should have default named routes based on app nameT.J. Schuck2014-12-061-3/+10
* remove unused `#optional_parts`Sergey Alekseev2014-12-051-4/+0
* remove unused `#generalized_table`Sergey Alekseev2014-12-051-45/+0
* We don't need to call to_sym. Just compare the stringRafael Mendonça França2014-12-041-1/+1
* Merge pull request #17792 from rockrep/masterRafael Mendonça França2014-12-041-1/+1
|\