| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | | Merge pull request #35669 from cpruitt/update-mime-type-regexp | Aaron Patterson | 2019-03-19 | 1 | -0/+15 |
|\ \ \ |
|
| * | | | Update regular expression for checking valid MIME type | Cliff Pruitt | 2019-03-19 | 1 | -0/+15 |
* | | | | Instrument middleware processing | Daniel Schierbeck | 2019-03-19 | 1 | -6/+35 |
|/ / / |
|
* | | | Merge pull request #35604 from jhawthorn/validate_mime_types | Eileen M. Uchitelle | 2019-03-19 | 1 | -0/+32 |
|\ \ \ |
|
| * | | | Raise exception when building invalid mime type | John Hawthorn | 2019-03-14 | 1 | -0/+32 |
| |/ / |
|
* / / | Fix a ContentNegotiation test description | Sharang Dashputre | 2019-03-19 | 1 | -1/+1 |
|/ / |
|
* | | Merge tag 'v6.0.0.beta3' | eileencodes | 2019-03-13 | 2 | -6/+18 |
|\ \ |
|
| * | | Only accept formats from registered mime types | John Hawthorn | 2019-03-10 | 2 | -6/+18 |
* | | | Support other optional parameters and quoted-strings on Content-Type parser | r7kamura | 2019-03-10 | 1 | -0/+34 |
* | | | Pass locals in to the template object on construction | Aaron Patterson | 2019-02-25 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #35400 from aglushkov/stream_manual_cache_control | Aaron Patterson | 2019-02-25 | 1 | -1/+7 |
|\ \ |
|
| * | | Allow custom cache-control header in AC::Live | Andrey Glushkov | 2019-02-25 | 1 | -1/+7 |
* | | | Always pass a format to the ActionView::Template constructor | Aaron Patterson | 2019-02-25 | 1 | -1/+1 |
* | | | Restore UploadedFile compatibility with IO.copy_stream | Janko Marohnić | 2019-02-23 | 1 | -2/+13 |
* | | | Test ActionDispatch::Http::UploadedFile with an actual Tempfile | Janko Marohnić | 2019-02-23 | 1 | -48/+48 |
* | | | Pass the template format to the digestor | Aaron Patterson | 2019-02-15 | 1 | -11/+14 |
|/ / |
|
* | | Support testing of non-ActionDispatch-routed apps. | Darren Cheng | 2019-02-05 | 1 | -0/+27 |
* | | Merge pull request #35162 from silppuri/fix-incorrectly-matching-unachored-paths | Aaron Patterson | 2019-02-05 | 2 | -11/+17 |
|\ \ |
|
| * | | Restrict matching with word boundary or end of string | Petri Avikainen | 2019-02-05 | 1 | -11/+11 |
| * | | Define word boundary for unanchored path regexp | Petri Avikainen | 2019-02-05 | 2 | -11/+17 |
* | | | Respect ENV variables when finding DBs etc for the test suite | Matthew Draper | 2019-02-06 | 1 | -3/+6 |
* | | | Merge pull request #35134 from Edouard-chin/ec-cookie-expiry-regression | Rafael França | 2019-02-04 | 1 | -9/+2 |
|\ \ \ |
|
| * | | | Cookie doesn't expire anymore unless a flag is set: | Edouard CHIN | 2019-02-04 | 1 | -9/+2 |
| |/ / |
|
* | | | Merge pull request #35086 from gsamokovarov/cleanup-whitelisting-refs | Gannon McGibbon | 2019-02-04 | 1 | -3/+3 |
|\ \ \
| |/ /
|/| | |
|
| * | | Cleanup the whitelisting references after #33145 | Genadi Samokovarov | 2019-02-03 | 1 | -3/+3 |
* | | | 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 | 1 | -0/+1 |
* | | | Fix system testing failure | Ryuta Kamizono | 2019-01-30 | 1 | -0/+2 |
* | | | Implement a way to add browser capabilities: | Edouard CHIN | 2019-01-29 | 1 | -0/+67 |
|/ / |
|
* | | Merge pull request #35054 from bogdanvlviv/exercise-redirect_back | Ryuta Kamizono | 2019-01-26 | 1 | -0/+29 |
|\ \ |
|