| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #32441 from composerinteralia/refute-not | Rafael França | 2018-04-04 | 1 | -1/+1 |
|\ |
|
| * | Autocorrect `refute` RuboCop violations | Daniel Colson | 2018-04-03 | 1 | -1/+1 |
* | | Add #dig to ActionDispatch::Request::Session | claudiob | 2018-04-04 | 1 | -0/+12 |
|/ |
|
* | Use ASCII-8BIT paths in ActionDispatch::Static | Andrew White | 2018-03-22 | 1 | -1/+10 |
* | Check exclude before flagging cookies as secure in ActionDispatch::SSL (#32262) | Catherine Khuu | 2018-03-15 | 1 | -0/+8 |
* | Fix routing inspector tests broken in https://github.com/rails/rails/commit/6... | Kasper Timm Hansen | 2018-03-13 | 1 | -14/+15 |
* | Introduce `ActionDispatch::Routing::ConsoleFormatter::Base` | bogdanvlviv | 2018-03-13 | 1 | -11/+11 |
* | Merge pull request #32160 from bogdanvlviv/improve-rails-routes-expanded | Kasper Timm Hansen | 2018-03-11 | 1 | -5/+10 |
|\ |
|
| * | Draw line of a route name to the end of row console on `rails routes --expanded` | bogdanvlviv | 2018-03-05 | 1 | -5/+10 |
* | | Always yield a CSP policy instance | Andrew White | 2018-03-08 | 1 | -12/+58 |
* | | Add the ability to disable the global CSP in a controller | Andrew White | 2018-03-08 | 1 | -0/+14 |
|/ |
|
* | Add --expanded option to "rails routes" | Benoit Tigeot | 2018-02-28 | 1 | -2/+66 |
* | Uses the absolute path for system test screenshots | Zamith | 2018-02-27 | 1 | -5/+5 |
* | Merge branch 'master' into update_default_hsts_max_age | Guillermo Iguaran | 2018-02-24 | 12 | -98/+136 |
|\ |
|
| * | Add support for automatic nonce generation for Rails UJS | Andrew White | 2018-02-19 | 1 | -0/+16 |
| * | Remove trailing semi-colon from CSP | Andrew White | 2018-02-19 | 1 | -32/+32 |
| * | Revert "Merge pull request #32045 from eagletmt/skip-csp-header" | Andrew White | 2018-02-19 | 1 | -20/+2 |
| * | Skip generating empty CSP header when no policy is configured | Kohei Suzuki | 2018-02-18 | 1 | -2/+20 |
| * | Fix array routing constraints | fatkodima | 2018-02-17 | 1 | -2/+5 |
| * | Make sure assert_recognizes can still find routes mounted after engines | Rafael Mendonça França | 2018-02-09 | 1 | -0/+6 |
| * | Consistent behavior for session and cookies with to_h and to_hash method | Igor Kasyanchuk | 2018-01-31 | 2 | -0/+7 |
| * | Allow @ in X-Request-Id header | Daniel Colson | 2018-01-29 | 1 | -0/+5 |
| * | Use assert_empty and assert_not_empty | Daniel Colson | 2018-01-25 | 2 | -3/+3 |
| * | Use assert_predicate and assert_not_predicate | Daniel Colson | 2018-01-25 | 5 | -55/+55 |
| * | Use respond_to test helpers | Daniel Colson | 2018-01-25 | 3 | -4/+4 |
| * | Merge pull request #31713 from aellispierce/refactor-browser-options | Eileen M. Uchitelle | 2018-01-17 | 1 | -3/+4 |
| |\ |
|
| | * | Move browser checking to its own class | Ashley Ellis Pierce | 2018-01-15 | 1 | -3/+4 |
* | | | Update default HSTS max-age value to 1 year | Grant Bourque | 2018-01-16 | 1 | -2/+2 |
|/ / |
|
* | | Add 'Referrer-Policy' header to default headers set | Guillermo Iguaran | 2018-01-08 | 1 | -2/+4 |
* | | Use more realistic setup rather than stubbing | Yuki Nishijima | 2017-12-29 | 1 | -89/+75 |
|/ |
|
* | Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the future | Ryuta Kamizono | 2017-12-14 | 1 | -1/+1 |
* | Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed more | Ryuta Kamizono | 2017-12-12 | 1 | -1/+1 |
* | Change the system tests to set Puma as default server only when the user have... | Guillermo Iguaran | 2017-12-09 | 1 | -1/+18 |
* | Add secure `X-Download-Options` and `X-Permitted-Cross-Domain-Policies` to de... | Guillermo Iguaran | 2017-12-09 | 1 | -2/+6 |
* | Add headless firefox driver to System Tests | bogdanvlviv | 2017-12-07 | 2 | -0/+14 |
* | Fix CSP copy boolean directives (#31326) | Simon Dawson | 2017-12-05 | 1 | -0/+9 |
* | Embrace the instantiation in loving parens <3 | Kasper Timm Hansen | 2017-12-03 | 1 | -1/+2 |
* | Merge pull request #31146 from mikeycgto/actiondispatch-cookie-store-test-upd... | Kasper Timm Hansen | 2017-12-03 | 1 | -41/+83 |
|\ |
|
| * | Update cookie_store_test to use encrypted cookies | Michael Coyne | 2017-11-27 | 1 | -41/+83 |
* | | Make screenshots default to "simple" format | eileencodes | 2017-11-29 | 1 | -0/+7 |
* | | Fix tests: Remove ogx mime type from tests | Guillermo Iguaran | 2017-11-29 | 1 | -1/+1 |
* | | Register most popular audio/video/font mime types supported by modern browsers | Guillermo Iguaran | 2017-11-28 | 1 | -6/+6 |
* | | Fix optimized url helpers when using relative url root | Andrew White | 2017-11-28 | 1 | -0/+37 |
|/ |
|
* | Add DSL for configuring Content-Security-Policy header | Andrew White | 2017-11-27 | 1 | -0/+359 |
* | Fix `test_session_store_with_expire_after` failure with rack-test 0.7.1 | Ryuta Kamizono | 2017-11-20 | 1 | -2/+2 |
* | Merge pull request #30782 from NickLaMuro/improve_performance_of_inflections | Matthew Draper | 2017-11-14 | 1 | -2/+2 |
|\ |
|
| * | Deprecate ActiveSupport::Inflector#acronym_regex | Nick LaMuro | 2017-10-28 | 1 | -1/+1 |
| * | Cache regexps generated from acronym_regex | Nick LaMuro | 2017-10-23 | 1 | -1/+1 |
* | | Fix merge conflict and rubocop offences | Ryuta Kamizono | 2017-11-07 | 1 | -19/+18 |
* | | Merge pull request #22435 from yui-knk/fix_engine_route_test | Rafael Mendonça França | 2017-11-06 | 1 | -0/+72 |
|\ \
| |/
|/| |
|