Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Merge pull request #33605 from assain/purpose-metadata-changelog-and-tests | Kasper Timm Hansen | 2018-08-15 | 2 | -8/+20 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Changelog for the new purpose metadata and improved tests | Assain | 2018-08-13 | 2 | -8/+20 | |
| |/ / / / / / | ||||||
* | | | | | | | Fix rubocop offenses | bogdanvlviv | 2018-08-15 | 1 | -1/+1 | |
* | | | | | | | Use `Array#extract!` where possible | bogdanvlviv | 2018-08-14 | 1 | -2/+3 | |
|/ / / / / / | ||||||
* | | | | | | Purpose Metadata For Signed And Encrypted Cookies | Assain | 2018-08-12 | 3 | -13/+196 | |
* | | | | | | Merge pull request #31640 from gingerlime/patch-1 | Richard Schneeman | 2018-08-10 | 1 | -4/+11 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | fixes #27157 CSRF protection documentation | gingerlime | 2018-01-05 | 1 | -4/+11 | |
* | | | | | | Merge pull request #28937 from maclover7/jm-fix-28927 | Rafael França | 2018-07-31 | 2 | -1/+15 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Default content type for `head` is `text/html` | Jon Moss | 2017-04-30 | 2 | -1/+15 | |
* | | | | | | | :scissors: . | Ryuta Kamizono | 2018-07-31 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #33446 from ptoomey3/nested-respond-to | Richard Schneeman | 2018-07-31 | 4 | -0/+70 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Raises exception when respond_to called multiple times in incompatible way | Patrick Toomey | 2018-07-30 | 4 | -0/+70 | |
* | | | | | | | | Enable Start/EndWith and RegexpMatch cops | Bart de Water | 2018-07-28 | 6 | -11/+11 | |
* | | | | | | | | Remove Rubocop's comments from Rails code base | bogdanvlviv | 2018-07-26 | 1 | -4/+0 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #32381 from q-centrix/update-codeclimate-configs | Richard Schneeman | 2018-07-25 | 5 | -10/+10 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Turn on performance based cops | Dillon Welch | 2018-07-23 | 5 | -10/+10 | |
* | | | | | | | | Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com... | Matthew Draper | 2018-07-25 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Recommend use of rails over bin/rails | Alberto Almagro | 2018-07-06 | 2 | -2/+2 | |
* | | | | | | | | | Rails guides are now served over https | Paul McMahon | 2018-07-24 | 6 | -11/+11 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Add render options in action_controller/renderer for api documentation [ci skip] | Alireza Bashiri | 2018-07-22 | 1 | -0/+15 | |
* | | | | | | | | Add implicit to path conversion to uploaded file (#28676) | Aaron Kromer | 2018-07-22 | 3 | -0/+21 | |
* | | | | | | | | Clarify example of the test `ActionController::HttpAuthentication::Token` [ci... | bogdanvlviv | 2018-07-21 | 1 | -4/+3 | |
* | | | | | | | | Merge pull request #32410 from yuki24/show-cause-on-debug-view-2 | Kasper Timm Hansen | 2018-07-20 | 11 | -77/+189 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Show nested exceptions on the debug view | Yuki Nishijima | 2018-07-15 | 11 | -77/+189 | |
* | | | | | | | | | [ci skip] Fix syntax error + make example easier to follow. | Kasper Timm Hansen | 2018-07-20 | 1 | -2/+3 | |
* | | | | | | | | | [ci skip] Strike changelog entry, since it's 5.2 backported. | Kasper Timm Hansen | 2018-07-20 | 1 | -11/+0 | |
* | | | | | | | | | [ci skip] Move changelog entry up top. Clarify. | Kasper Timm Hansen | 2018-07-20 | 1 | -7/+11 | |
* | | | | | | | | | Merge pull request #33392 from azbshiri/actionpack/prevent-request-encoder-to... | Kasper Timm Hansen | 2018-07-20 | 3 | -1/+22 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Prevent `RequestEncoder#encode_params` to parse falsey params | Alireza Bashiri | 2018-07-20 | 3 | -1/+22 | |
| |/ / / / / / / / | ||||||
* / / / / / / / / | Fix basic auth problem in ActionController::HttpAuthentication::Basic doc | 黄松 | 2018-07-20 | 1 | -2/+2 | |
|/ / / / / / / / | ||||||
* | | | | | | | | test_should_impose_childless_html_tags_in_html failure with JRuby | pavel | 2018-07-15 | 1 | -1/+7 | |
* | | | | | | | | Merge pull request #33341 from Edouard-chin/ec-fix-to-param | Rafael França | 2018-07-12 | 2 | -3/+16 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | e4e1b62 broke `to_param` handling: | Edouard CHIN | 2018-07-12 | 2 | -3/+16 | |
| |/ / / / / / / | ||||||
* / / / / / / / | Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the future | Ryuta Kamizono | 2018-07-12 | 3 | -5/+0 | |
|/ / / / / / / | ||||||
* | | | | | | | Pass along arguments to underlying `get` method in `follow_redirect!` (#33299) | Remo Fritzsche | 2018-07-05 | 3 | -3/+24 | |
* | | | | | | | Merge pull request #33054 from jboler/master | Rafael França | 2018-07-03 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Only build routes simulator when there is an AST | Jonathan Boler | 2018-06-04 | 1 | -0/+1 | |
* | | | | | | | | Fix a typo in the Action Pack changelog [ci skip] | Genadi Samokovarov | 2018-06-19 | 1 | -1/+1 | |
* | | | | | | | | Convert hashes into parameters (#33076) | Kevin Sjöberg | 2018-06-19 | 2 | -10/+29 | |
* | | | | | | | | Merge pull request #33134 from dasch/dasch/extra-cache-controls | Eileen M. Uchitelle | 2018-06-19 | 3 | -2/+28 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add support for more HTTP cache controls | Daniel Schierbeck | 2018-06-13 | 3 | -2/+28 | |
* | | | | | | | | | Add test case for the `|` token in Journey scanner | vaidehijoshi | 2018-06-18 | 1 | -0/+6 | |
* | | | | | | | | | Fix rubocop violations | bogdanvlviv | 2018-06-15 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Remove reference to session_store.rb initializer | Justin Searls | 2018-06-12 | 1 | -1/+1 | |
* | | | | | | | | Fix bug with eager_load in development environment | Dan Jensen | 2018-06-11 | 2 | -1/+10 | |
* | | | | | | | | Use Rack to generate query information under test | Aaron Patterson | 2018-06-08 | 2 | -3/+11 | |
|/ / / / / / / | ||||||
* | | | | | | | Avoid unused capture in `non_xhr_javascript_response?` | Ryuta Kamizono | 2018-05-31 | 1 | -1/+1 | |
* | | | | | | | Include application/javascript when checking content_type | Gabriel Jaldon | 2018-05-27 | 2 | -1/+6 | |
* | | | | | | | Remove 7 years old note-to-self by tenderlove | utilum | 2018-05-22 | 1 | -2/+0 | |
* | | | | | | | Speed up xor_byte_strings by 70% | Jeremy Evans | 2018-05-18 | 1 | -3/+8 |