aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix-ip-spoof-errors' of https://github.com/tamird/rails into ta...Andrew White2013-09-301-1/+1
|\
| * make sure both headers are set before checking for ip spoofingTamir Duberstein2013-06-041-1/+1
* | Merge pull request #12398 from thedarkone/thread-safety-stuffRafael Mendonça França2013-09-282-13/+27
|\ \
| * | Make GTG::TransTable thread safe.thedarkone2013-09-281-12/+23
| * | Replace global Hash with TS::Cache.thedarkone2013-09-281-1/+4
* | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-09-281-1/+1
|\ \ \ | |/ / |/| |
| * | Fix link_to return valueEarl J St Sauver2013-09-221-1/+1
* | | No need the else clauseRafael Mendonça França2013-09-241-2/+0
* | | Use join to concat the both side of the ASTRafael Mendonça França2013-09-241-1/+2
* | | Merge pull request #10773 from wangjohn/link_and_routing_optionsRafael Mendonça França2013-09-231-0/+13
|\ \ \
| * | | Adding documentation to +polymorphic_url+wangjohn2013-06-131-0/+13
* | | | Merge pull request #9155 from bogdan/route-formatterAndrew White2013-09-221-23/+23
|\ \ \ \
| * | | | Rewrite journey routes formatter for performanceBogdan Gusiev2013-08-281-23/+23
* | | | | [ci skip] Add some comment about downcase url encoded string.kennyj2013-09-221-0/+2
* | | | | Fix incorrect assert_redirected_to failure messageDerek Prior2013-09-191-15/+5
* | | | | Remove 1.8 compatible codekennyj2013-09-191-1/+1
* | | | | Fix an issue where router can't recognize downcased url encoding path.kennyj2013-09-191-0/+1
* | | | | Merge pull request #12216 from suginoy/a-anRafael Mendonça França2013-09-132-2/+2
|\ \ \ \ \
| * | | | | Fix typos: the indefinite articles(a -> an)SUGINO Yasuhiro2013-09-132-2/+2
* | | | | | Revert "Merge pull request #12208 from mjhoy/patch-1"Rafael Mendonça França2013-09-121-0/+4
| |_|_|/ / |/| | | |
* | | | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-09-131-10/+10
|\ \ \ \ \
| * | | | | Change documentation to consistently refer to the same objectEarl J St Sauver2013-09-081-8/+8
| * | | | | Blacklist refferenced in docs is actually whitelistEarl J St Sauver2013-09-081-2/+2
| | |/ / / | |/| | |
* | | | | remove outdated docsMichael Hoy2013-09-121-4/+0
* | | | | Refactor handling of action normalizationMax Shytikov2013-09-101-11/+13
* | | | | Merge pull request #12077 from estsauver/doc_fixSteve Klabnik2013-09-041-2/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Update mapper documenation for match helper [ci skip]Earl St Sauver2013-08-301-2/+3
| |/ / /
* | | | Reuse variable to avoid symbol usageCarlos Antonio da Silva2013-08-311-2/+2
* | | | Merge pull request #11912 from jonkessler/respond-to-signature-fixesRafael Mendonça França2013-08-311-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | update Rails::Railtie::Configuration and ActionDispatch::Response#respond_to?...Jon Kessler2013-08-161-1/+1
* | | | Display exceptions in text format for xhr requestKir Shatrov2013-08-2213-13/+84
* | | | Escape the message of an exception in debug_exceptions to avoid bad renderingAdrien Siami2013-08-215-5/+5
* | | | Use each_with_objectSantiago Pastorino2013-08-191-4/+2
* | | | Organize normalize_encoding_params' conditionals a bit better and use a case ...Santiago Pastorino2013-08-191-15/+18
* | | | Merge pull request #11891 from robertomiranda/remove_upload_moduleSantiago Pastorino2013-08-193-14/+2
|\ \ \ \
| * | | | Normalize file parameters in same place as other parameters (ActionDispatch::...robertomiranda2013-08-143-14/+2
| |/ / /
* | | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-08-171-13/+11
|\ \ \ \ | |/ / / |/| | |
| * | | Revert "Merge branch 'master' of github.com:rails/docrails"Vijay Dev2013-08-171-13/+11
* | | | Pass assert_dom_equal message arg to underlying assertionRyan McGeary2013-08-041-4/+4
|/ / /
* | | Refactor handling of action normalizationMax Shytikov2013-07-261-11/+13
* | | Allow overriding of all headers from passed environment hashAndrew White2013-07-251-5/+5
* | | Clear named routes when routes.rb is reloadedAndrew White2013-07-211-0/+1
* | | Refactor to reduce number of loopsAndrew White2013-07-171-15/+25
* | | Fix failing test missed for the past year :(Andrew White2013-07-171-2/+17
* | | Skip Rack applications and redirects when generating urlsAndrew White2013-07-162-1/+17
* | | Merge pull request #11351 from jetthoughts/cleanup_requestRafael Mendonça França2013-07-091-1/+1
|\ \ \
| * | | Use helper method to get ENV['CONTENT_LENGTH']Paul Nikitochkin2013-07-081-1/+1
* | | | Use Request#raw_post instead Request#bodyPaul Nikitochkin2013-07-081-1/+1
|/ / /
* | | Space is not required for Set-Cookie headerYamagishi Kazutoshi2013-07-051-1/+1
* | | remove useless `env.merge!(env)` from ActionDispatch::IntegrationTest`Yves Senn2013-07-041-2/+0