| Commit message (Expand) | Author | Age | Files | Lines |
* | [ActionController] Fix send_file example for 404 | Yuya Tanaka | 2019-07-19 | 1 | -1/+1 |
* | Add support for script-src-attr / elem and style-src-attr / elem directives | yuuji.yaginuma | 2019-07-18 | 2 | -0/+28 |
* | Merge pull request #36691 from Edouard-chin/ec-system-test-route | Rafael França | 2019-07-17 | 2 | -6/+13 |
|\ |
|
| * | Don't include routes helpers inside System test class: | Edouard CHIN | 2019-07-16 | 2 | -6/+13 |
* | | Reuse the exception class name in all places in the wrapper | Rafael Mendonça França | 2019-07-16 | 1 | -3/+4 |
* | | Make the selent exceptions configurable on the exception wrapper | Rafael Mendonça França | 2019-07-16 | 1 | -1/+5 |
* | | Merge pull request #31634 from afcapel/reduce-routing-error-log-noise | Rafael Mendonça França | 2019-07-16 | 4 | -3/+34 |
|\ \
| |/
|/| |
|
| * | Reduce log noise handling ActionController::RoutingErrors | Alberto Fernández Capel | 2019-05-28 | 4 | -3/+34 |
* | | Merge pull request #36672 from jbaranov/strong-params-hash | Rafael França | 2019-07-16 | 2 | -0/+13 |
|\ \ |
|
| * | | Add hash method to ActionController::Parameters | Eugene Baranov | 2019-07-14 | 2 | -0/+13 |
* | | | Use reserved domain for example configuration | Jacob Bednarz | 2019-07-15 | 2 | -2/+2 |
|/ / |
|
* | | active_support/rails has to be required via abstract_controller.rb | Akira Matsuda | 2019-07-12 | 1 | -1/+0 |
* | | No Woman, No try | Akira Matsuda | 2019-07-12 | 1 | -1/+0 |
* | | try (Just a Little Bit Harder) | Akira Matsuda | 2019-07-12 | 1 | -2/+1 |
* | | Make sure to require active_support.rb before requiring active_support/rails.rb | Akira Matsuda | 2019-07-12 | 1 | -0/+1 |
* | | Adds support for configuring HTTP Feature Policy (#33439) | Jacob Bednarz | 2019-07-10 | 8 | -0/+393 |
* | | Fix Browser#preload for older Selenium | John Hawthorn | 2019-07-04 | 1 | -2/+12 |
* | | Preload browser driver_path for system testing | John Hawthorn | 2019-07-03 | 4 | -0/+29 |
* | | Add the ability to set the CSP nonce only to the specified directives | yuuji.yaginuma | 2019-06-22 | 3 | -9/+80 |
* | | Make `ActionDispatch::Response#content_type` behavior configurable | yuuji.yaginuma | 2019-06-21 | 3 | -1/+43 |
* | | Enable `Layout/EmptyLinesAroundAccessModifier` cop | Ryuta Kamizono | 2019-06-13 | 75 | -104/+0 |
* | | Merge pull request #36426 from abhaynikam/bump-codeclimate-rubocop-version | Ryuta Kamizono | 2019-06-06 | 2 | -3/+0 |
|\ \ |
|
| * | | Bump rubocop to 0.71 | Abhay Nikam | 2019-06-06 | 2 | -3/+0 |
* | | | Fix broken driver test | yuuji.yaginuma | 2019-06-06 | 1 | -2/+2 |
|/ / |
|
* | | Merge pull request #36399 from jhawthorn/named_controller_helper_module | John Hawthorn | 2019-06-05 | 2 | -9/+25 |
|\ \ |
|
| * | | Use file/line from call to helper_module | John Hawthorn | 2019-06-03 | 1 | -5/+10 |
| * | | Give HelperMethods module a name | John Hawthorn | 2019-06-03 | 2 | -4/+15 |
* | | | Unify to use 4 spaces indentation in CHANGELOGs [ci skip] | Ryuta Kamizono | 2019-06-05 | 1 | -3/+5 |
|/ / |
|
* | | Remove unnecessary require pathname from actionpack controller specs | Abhay Nikam | 2019-06-02 | 3 | -3/+0 |
* | | Simplify `ActionDispatch::Response#content_type` | yuuji.yaginuma | 2019-06-02 | 1 | -2/+1 |
* | | Change `ActionDispatch::Response#content_type` returning Content-Type header ... | yuuji.yaginuma | 2019-06-01 | 19 | -107/+132 |
|/ |
|
* | remove unused requires from debug_exceptions | yaojie | 2019-05-28 | 1 | -2/+0 |
* | Remove Route#build as it wasn't used | Alberto Almagro | 2019-05-22 | 2 | -28/+21 |
* | Use keyword arguments for ActionDispatch::Routing::Mapper::Mapping constructor | Alberto Almagro | 2019-05-22 | 1 | -14/+17 |
* | Use keyword arguments for ActionDispatch::Journey:Route constructor | Alberto Almagro | 2019-05-22 | 2 | -5/+8 |
* | Keep part when scope option has value | Alberto Almagro | 2019-05-22 | 5 | -11/+65 |
* | Merge pull request #36329 from XrXr/no-doc-template-assertions | Rafael França | 2019-05-22 | 1 | -1/+1 |
|\ |
|
| * | Remove compatibility module from docs [ci skip] | Alan Wu | 2019-05-22 | 1 | -1/+1 |
* | | Implemented deep_transform_keys/! for ActionController::Parameters | Gustavo Gutierrez | 2019-05-22 | 4 | -0/+39 |
|/ |
|
* | Merge pull request #36306 from cseelus/responsive-rescues-layout | Kasper Timm Hansen | 2019-05-20 | 1 | -4/+9 |
|\ |
|
| * | Make rescues layout responsive | Chris Seelus | 2019-05-20 | 1 | -4/+9 |
* | | Merge pull request #36302 from eugeneius/parameters_transform_keys_enumerator | Ryuta Kamizono | 2019-05-20 | 3 | -9/+24 |
|\ \
| |/
|/| |
|
| * | Return parameters enumerator from transform_keys/! | Eugene Kenny | 2019-05-18 | 3 | -9/+24 |
|/ |
|
* | Merge pull request #36122 from cseelus/respect-operating-system-color-scheme-... | Gannon McGibbon | 2019-05-18 | 2 | -0/+69 |
|\ |
|
| * | Implement dark color scheme for rescues layout | Chris Seelus | 2019-05-18 | 2 | -0/+69 |
* | | Rename `hash` to `jar` in CookieJar.build | shioimm | 2019-05-18 | 1 | -2/+2 |
* | | Permit running jobs in system tests | George Claghorn | 2019-05-16 | 5 | -67/+11 |
|/ |
|
* | fixed usage of Parameters when a non-numeric key exists | L.Fexon | 2019-05-13 | 3 | -9/+47 |
* | Only build middleware proxy when instrumentating | John Hawthorn | 2019-05-08 | 3 | -6/+17 |
* | Auto-correct `Style/RedundantBegin` offence | Ryuta Kamizono | 2019-05-08 | 1 | -5/+3 |