| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | Add `require "selenium/webdriver"` to all using `DrivenBySeleniumWith*` classes | Ryuta Kamizono | 2019-01-30 | 1 | -0/+1 |
* | | | | | selenium-webdriver is not always required for system testing | Ryuta Kamizono | 2019-01-30 | 2 | -4/+3 |
* | | | | | Fix system testing failure | Ryuta Kamizono | 2019-01-30 | 2 | -8/+13 |
|/ / / / |
|
* | | | | Rename methods and update docs | Eileen Uchitelle | 2019-01-29 | 3 | -19/+23 |
* | | | | driver_option -> driver_options | Edouard CHIN | 2019-01-29 | 3 | -8/+9 |
* | | | | Implement a way to add browser capabilities: | Edouard CHIN | 2019-01-29 | 5 | -11/+113 |
|/ / / |
|
* | | | Merge pull request #35030 from alkesh26/actionpack-long-string-indentation-an... | Rafael França | 2019-01-28 | 2 | -2/+2 |
|\ \ \ |
|
| * | | | Typo fixes action pack. | alkesh26 | 2019-01-26 | 2 | -2/+2 |
* | | | | Merge pull request #35054 from bogdanvlviv/exercise-redirect_back | Ryuta Kamizono | 2019-01-26 | 1 | -0/+29 |
|\ \ \ \ |
|
| * | | | | Ensure that `redirect_back` with `fallback_location` to another host is allowed | bogdanvlviv | 2019-01-25 | 1 | -0/+29 |
| |/ / / |
|
* | | | | Loosen check of error cause file | yuuji.yaginuma | 2019-01-26 | 1 | -2/+2 |
* | | | | Fixed a bug where the debug view does not show the error page properly | Yuki Nishijima | 2019-01-24 | 3 | -13/+34 |
* | | | | Merge pull request #34994 from schuetzm/host-authorization-only-in-development | Rafael França | 2019-01-24 | 2 | -4/+4 |
|\ \ \ \ |
|
| * | | | | Recommend adding the requested domain to hosts whitelist only in development | Marc Schütz | 2019-01-23 | 2 | -4/+4 |
* | | | | | Prefer strings over regex expressions | Yuki Nishijima | 2019-01-24 | 1 | -22/+20 |
| |/ / /
|/| | | |
|
* | | | | Merge pull request #35018 from gmcgibbon/revert_redirect_to_allow_other_host | Rafael França | 2019-01-22 | 6 | -77/+19 |
|\ \ \ \ |
|
| * | | | | Revert ensure external redirects are explicitly allowed | Gannon McGibbon | 2019-01-22 | 6 | -77/+19 |
* | | | | | Merge pull request #35020 from alkesh26/ationpack-typo-fixes | Rafael França | 2019-01-22 | 3 | -6/+6 |
|\ \ \ \ \ |
|
| * | | | | | 1. Replaced unused variables by `_`. | alkesh26 | 2019-01-22 | 3 | -6/+6 |
| |/ / / / |
|
* | | | | | Merge pull request #34952 from rails/template-stuff | Aaron Patterson | 2019-01-22 | 4 | -59/+11 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Only cache the view_context_class in one place | Aaron Patterson | 2019-01-18 | 1 | -1/+8 |
| * | | | | Remove args from `default_render` | Aaron Patterson | 2019-01-17 | 2 | -3/+3 |
| * | | | | Templates should be eval'd in the context of an AV::Base object | Aaron Patterson | 2019-01-17 | 1 | -55/+0 |
* | | | | | Changed webserver to web server. | alkesh26 | 2019-01-22 | 1 | -1/+1 |
| |/ / /
|/| | | |
|
* | | | | Preparing for 6.0.0.beta1 release | Rafael Mendonça França | 2019-01-18 | 2 | -1/+3 |
* | | | | Remove secret_token rack env and cookie upgrade code | Rafael Mendonça França | 2019-01-17 | 6 | -229/+19 |
* | | | | Remove deprecated `#acronym_regex` method from `Inflections` | Rafael Mendonça França | 2019-01-17 | 1 | -1/+0 |
* | | | | Remove deprecated `fragment_cache_key` helper in favor of `combined_fragment_... | Rafael Mendonça França | 2019-01-17 | 3 | -27/+4 |
* | | | | Remove deprecated methods in ActionDispatch::TestResponse | Rafael Mendonça França | 2019-01-17 | 3 | -34/+7 |
* | | | | Update the promisse that ActionController::TestCase will be extracted | Rafael Mendonça França | 2019-01-17 | 1 | -1/+1 |
* | | | | Ensure external redirects are explicitly allowed | Gannon McGibbon | 2019-01-17 | 7 | -29/+87 |
* | | | | Merge pull request #34944 from dasch/patch-7 | Rafael França | 2019-01-16 | 1 | -0/+8 |
|\ \ \ \ |
|
| * | | | | Document that `format.any` can match all formats | Daniel Schierbeck | 2019-01-16 | 1 | -0/+8 |
| |/ / / |
|
* / / / | Revert "Don't handle params option in a special way in url_for helper" | Rafael Mendonça França | 2019-01-16 | 5 | -5/+14 |
|/ / / |
|
* | | | Enable `Lint/UselessAssignment` cop to avoid unused variable warnings (#34904) | Ryuta Kamizono | 2019-01-09 | 2 | -4/+4 |
* | | | Merge pull request #34894 from hahmed/tames-params-wrapper-errors | Kasper Timm Hansen | 2019-01-09 | 1 | -16/+17 |
|\ \ \ |
|
| * | | | Capture parsing errors for ActionController::ParamsWrapper#process_action | Haroon Ahmed | 2019-01-08 | 1 | -16/+17 |
* | | | | Allow using combine the Cache-Control `public` and `no-cache` headers | yuuji.yaginuma | 2019-01-07 | 2 | -4/+16 |
|/ / / |
|
* | | | Remove mention about `Test::Unit::TestCase` [ci skip] | bogdanvlviv | 2019-01-02 | 1 | -3/+0 |
* | | | Bump license years for 2019 | Arun Agrawal | 2018-12-31 | 3 | -3/+3 |
* | | | Import Action Mailbox | George Claghorn | 2018-12-25 | 1 | -12/+11 |
* | | | Make Rails Facebook-free | Sasha Koss | 2018-12-24 | 1 | -2/+2 |
* | | | Add missing require for `IPAddr` | yuuji.yaginuma | 2018-12-24 | 1 | -0/+1 |
* | | | Remove unused methods | yuuji.yaginuma | 2018-12-23 | 1 | -26/+0 |
* | | | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block | Ryuta Kamizono | 2018-12-21 | 12 | -176/+132 |
* | | | Module#{define_method,alias_method,undef_method,remove_method} become public ... | Ryuta Kamizono | 2018-12-21 | 4 | -7/+7 |
* | | | Use native `Array#append`, `Array#prepend`, `Hash#transform_keys`, and `Hash#... | Ryuta Kamizono | 2018-12-20 | 2 | -4/+0 |
* | | | Require Ruby 2.5 for Rails 6. | Kasper Timm Hansen | 2018-12-19 | 2 | -3/+3 |
* | | | Pass the correct value as JSON | yuuji.yaginuma | 2018-12-19 | 1 | -1/+1 |
* | | | [ci skip] Remove needless changelog entry, as bug fix was backported to 5.2. | Kasper Timm Hansen | 2018-12-18 | 1 | -4/+0 |