| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #28937 from maclover7/jm-fix-28927 | Rafael França | 2018-07-31 | 1 | -1/+1 |
|\ |
|
| * | Default content type for `head` is `text/html` | Jon Moss | 2017-04-30 | 1 | -1/+1 |
* | | Merge pull request #33446 from ptoomey3/nested-respond-to | Richard Schneeman | 2018-07-31 | 2 | -0/+21 |
|\ \ |
|
| * | | Raises exception when respond_to called multiple times in incompatible way | Patrick Toomey | 2018-07-30 | 2 | -0/+21 |
* | | | Enable Start/EndWith and RegexpMatch cops | Bart de Water | 2018-07-28 | 6 | -11/+11 |
|/ / |
|
* | | Merge pull request #32381 from q-centrix/update-codeclimate-configs | Richard Schneeman | 2018-07-25 | 1 | -3/+1 |
|\ \ |
|
| * | | Turn on performance based cops | Dillon Welch | 2018-07-23 | 1 | -3/+1 |
* | | | Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com... | Matthew Draper | 2018-07-25 | 2 | -2/+2 |
|\ \ \ |
|
| * | | | Recommend use of rails over bin/rails | Alberto Almagro | 2018-07-06 | 2 | -2/+2 |
* | | | | Rails guides are now served over https | Paul McMahon | 2018-07-24 | 5 | -6/+6 |
| |/ /
|/| | |
|
* | | | Add render options in action_controller/renderer for api documentation [ci skip] | Alireza Bashiri | 2018-07-22 | 1 | -0/+15 |
* | | | Add implicit to path conversion to uploaded file (#28676) | Aaron Kromer | 2018-07-22 | 1 | -0/+5 |
* | | | Clarify example of the test `ActionController::HttpAuthentication::Token` [ci... | bogdanvlviv | 2018-07-21 | 1 | -4/+3 |
* | | | Merge pull request #32410 from yuki24/show-cause-on-debug-view-2 | Kasper Timm Hansen | 2018-07-20 | 9 | -62/+109 |
|\ \ \ |
|
| * | | | Show nested exceptions on the debug view | Yuki Nishijima | 2018-07-15 | 9 | -62/+109 |
* | | | | [ci skip] Fix syntax error + make example easier to follow. | Kasper Timm Hansen | 2018-07-20 | 1 | -2/+3 |
* | | | | Merge pull request #33392 from azbshiri/actionpack/prevent-request-encoder-to... | Kasper Timm Hansen | 2018-07-20 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Prevent `RequestEncoder#encode_params` to parse falsey params | Alireza Bashiri | 2018-07-20 | 1 | -1/+1 |
| |/ / / |
|
* / / / | Fix basic auth problem in ActionController::HttpAuthentication::Basic doc | 黄松 | 2018-07-20 | 1 | -2/+2 |
|/ / / |
|
* | | | Merge pull request #33341 from Edouard-chin/ec-fix-to-param | Rafael França | 2018-07-12 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | e4e1b62 broke `to_param` handling: | Edouard CHIN | 2018-07-12 | 1 | -1/+1 |
| |/ / |
|
* / / | Enable `Layout/EmptyLinesAroundBlockBody` to reduce review cost in the future | Ryuta Kamizono | 2018-07-12 | 1 | -1/+0 |
|/ / |
|
* | | Pass along arguments to underlying `get` method in `follow_redirect!` (#33299) | Remo Fritzsche | 2018-07-05 | 1 | -3/+4 |
* | | Merge pull request #33054 from jboler/master | Rafael França | 2018-07-03 | 1 | -0/+1 |
|\ \ |
|
| * | | Only build routes simulator when there is an AST | Jonathan Boler | 2018-06-04 | 1 | -0/+1 |
* | | | Convert hashes into parameters (#33076) | Kevin Sjöberg | 2018-06-19 | 1 | -10/+8 |
* | | | Add support for more HTTP cache controls | Daniel Schierbeck | 2018-06-13 | 2 | -2/+8 |
* | | | Remove reference to session_store.rb initializer | Justin Searls | 2018-06-12 | 1 | -1/+1 |
* | | | Fix bug with eager_load in development environment | Dan Jensen | 2018-06-11 | 1 | -1/+1 |
* | | | Use Rack to generate query information under test | Aaron Patterson | 2018-06-08 | 1 | -1/+1 |
|/ / |
|
* | | Avoid unused capture in `non_xhr_javascript_response?` | Ryuta Kamizono | 2018-05-31 | 1 | -1/+1 |
* | | Include application/javascript when checking content_type | Gabriel Jaldon | 2018-05-27 | 1 | -1/+1 |
* | | Remove 7 years old note-to-self by tenderlove | utilum | 2018-05-22 | 1 | -2/+0 |
* | | Speed up xor_byte_strings by 70% | Jeremy Evans | 2018-05-18 | 1 | -3/+8 |
* | | Fix documentation for ActionController::Params#fetch | Linus Marton | 2018-05-18 | 1 | -1/+3 |
* | | Merge pull request #29955 from padi/update_actiondispatch_integration_docs | Ryuta Kamizono | 2018-05-04 | 1 | -0/+6 |
|\ \ |
|
| * | | Updates (rdoc) documentation on ActionDispatch::Integration::Session#process | Marc Rendl Ignacio | 2017-07-27 | 1 | -0/+6 |
* | | | Add support for prefetch-src directive | yuuji.yaginuma | 2018-05-03 | 1 | -0/+1 |
* | | | Merge pull request #32773 from eugeneius/content_length_multiple_requests | George Claghorn | 2018-04-30 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | Reset CONTENT_LENGTH between test requests | Eugene Kenny | 2018-05-01 | 1 | -0/+1 |
* | | | | Add quotes to code in rdoc comment in ActionController [ci skip] | Eddie Lebow | 2018-04-30 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge pull request #32708 from bdewater/base64-screenshot | Andrew White | 2018-04-24 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Use strict_encode64 instead of gsub newline for ScreenshotHelper | Bart de Water | 2018-04-23 | 1 | -1/+1 |
* | | | | Use the same tag as other views to display the error message | yuuji.yaginuma | 2018-04-23 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge pull request #32681 from bdewater/rubocop-0-54 | Ryuta Kamizono | 2018-04-22 | 2 | -2/+2 |
|\ \ \ |
|
| * | | | Fix Style/RedundantReturn offenses | Bart de Water | 2018-04-21 | 2 | -2/+2 |
* | | | | Reset RAW_POST_DATA between test requests | Eugene Kenny | 2018-04-20 | 1 | -4/+5 |
|/ / / |
|
* | | | Merge pull request #29286 from vinistock/create_missing_exact_template_exception | Rafael Mendonça França | 2018-04-20 | 5 | -17/+34 |
|\ \ \ |
|
| * | | | Create MissingExactTemplate exception with separate template | Vinicius Stock | 2018-04-20 | 5 | -17/+34 |
* | | | | Merge pull request #32665 from albertoalmagro/fix-typos-filter-parameters | Rafael França | 2018-04-20 | 1 | -2/+2 |
|\ \ \ \ |
|