| Commit message (Expand) | Author | Age | Files | Lines |
* | ConditionalGet needs time core_ext | Rafael Mendonça França | 2019-08-02 | 1 | -0/+1 |
* | It may be better to explicitly require 'object/try' where we call `try` | Akira Matsuda | 2019-08-01 | 1 | -0/+2 |
* | Use `try` only when we're unsure if the receiver would respond_to the method | Akira Matsuda | 2019-08-01 | 4 | -5/+5 |
* | Reduce method invocations and object allocations in head() | Akira Matsuda | 2019-07-31 | 1 | -1/+1 |
* | Reduce Array allocations | Akira Matsuda | 2019-07-31 | 1 | -2/+2 |
* | Reduce block execution | Akira Matsuda | 2019-07-31 | 1 | -3/+3 |
* | Reduce method calls | Akira Matsuda | 2019-07-31 | 1 | -2/+1 |
* | Reduce Array assignment by not giving a name for unused `*args` | Akira Matsuda | 2019-07-31 | 4 | -6/+6 |
* | Reduce some more Hash#fetch + default object allocations | Akira Matsuda | 2019-07-31 | 2 | -3/+3 |
* | Reduce Hash object creation when normalizing request env | Akira Matsuda | 2019-07-31 | 1 | -2/+3 |
* | Reduce object allocations in Middleware::Static | Akira Matsuda | 2019-07-31 | 1 | -11/+12 |
* | Reduce unnecessary String creation by not `to_s`ing until nothing matches | Akira Matsuda | 2019-07-31 | 1 | -1/+1 |
* | Reduce String allocation when finding controller class | Akira Matsuda | 2019-07-31 | 1 | -1/+1 |
* | No need to dup the payload for an instrumentation | Akira Matsuda | 2019-07-31 | 1 | -1/+1 |
* | Use match? where we don't need MatchData | Akira Matsuda | 2019-07-29 | 16 | -23/+23 |
* | Add Mime::Type#match? that doesn't create MatchData | Akira Matsuda | 2019-07-29 | 1 | -1/+7 |
* | Merge pull request #36545 from tomfakes/screenshot-updates | Rafael Mendonça França | 2019-07-27 | 1 | -6/+46 |
|\ |
|
| * | Add code to save the HTML of the page being screenshotted during the `take_sc... | Tom Fakes | 2019-06-25 | 1 | -6/+46 |
* | | Use match? where we don't need MatchData | Akira Matsuda | 2019-07-27 | 4 | -5/+5 |
* | | 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 | 3 | -7/+19 |
|/ / |
|
* | | 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 |
* | | | Merge pull request #36412 from robotdana/compact_blank | Rafael Mendonça França | 2019-07-25 | 1 | -0/+12 |
|\ \ \ |
|
| * | | | Add compact_blank shortcut for reject(&:blank?) | Dana Sherson | 2019-06-05 | 1 | -0/+12 |
* | | | | fix `follow_redirect!` not using the same HTTP verb on 307 redirection: | Edouard CHIN | 2019-07-25 | 1 | -3/+8 |
* | | | | Stop setting a default Capybara app host | George Claghorn | 2019-07-24 | 2 | -28/+31 |
* | | | | 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 | 1 | -0/+4 |
* | | | | 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 | 2 | -3/+7 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Reduce log noise handling ActionController::RoutingErrors | Alberto Fernández Capel | 2019-05-28 | 2 | -3/+7 |
* | | | | | Merge pull request #36672 from jbaranov/strong-params-hash | Rafael França | 2019-07-16 | 1 | -0/+5 |
|\ \ \ \ \ |
|
| * | | | | | Add hash method to ActionController::Parameters | Eugene Baranov | 2019-07-14 | 1 | -0/+5 |
* | | | | | | Use reserved domain for example configuration | Jacob Bednarz | 2019-07-15 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | 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 |
* | | | | | 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 | 6 | -0/+218 |
* | | | | | 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 | 3 | -0/+16 |
* | | | | | Add the ability to set the CSP nonce only to the specified directives | yuuji.yaginuma | 2019-06-22 | 1 | -9/+20 |
| |_|_|/
|/| | | |
|
* | | | | Make `ActionDispatch::Response#content_type` behavior configurable | yuuji.yaginuma | 2019-06-21 | 2 | -1/+14 |
* | | | | Enable `Layout/EmptyLinesAroundAccessModifier` cop | Ryuta Kamizono | 2019-06-13 | 48 | -67/+0 |
* | | | | Use file/line from call to helper_module | John Hawthorn | 2019-06-03 | 1 | -5/+10 |