aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Fix `make_response!` when called by `serve` in `RouteSet`eileencodes2015-12-092-6/+40
|/ / / /
* | | | Change the `protect_from_forgery` prepend default to `false`eileencodes2015-12-073-9/+32
* | | | Merge pull request #22475 from claudiob/missing-requireMatthew Draper2015-12-081-0/+1
|\ \ \ \
| * | | | Add missing require to strong_parameters.rbclaudiob2015-12-041-0/+1
* | | | | Merge pull request #22517 from Elektron1c97/masterRafael França2015-12-071-2/+1
|\ \ \ \ \
| * | | | | [ci skip] Add a dollar sign to each command in the READMEsElektron1c972015-12-061-2/+1
| |/ / / /
* | | | | Only commit the cookie jar if it hasn't been committedeileencodes2015-12-061-1/+1
* | | | | Stop violating law of demeter in response cookie_jareileencodes2015-12-063-1/+10
* | | | | Push `before_sending` to super classeileencodes2015-12-0610-11/+17
* | | | | Merge pull request #22453 from wjessop/use_action_dispatch_default_tld_lengthEileen M. Uchitelle2015-12-061-26/+30
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Test against the real value of tld_length unless explicitly setWill Jessop2015-12-041-26/+30
| |/ / /
* | | | Merge pull request #19977 from prathamesh-sonpatki/mention-redirect-path-in-a...Arthur Nogueira Neves2015-12-052-1/+31
|\ \ \ \
| * | | | Add redirection path in the error message of assert_response if response is :...Prathamesh Sonpatki2015-12-042-1/+31
| |/ / /
* / / / 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-282-7/+22
|\ \ \ \
| * | | | Brush up errors of `ActionDispatch::Routing::Mapper#mount`yui-knk2015-11-282-7/+22
| |/ / /
* | | | [ci skip] Add author's name to CHANGELOGyui-knk2015-11-281-0/+2
* | | | Merge pull request #21241 from pdg137/masterArthur Nogueira Neves2015-11-263-1/+13
|\ \ \ \
| * | | | In url_for, never append ? when the query string is empty anyway.Paul Grayson2015-10-293-1/+13
* | | | | Merge pull request #22263 from mastahyeti/csrf-origin-checkRafael França2015-11-263-4/+75
|\ \ \ \ \
| * | | | | Add option to verify Origin header in CSRF checksBen Toews2015-11-253-4/+75
* | | | | | Merge pull request #22172 from tijmenb/fix-source-in-show-exceptionRafael França2015-11-243-0/+16
|\ \ \ \ \ \
| * | | | | | Add text template for source codeTijmen Brommet2015-11-033-0/+16
* | | | | | | Merge pull request #17928 from sergey-alekseev/remove-unused-form-data-methodSean Griffin2015-11-232-3/+29
|\ \ \ \ \ \ \
| * | | | | | | write a test for `#form_data?`Sergey Alekseev2015-03-312-1/+29
* | | | | | | | 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-212-10/+0
|/ / / / / /
* | | | | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-11-151-5/+5
|\ \ \ \ \ \
| * | | | | | adding missing `.` Gaurav Sharma2015-11-151-5/+5
* | | | | | | [ci skip] Fix <tt> in docclaudiob2015-11-151-1/+1
* | | | | | | Merge pull request #22277 from jwworth/pull-request/fix-typo-1447344392Rafael França2015-11-121-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix typo [ci skip]Jake Worth2015-11-121-1/+1
* | | | | | | | 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
|/ / / / / /
* | | | | | Require only necessary concurrent-ruby classes.Jerry D'Antonio2015-11-042-2/+2
* | | | | | tests, test should not care wether 9ms or 11ms have passed.Yves Senn2015-11-041-1/+1
* | | | | | Move `static_cache_contorl` deprecation changelog entry to Railties.Kasper Timm Hansen2015-11-041-5/+0
| |_|/ / / |/| | | |
* | | | | Deprecate exception#original_exception in favor of exception#causeYuki Nishijima2015-11-0314-42/+85
* | | | | remove present? call; we do not need itAaron Patterson2015-11-021-1/+1
* | | | | Fix double word 'string' [ci skip]Jake Worth2015-11-011-1/+1
|/ / / /
* | | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-10-313-13/+13
|\ \ \ \
| * | | | Improved readability of Assertion docs, replaced ‘Assert’ -> ‘Assertsâ€...amitkumarsuroliya2015-10-093-12/+12
| * | | | Fixed wording in Assertion docs, changed ‘Assert’ -> ‘Asserts’Ronak Jangir2015-10-071-1/+1
* | | | | Merge pull request #21251 from rodzyn/more_param_parser_testsSean Griffin2015-10-301-0/+14
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add test for parsing application/vnd.api+jsonMarcin Olichwirowicz2015-08-211-0/+14