| Commit message (Expand) | Author | Age | Files | Lines |
* | Use match? where we don't need MatchData | Akira Matsuda | 2019-07-29 | 3 | -8/+8 |
* | 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 | 1 | -0/+6 |
* | Merge pull request #36545 from tomfakes/screenshot-updates | Rafael Mendonça França | 2019-07-27 | 1 | -24/+55 |
|\ |
|
| * | Add code to save the HTML of the page being screenshotted during the `take_sc... | Tom Fakes | 2019-06-25 | 1 | -24/+55 |
* | | Use match? where we don't need MatchData | Akira Matsuda | 2019-07-27 | 2 | -5/+5 |
* | | 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 |
* | | Use a single term instead of all terms used to describe path and URL helpers ... | Sharang Dashputre | 2019-07-26 | 1 | -1/+1 |
* | | Stop setting a default Capybara app host | George Claghorn | 2019-07-24 | 1 | -5/+3 |
* | | Add support for script-src-attr / elem and style-src-attr / elem directives | yuuji.yaginuma | 2019-07-18 | 1 | -0/+24 |
* | | Merge pull request #31634 from afcapel/reduce-routing-error-log-noise | Rafael Mendonça França | 2019-07-16 | 1 | -0/+23 |
|\ \ |
|
| * | | Reduce log noise handling ActionController::RoutingErrors | Alberto Fernández Capel | 2019-05-28 | 1 | -0/+23 |
* | | | Adds support for configuring HTTP Feature Policy (#33439) | Jacob Bednarz | 2019-07-10 | 1 | -0/+142 |
* | | | Preload browser driver_path for system testing | John Hawthorn | 2019-07-03 | 1 | -0/+13 |
* | | | Add the ability to set the CSP nonce only to the specified directives | yuuji.yaginuma | 2019-06-22 | 1 | -0/+54 |
| |/
|/| |
|
* | | Make `ActionDispatch::Response#content_type` behavior configurable | yuuji.yaginuma | 2019-06-21 | 1 | -0/+29 |
* | | Enable `Layout/EmptyLinesAroundAccessModifier` cop | Ryuta Kamizono | 2019-06-13 | 6 | -10/+0 |
* | | Merge pull request #36426 from abhaynikam/bump-codeclimate-rubocop-version | Ryuta Kamizono | 2019-06-06 | 1 | -1/+0 |
|\ \ |
|
| * | | Bump rubocop to 0.71 | Abhay Nikam | 2019-06-06 | 1 | -1/+0 |
* | | | Fix broken driver test | yuuji.yaginuma | 2019-06-06 | 1 | -2/+2 |
|/ / |
|
* / | Change `ActionDispatch::Response#content_type` returning Content-Type header ... | yuuji.yaginuma | 2019-06-01 | 2 | -23/+43 |
|/ |
|
* | Keep part when scope option has value | Alberto Almagro | 2019-05-22 | 1 | -0/+41 |
* | Permit running jobs in system tests | George Claghorn | 2019-05-16 | 1 | -37/+0 |
* | Only build middleware proxy when instrumentating | John Hawthorn | 2019-05-08 | 1 | -3/+3 |
* | Merge pull request #36196 from st0012/fix-29947 | Eileen M. Uchitelle | 2019-05-07 | 1 | -0/+19 |
* | Merge pull request #36000 from JosiMcClellan/fix-screenshot-filenames | Eileen M. Uchitelle | 2019-04-19 | 1 | -0/+8 |
|\ |
|
| * | truncate screenshot filenames to avoid error | Josi McClellan | 2019-04-18 | 1 | -0/+8 |
* | | Refactor after the most recent code review | Genadi Samokovarov | 2019-04-19 | 1 | -0/+10 |
* | | Dispatch actions only if config.consider_all_requests_local is set | Genadi Samokovarov | 2019-04-19 | 1 | -0/+10 |
* | | Drop the ambiguous `ActiveSupport::ActionableError#===` check | Genadi Samokovarov | 2019-04-19 | 1 | -0/+31 |
* | | Introduce Actionable Errors | Genadi Samokovarov | 2019-04-19 | 1 | -0/+60 |
|/ |
|
* | mounted routes with non-word characters | xithan | 2019-04-15 | 1 | -0/+9 |
* | Deduplicate strings held by the router | Jean Boussier | 2019-04-03 | 1 | -2/+2 |
* | Auto-correct rubocop offences | Ryuta Kamizono | 2019-04-03 | 1 | -15/+15 |
* | Merge pull request #24405 from waits/shallow-false | Rafael França | 2019-04-02 | 1 | -0/+31 |
|\ |
|
| * | Honor shallow: false on nested resources | Dylan Waits | 2016-04-03 | 1 | -0/+31 |
* | | url -> URL where apt inside actionpack/ | Sharang Dashputre | 2019-04-01 | 5 | -16/+16 |
* | | Fix typo in the value of ENCRYPTED_SIGNED_COOKIE_SALT constant (#35619) | Emil Shakirov | 2019-04-01 | 2 | -3/+3 |
* | | Merge pull request #35236 from renuo/fix-30467 | Rafael França | 2019-03-27 | 1 | -0/+10 |
|\ \ |
|
| * | | Raise if resource custom params contain colons | Josua Schmid | 2019-03-26 | 1 | -0/+10 |
* | | | Add the `Mime::Type::InvalidMimeType` error in the default rescue_response: | Edouard CHIN | 2019-03-26 | 2 | -0/+12 |
|/ / |
|
* | | Merge pull request #35649 from andrehjr/fix-override-of-cookies-controller-specs | Rafael França | 2019-03-19 | 1 | -0/+13 |
|\ \ |
|
| * | | Don't override @set_cookies on CookieJar#update_cookies_from_jar' | André Luis Leal Cardoso Junior | 2019-03-17 | 1 | -0/+13 |
* | | | Merge pull request #35669 from cpruitt/update-mime-type-regexp | Aaron Patterson | 2019-03-19 | 1 | -0/+15 |
|\ \ \ |
|
| * | | | Update regular expression for checking valid MIME type | Cliff Pruitt | 2019-03-19 | 1 | -0/+15 |
* | | | | Instrument middleware processing | Daniel Schierbeck | 2019-03-19 | 1 | -6/+35 |
|/ / / |
|
* / / | Raise exception when building invalid mime type | John Hawthorn | 2019-03-14 | 1 | -0/+32 |
|/ / |
|
* | | Support other optional parameters and quoted-strings on Content-Type parser | r7kamura | 2019-03-10 | 1 | -0/+34 |