| Commit message (Expand) | Author | Age | Files | Lines |
* | Update ParameterFilter to yield original parameters | Peter Zhu | 2018-08-22 | 1 | -2/+5 |
* | Merge pull request #33499 from lsylvester/caller-ignore-paths | Kasper Timm Hansen | 2018-08-15 | 1 | -0/+1 |
|\ |
|
| * | Use backtrace cleaner to clean up backtrace for verbose query logs | Lachlan Sylvester | 2018-08-14 | 1 | -0/+1 |
* | | Changelog for the new purpose metadata and improved tests | Assain | 2018-08-13 | 1 | -8/+4 |
|/ |
|
* | Purpose Metadata For Signed And Encrypted Cookies | Assain | 2018-08-12 | 1 | -0/+166 |
* | Remove Rubocop's comments from Rails code base | bogdanvlviv | 2018-07-26 | 1 | -4/+0 |
* | Merge pull request #32381 from q-centrix/update-codeclimate-configs | Richard Schneeman | 2018-07-25 | 1 | -1/+5 |
|\ |
|
| * | Turn on performance based cops | Dillon Welch | 2018-07-23 | 1 | -1/+5 |
* | | Rails guides are now served over https | Paul McMahon | 2018-07-24 | 1 | -5/+5 |
|/ |
|
* | Add implicit to path conversion to uploaded file (#28676) | Aaron Kromer | 2018-07-22 | 1 | -0/+6 |
* | Show nested exceptions on the debug view | Yuki Nishijima | 2018-07-15 | 2 | -15/+80 |
* | Fix `CustomCops/AssertNot` to allow it to have failure message | Ryuta Kamizono | 2018-05-13 | 2 | -3/+3 |
* | Add support for prefetch-src directive | yuuji.yaginuma | 2018-05-03 | 1 | -0/+6 |
* | Introduce ActionDispatch::DebugExceptions interceptors | Genadi Samokovarov | 2018-04-20 | 1 | -0/+24 |
* | Replace `assert !` with `assert_not` | Daniel Colson | 2018-04-19 | 6 | -11/+11 |
* | Pass nonce to CSP policy from outside | Andrew White | 2018-04-18 | 1 | -21/+72 |
* | Output only one nonce in CSP header per request | Andrey Novikov | 2018-04-17 | 1 | -5/+23 |
* | Add WebSocket URI support to CSP DSL mappings | Stephen Solis | 2018-04-12 | 1 | -0/+6 |
* | Partially revert 0bfdd1d | yuuji.yaginuma | 2018-04-07 | 1 | -1/+5 |
* | Fix broken `ServerTest` with Capybara 3.0.0 | yuuji.yaginuma | 2018-04-06 | 1 | -5/+1 |
* | 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 |
|/ |
|