aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch
Commit message (Expand)AuthorAgeFilesLines
* Push `before_sending` to super classeileencodes2015-12-063-0/+7
* Merge pull request #19977 from prathamesh-sonpatki/mention-redirect-path-in-a...Arthur Nogueira Neves2015-12-051-0/+15
|\
| * Add redirection path in the error message of assert_response if response is :...Prathamesh Sonpatki2015-12-041-0/+15
* | Shrink a couple of deprecation warnings to one-linersMatthew Draper2015-12-061-18/+8
|/
* Merge pull request #22373 from yui-knk/ad_constraintsYves Senn2015-11-301-1/+1
|\
| * Add `Routing` namespace to point appropriate constantyui-knk2015-11-221-1/+1
* | Merge pull request #22371 from yui-knk/better_mount_errorArthur Nogueira Neves2015-11-281-6/+9
|\ \
| * | Brush up errors of `ActionDispatch::Routing::Mapper#mount`yui-knk2015-11-281-6/+9
| |/
* | Merge pull request #21241 from pdg137/masterArthur Nogueira Neves2015-11-261-1/+2
|\ \
| * | In url_for, never append ? when the query string is empty anyway.Paul Grayson2015-10-291-1/+2
* | | Merge pull request #22263 from mastahyeti/csrf-origin-checkRafael França2015-11-261-2/+2
|\ \ \
| * | | Add option to verify Origin header in CSRF checksBen Toews2015-11-251-2/+2
* | | | Merge pull request #22172 from tijmenb/fix-source-in-show-exceptionRafael França2015-11-242-0/+8
|\ \ \ \
| * | | | Add text template for source codeTijmen Brommet2015-11-032-0/+8
| |/ / /
* | | | Merge pull request #17928 from sergey-alekseev/remove-unused-form-data-methodSean Griffin2015-11-231-3/+9
|\ \ \ \
| * | | | write a test for `#form_data?`Sergey Alekseev2015-03-311-1/+9
* | | | | Clearer comment and variable name on IP spoofingGrey Baker2015-11-221-7/+15
| |_|_|/ |/| | |
* | | | Merge pull request #22353 from Bounga/doc_for_cookies_encryptedClaudio B2015-11-201-0/+7
|\ \ \ \
| * | | | Add missing example for cookies.encrypted [ci skip]Nicolas Cavigneaux2015-11-201-0/+7
* | | | | Remove arity check for `RouteSet#draw`yui-knk2015-11-211-4/+0
|/ / / /
* | | | Merge pull request #22259 from daisuko/remove_compiled_root_from_static_rbYves Senn2015-11-121-1/+0
|\ \ \ \
| * | | | remove unnecessary @compiled_root from static.rbdaisuko2015-11-111-1/+0
| | |/ / | |/| |
* / | | Show middleware classes on /rails/info/propertiesclaudiob2015-11-111-1/+5
|/ / /
* | | Deprecate exception#original_exception in favor of exception#causeYuki Nishijima2015-11-037-23/+41
* | | Fix double word 'string' [ci skip]Jake Worth2015-11-011-1/+1
* | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-10-312-11/+11
|\ \ \ | |_|/ |/| |
| * | Improved readability of Assertion docs, replaced ‘Assert’ -> ‘Assertsâ€...amitkumarsuroliya2015-10-092-10/+10
| * | Fixed wording in Assertion docs, changed ‘Assert’ -> ‘Asserts’Ronak Jangir2015-10-071-1/+1
* | | specify deprecated waring, follow the standard conventionsGaurav Sharma2015-10-281-5/+5
* | | Remove dead codeRafael Mendonça França2015-10-281-5/+0
* | | Catch invalid UTF-8 querystring values and respond with BadRequestGrey Baker2015-10-232-1/+19
* | | Use sufficient a regexp anchor to check `@response.content_type.to_s`yui-knk2015-10-221-1/+1
* | | remove unnecessary forwardable requireTimo Schilling2015-10-211-1/+0
* | | Merge pull request #20715 from simsalabim/feature/parse-rss-atom-as-xmlSean Griffin2015-10-201-1/+1
* | | Merge pull request #22003 from yui-knk/remove_needless_require_asYves Senn2015-10-203-4/+0
|\ \ \
| * | | Delete needless `require 'active_support/deprecation'`yui-knk2015-10-203-4/+0
* | | | Show helpful messages on invalid param. encodingsAgis Anastasopoulos2015-10-191-3/+3
|/ / /
* | | Merge pull request #19135 from yuki24/access-control-supportJeremy Daer2015-10-131-8/+14
|\ \ \
| * | | Add the ability of returning arbitrary headers to ActionDispatch::StaticYuki Nishijima2015-06-131-8/+14
* | | | Merge pull request #21849 from yui-knk/refactor_regexp_to_stringAndrew White2015-10-122-5/+1
|\ \ \ \
| * | | | Change `Journey::Route#verb` to return string instead of regexp.yui-knk2015-10-032-5/+1
* | | | | Allow multiple `root` routes in same scope levelRafael Sales2015-10-101-2/+3
* | | | | used predicate methods to avoid is_a? checksRonak Jangir2015-10-102-3/+5
* | | | | Fix mounted engine named routes regressionMatthew Erhard2015-10-072-2/+7
* | | | | use methods for accessing the cache control headersAaron Patterson2015-10-062-6/+9
* | | | | etag header is in Rack, so use it's response methodsAaron Patterson2015-10-061-6/+2
* | | | | Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compatJeremy Daer2015-10-067-53/+48
* | | | | Merge pull request #21887 from abhishekjain16/doc_fixKasper Timm Hansen2015-10-061-1/+1
|\ \ \ \ \
| * | | | | Fix usage of word alternatively in docs [ci skip]Abhishek Jain2015-10-061-1/+1
* | | | | | [ci skip] Change 'an URL' to 'a URL' as URL doesn't have a vowel soundtanmay30112015-10-062-2/+2
|/ / / / /