| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 27 | -37/+0 |
* | Merge pull request #36426 from abhaynikam/bump-codeclimate-rubocop-version | Ryuta Kamizono | 2019-06-06 | 2 | -3/+0 |
|\ |
|
| * | Bump rubocop to 0.71 | Abhay Nikam | 2019-06-06 | 2 | -3/+0 |
* | | Fix broken driver test | yuuji.yaginuma | 2019-06-06 | 1 | -2/+2 |
|/ |
|
* | Give HelperMethods module a name | John Hawthorn | 2019-06-03 | 1 | -2/+2 |
* | Remove unnecessary require pathname from actionpack controller specs | Abhay Nikam | 2019-06-02 | 3 | -3/+0 |
* | Change `ActionDispatch::Response#content_type` returning Content-Type header ... | yuuji.yaginuma | 2019-06-01 | 12 | -99/+119 |
* | Remove Route#build as it wasn't used | Alberto Almagro | 2019-05-22 | 1 | -21/+20 |
* | Keep part when scope option has value | Alberto Almagro | 2019-05-22 | 1 | -0/+41 |
* | Implemented deep_transform_keys/! for ActionController::Parameters | Gustavo Gutierrez | 2019-05-22 | 2 | -0/+18 |
* | Merge pull request #36302 from eugeneius/parameters_transform_keys_enumerator | Ryuta Kamizono | 2019-05-20 | 1 | -2/+14 |
|\ |
|
| * | Return parameters enumerator from transform_keys/! | Eugene Kenny | 2019-05-18 | 1 | -2/+14 |
|/ |
|
* | Permit running jobs in system tests | George Claghorn | 2019-05-16 | 1 | -37/+0 |
* | fixed usage of Parameters when a non-numeric key exists | L.Fexon | 2019-05-13 | 1 | -2/+28 |
* | Only build middleware proxy when instrumentating | John Hawthorn | 2019-05-08 | 2 | -4/+4 |
* | Merge pull request #36196 from st0012/fix-29947 | Eileen M. Uchitelle | 2019-05-07 | 1 | -0/+19 |
* | Remove redundant test setups in log_subscriber_test | st0012 | 2019-04-24 | 1 | -21/+1 |
* | 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 |
* | | Manage ActionDispatch::ActionableExceptions from the default middleware stack | Genadi Samokovarov | 2019-04-19 | 1 | -0/+1 |
* | | Introduce Actionable Errors | Genadi Samokovarov | 2019-04-19 | 1 | -0/+60 |
|/ |
|
* | Merge pull request #35975 from xithan/master | Rafael França | 2019-04-15 | 2 | -11/+20 |
|\ |
|
| * | mounted routes with non-word characters | xithan | 2019-04-15 | 2 | -11/+20 |
* | | Adds named_captures to MatchData to emulate Regex | Brandon Weaver | 2019-04-09 | 1 | -0/+9 |
|/ |
|
* | Output junit format test report | Fumiaki MATSUSHIMA | 2019-04-04 | 1 | -0/+2 |
* | Merge pull request #35842 from Shopify/deduplicate-routing-strings | Rafael França | 2019-04-03 | 1 | -2/+2 |
|\ |
|
| * | Deduplicate strings held by the router | Jean Boussier | 2019-04-03 | 1 | -2/+2 |
* | | Merge pull request #35825 from jhawthorn/always_filter_view_paths | Eileen M. Uchitelle | 2019-04-03 | 2 | -9/+12 |
|\ \
| |/
|/| |
|
| * | Always reject files external to app | John Hawthorn | 2019-04-03 | 2 | -9/+12 |
* | | 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 | 9 | -23/+23 |
* | | Fix typo in the value of ENCRYPTED_SIGNED_COOKIE_SALT constant (#35619) | Emil Shakirov | 2019-04-01 | 2 | -3/+3 |
* | | Merge pull request #35688 from jhawthorn/render_file_rfc | Aaron Patterson | 2019-03-30 | 3 | -9/+21 |
|\ \ |
|
| * | | Introduce Template::File as new render file: | John Hawthorn | 2019-03-27 | 3 | -9/+21 |
* | | | Remove :all symbol from Mime::ALL | John Hawthorn | 2019-03-27 | 1 | -0/+13 |
|/ / |
|
* | | 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 |
|/ / |
|
* | | Address rubocop offences | Ryuta Kamizono | 2019-03-21 | 1 | -1/+1 |
* | | 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 |
* | | | Fix test broken by 04ae0b0b5e594e0bb99c5cd608921745977bcdcd | Rafael Mendonça França | 2019-03-19 | 1 | -3/+4 |