| Commit message (Expand) | Author | Age | Files | Lines |
* | Use match? where we don't need MatchData | Akira Matsuda | 2019-07-29 | 21 | -33/+33 |
* | Revert "Use assert_match / assert_no_match for asserting match" | Akira Matsuda | 2019-07-29 | 1 | -6/+6 |
* | Add Mime::Type#match? that doesn't create MatchData | Akira Matsuda | 2019-07-29 | 2 | -1/+13 |
* | Revert "Merge pull request #36785 from shes50103/fix_typo_actionpack_changelog" | Ryuta Kamizono | 2019-07-28 | 1 | -1/+1 |
* | fix typo in actionpack CHANGELOG.md | shes50103 | 2019-07-28 | 1 | -1/+1 |
* | Merge pull request #36545 from tomfakes/screenshot-updates | Rafael Mendonça França | 2019-07-27 | 3 | -30/+110 |
|\ |
|
| * | Add code to save the HTML of the page being screenshotted during the `take_sc... | Tom Fakes | 2019-06-25 | 3 | -30/+110 |
* | | Use match? where we don't need MatchData | Akira Matsuda | 2019-07-27 | 6 | -10/+10 |
* | | Use assert_match / assert_no_match for asserting match | Akira Matsuda | 2019-07-27 | 1 | -6/+6 |
* | | Fix "warning: ambiguous first argument; put parentheses or a space even after... | yuuji.yaginuma | 2019-07-27 | 1 | -1/+1 |
* | | Fix error 500 caused by ActionController::RoutingError (via fail-safe) when P... | Simone Carletti | 2019-07-26 | 1 | -1/+17 |
* | | Merge pull request #36254 from sharang-d/remove-named-helpers | Rafael França | 2019-07-26 | 1 | -1/+1 |
|\ \ |
|
| * | | Use a single term instead of all terms used to describe path and URL helpers ... | Sharang Dashputre | 2019-07-26 | 1 | -1/+1 |
* | | | Merge pull request #36779 from Shopify/optimize-url-helper-creation | Rafael França | 2019-07-26 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Optimize Journey::Route#glob? | Jean Boussier | 2019-07-26 | 1 | -1/+1 |
| |/ / |
|
* / / | Add `Vary: Accept` header when rendering | st0012 | 2019-07-26 | 5 | -7/+60 |
|/ / |
|
* | | Merge pull request #36300 from okuramasafumi/make-handle-options-private | Rafael França | 2019-07-26 | 1 | -22/+22 |
|\ \ |
|
| * | | Make `handle_options` method private | OKURA Masafumi | 2019-05-18 | 1 | -22/+22 |
* | | | Fix flaky test ActionControllerBaseRenderTest#test_direct_render_to_string | Fumiaki MATSUSHIMA | 2019-07-26 | 1 | -4/+20 |
* | | | Merge pull request #36412 from robotdana/compact_blank | Rafael Mendonça França | 2019-07-25 | 2 | -0/+30 |
|\ \ \ |
|
| * | | | Add compact_blank shortcut for reject(&:blank?) | Dana Sherson | 2019-06-05 | 2 | -0/+30 |
* | | | | fix `follow_redirect!` not using the same HTTP verb on 307 redirection: | Edouard CHIN | 2019-07-25 | 3 | -3/+26 |
* | | | | Stop setting a default Capybara app host | George Claghorn | 2019-07-24 | 4 | -33/+38 |
* | | | | Define the `url_options` needed for SytemTest inside the route proxy: | Edouard CHIN | 2019-07-24 | 1 | -5/+7 |
* | | | | [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 |