| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | Use URL path extension as format in bad params exception handling | Jorge Bejar | 2015-12-08 | 2 | -3/+32 |
* | | | | | Fix `make_response!` when called by `serve` in `RouteSet` | eileencodes | 2015-12-09 | 2 | -6/+40 |
|/ / / / |
|
* | | | | Change the `protect_from_forgery` prepend default to `false` | eileencodes | 2015-12-07 | 3 | -9/+32 |
* | | | | Merge pull request #22475 from claudiob/missing-require | Matthew Draper | 2015-12-08 | 1 | -0/+1 |
|\ \ \ \ |
|
| * | | | | Add missing require to strong_parameters.rb | claudiob | 2015-12-04 | 1 | -0/+1 |
* | | | | | Merge pull request #22517 from Elektron1c97/master | Rafael França | 2015-12-07 | 1 | -2/+1 |
|\ \ \ \ \ |
|
| * | | | | | [ci skip] Add a dollar sign to each command in the READMEs | Elektron1c97 | 2015-12-06 | 1 | -2/+1 |
| |/ / / / |
|
* | | | | | Only commit the cookie jar if it hasn't been committed | eileencodes | 2015-12-06 | 1 | -1/+1 |
* | | | | | Stop violating law of demeter in response cookie_jar | eileencodes | 2015-12-06 | 3 | -1/+10 |
* | | | | | Push `before_sending` to super class | eileencodes | 2015-12-06 | 10 | -11/+17 |
* | | | | | Merge pull request #22453 from wjessop/use_action_dispatch_default_tld_length | Eileen M. Uchitelle | 2015-12-06 | 1 | -26/+30 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Test against the real value of tld_length unless explicitly set | Will Jessop | 2015-12-04 | 1 | -26/+30 |
| |/ / / |
|
* | | | | Merge pull request #19977 from prathamesh-sonpatki/mention-redirect-path-in-a... | Arthur Nogueira Neves | 2015-12-05 | 2 | -1/+31 |
|\ \ \ \ |
|
| * | | | | Add redirection path in the error message of assert_response if response is :... | Prathamesh Sonpatki | 2015-12-04 | 2 | -1/+31 |
| |/ / / |
|
* / / / | Shrink a couple of deprecation warnings to one-liners | Matthew Draper | 2015-12-06 | 1 | -18/+8 |
|/ / / |
|
* | | | Merge pull request #22373 from yui-knk/ad_constraints | Yves Senn | 2015-11-30 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Add `Routing` namespace to point appropriate constant | yui-knk | 2015-11-22 | 1 | -1/+1 |
* | | | | Merge pull request #22371 from yui-knk/better_mount_error | Arthur Nogueira Neves | 2015-11-28 | 2 | -7/+22 |
|\ \ \ \ |
|
| * | | | | Brush up errors of `ActionDispatch::Routing::Mapper#mount` | yui-knk | 2015-11-28 | 2 | -7/+22 |
| |/ / / |
|
* | | | | [ci skip] Add author's name to CHANGELOG | yui-knk | 2015-11-28 | 1 | -0/+2 |
* | | | | Merge pull request #21241 from pdg137/master | Arthur Nogueira Neves | 2015-11-26 | 3 | -1/+13 |
|\ \ \ \ |
|
| * | | | | In url_for, never append ? when the query string is empty anyway. | Paul Grayson | 2015-10-29 | 3 | -1/+13 |
* | | | | | Merge pull request #22263 from mastahyeti/csrf-origin-check | Rafael França | 2015-11-26 | 3 | -4/+75 |
|\ \ \ \ \ |
|
| * | | | | | Add option to verify Origin header in CSRF checks | Ben Toews | 2015-11-25 | 3 | -4/+75 |
* | | | | | | Merge pull request #22172 from tijmenb/fix-source-in-show-exception | Rafael França | 2015-11-24 | 3 | -0/+16 |
|\ \ \ \ \ \ |
|
| * | | | | | | Add text template for source code | Tijmen Brommet | 2015-11-03 | 3 | -0/+16 |
* | | | | | | | Merge pull request #17928 from sergey-alekseev/remove-unused-form-data-method | Sean Griffin | 2015-11-23 | 2 | -3/+29 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | write a test for `#form_data?` | Sergey Alekseev | 2015-03-31 | 2 | -1/+29 |
* | | | | | | | | Clearer comment and variable name on IP spoofing | Grey Baker | 2015-11-22 | 1 | -7/+15 |
| |_|_|_|/ / /
|/| | | | | | |
|
* | | | | | | | Merge pull request #22353 from Bounga/doc_for_cookies_encrypted | Claudio B | 2015-11-20 | 1 | -0/+7 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Add missing example for cookies.encrypted [ci skip] | Nicolas Cavigneaux | 2015-11-20 | 1 | -0/+7 |
| | |_|_|_|_|/
| |/| | | | | |
|
* / | | | | | | Remove arity check for `RouteSet#draw` | yui-knk | 2015-11-21 | 2 | -10/+0 |
|/ / / / / / |
|
* | | | | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-11-15 | 1 | -5/+5 |
|\ \ \ \ \ \ |
|
| * | | | | | | adding missing `.` | Gaurav Sharma | 2015-11-15 | 1 | -5/+5 |
* | | | | | | | [ci skip] Fix <tt> in doc | claudiob | 2015-11-15 | 1 | -1/+1 |
* | | | | | | | Merge pull request #22277 from jwworth/pull-request/fix-typo-1447344392 | Rafael França | 2015-11-12 | 1 | -1/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Fix typo [ci skip] | Jake Worth | 2015-11-12 | 1 | -1/+1 |
* | | | | | | | | Merge pull request #22259 from daisuko/remove_compiled_root_from_static_rb | Yves Senn | 2015-11-12 | 1 | -1/+0 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | remove unnecessary @compiled_root from static.rb | daisuko | 2015-11-11 | 1 | -1/+0 |
| | |_|_|/ / /
| |/| | | | | |
|
* / | | | | | | Show middleware classes on /rails/info/properties | claudiob | 2015-11-11 | 1 | -1/+5 |
|/ / / / / / |
|
* | | | | | | Require only necessary concurrent-ruby classes. | Jerry D'Antonio | 2015-11-04 | 2 | -2/+2 |
* | | | | | | tests, test should not care wether 9ms or 11ms have passed. | Yves Senn | 2015-11-04 | 1 | -1/+1 |
* | | | | | | Move `static_cache_contorl` deprecation changelog entry to Railties. | Kasper Timm Hansen | 2015-11-04 | 1 | -5/+0 |
| |_|/ / /
|/| | | | |
|
* | | | | | Deprecate exception#original_exception in favor of exception#cause | Yuki Nishijima | 2015-11-03 | 14 | -42/+85 |
* | | | | | remove present? call; we do not need it | Aaron Patterson | 2015-11-02 | 1 | -1/+1 |
* | | | | | Fix double word 'string' [ci skip] | Jake Worth | 2015-11-01 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-10-31 | 3 | -13/+13 |
|\ \ \ \ |
|
| * | | | | Improved readability of Assertion docs, replaced ‘Assert’ -> ‘Asserts�... | amitkumarsuroliya | 2015-10-09 | 3 | -12/+12 |
| * | | | | Fixed wording in Assertion docs, changed ‘Assert’ -> ‘Asserts’ | Ronak Jangir | 2015-10-07 | 1 | -1/+1 |
* | | | | | Merge pull request #21251 from rodzyn/more_param_parser_tests | Sean Griffin | 2015-10-30 | 1 | -0/+14 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|