| Commit message (Expand) | Author | Age | Files | Lines |
* | render_to_string Regression Outside of Real Requests in Rails 5.0.0.rc1 (#25308) | Brandon Medenwald | 2016-06-09 | 1 | -0/+7 |
* | existant => existent | Abhishek Jain | 2016-06-09 | 1 | -2/+2 |
* | Prevent `{ internal: true }` from being stored in the router | Jon Moss | 2016-06-07 | 1 | -0/+30 |
* | Add regression test to `as` option. | Kasper Timm Hansen | 2016-06-07 | 1 | -0/+16 |
* | Use `#performed?` to terminate controller callbacks | Jeff Kreeftmeijer | 2016-06-03 | 1 | -0/+15 |
* | Merge pull request #25236 from rajatbansal93/fix-typo | Arun Agrawal | 2016-06-01 | 1 | -5/+5 |
|\ |
|
| * | fix typo | Rajat Bansal | 2016-06-01 | 1 | -5/+5 |
* | | Clean up the test request/response even after an exception | Matthew Draper | 2016-06-01 | 1 | -0/+24 |
* | | More Action Pack `abstract_unit` cleanup (#25211) | Jon Moss | 2016-05-31 | 4 | -28/+23 |
|/ |
|
* | Move `Workshop` class definition | Jon Moss | 2016-05-30 | 2 | -18/+18 |
* | Respect `log_warning_on_csrf_failure` setting for all CSRF failures | Matthew Caruana Galizia | 2016-05-23 | 1 | -0/+31 |
* | Support for unified Integer class in Ruby 2.4+ | Jeremy Daer | 2016-05-18 | 3 | -4/+4 |
* | Action Mailer: Declarative exception handling with `rescue_from`. | Jeremy Daer | 2016-05-15 | 1 | -30/+1 |
* | Document and test ActionDispatch server_port | Tom Kadwill | 2016-05-12 | 1 | -0/+11 |
* | Merge pull request #24982 from tomkadwill/improve_clarity_of_raw_host_with_port | Kasper Timm Hansen | 2016-05-11 | 1 | -0/+20 |
|\ |
|
| * | Improve documentation and tests for raw_host_with_port and host_with_port | Tom Kadwill | 2016-05-11 | 1 | -0/+20 |
* | | Merge pull request #24912 from prathamesh-sonpatki/api-fix-response-format | Santiago Pastorino | 2016-05-11 | 1 | -32/+50 |
|\ \ |
|
| * | | API only apps: Preserve request format for HTML requests too | Prathamesh Sonpatki | 2016-05-11 | 1 | -32/+50 |
* | | | Make flash messages cookie compatible with Rails 4 | Rafael Mendonça França | 2016-05-06 | 1 | -2/+2 |
* | | | Merge pull request #24896 from prathamesh-sonpatki/api-cleanup | Guillermo Iguaran | 2016-05-06 | 1 | -7/+0 |
|\ \ \ |
|
| * | | | BoomerAPI is not used anywhere, so removed it! | Prathamesh Sonpatki | 2016-05-06 | 1 | -7/+0 |
| |/ / |
|
* | | | Merge pull request #24029 from rthbound/dont-call-each-when-calling-body-on-r... | Sean Griffin | 2016-05-06 | 3 | -2/+36 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fixes #23964 | Ryan T. Hosford | 2016-03-13 | 3 | -2/+36 |
* | | | Implement helpers proxy in controller instance level | Rafael Mendonça França | 2016-05-05 | 1 | -0/+16 |
* | | | Ensure compatibility between ActionDispatch::Request::Session and Rack | Jon Moss | 2016-05-04 | 1 | -0/+26 |
* | | | Remove last uses of `@env[]` and `@env[]=` | Jon Moss | 2016-04-28 | 1 | -0/+27 |
* | | | Add more info to insecure URL generation error | Derek Prior | 2016-04-26 | 1 | -2/+1 |
* | | | Merge pull request #24641 from rafaelfranca/fix-per-form-token-with-full-url | Jeremy Daer | 2016-04-25 | 1 | -0/+13 |
|\ \ \ |
|
| * | | | Discart the schema and host information when building the per-form token | Rafael Mendonça França | 2016-04-20 | 1 | -0/+13 |
| | |/
| |/| |
|
* | | | Merge pull request #23103 from rails/refactor-handling-of-action-default | Jeremy Daer | 2016-04-24 | 3 | -14/+54 |
|\ \ \ |
|
| * | | | Refactor handling of :action default in routing | Andrew White | 2016-02-16 | 3 | -14/+54 |
* | | | | Deprecate `request_via_redirect` method. | Prathamesh Sonpatki | 2016-04-24 | 1 | -3/+5 |
* | | | | Fix ApplicationController.renderer.defaults.merge! | Jon Moss | 2016-04-20 | 1 | -0/+8 |
| |/ /
|/| | |
|
* | | | Merge pull request #24031 from samphilipd/sam/do_not_clobber_options_in_route... | Jeremy Daer | 2016-04-19 | 1 | -0/+13 |
|\ \ \ |
|
| * | | | Do not destructively mutate passed options hash in route definitions | Sam Davies | 2016-03-03 | 1 | -0/+13 |
* | | | | Properly verify that cache accepts and user `expires` value. | Vipul A M | 2016-04-17 | 2 | -2/+5 |
* | | | | Filter scalar values when params permit hashes or arrays | Sean Griffin | 2016-04-15 | 1 | -0/+9 |
* | | | | Pass over all Rails 5 warnings, to make sure: | Vipul A M | 2016-04-12 | 1 | -1/+1 |
* | | | | Fixes #24239 | Ryan T. Hosford | 2016-04-04 | 1 | -0/+21 |
* | | | | Strong ETag validators | Jeremy Daer | 2016-03-31 | 3 | -35/+93 |
* | | | | Use the most highest priority exception handler when cause is set | Sean Griffin | 2016-03-11 | 1 | -0/+33 |
* | | | | Merge pull request #22854 from jcoyne/missing_template | Sean Griffin | 2016-03-11 | 1 | -0/+15 |
|\ \ \ \ |
|
| * | | | | Render default template if block doesn't render | Justin Coyne | 2016-02-25 | 1 | -0/+15 |
* | | | | | Add `ActionController::Parameters#dig` | Sean Griffin | 2016-03-09 | 1 | -0/+20 |
* | | | | | Pass headers through to payload for logging. | Gareth du Plooy | 2016-03-08 | 1 | -0/+6 |
* | | | | | Remove http_cache_forever's version parameter | Jean Boussier | 2016-03-05 | 1 | -9/+1 |
| |_|_|/
|/| | | |
|
* | | | | Rename constrain_to to exclude. | Kasper Timm Hansen | 2016-03-03 | 1 | -4/+4 |
| |/ /
|/| | |
|
* | | | [ci skip] Use rails routes instead of rake routes in inspector test description | Abhishek Jain | 2016-03-02 | 1 | -9/+9 |
* | | | Merge pull request #23932 from arthurnn/arthurnn/remove_load_paths | Arthur Nogueira Neves | 2016-03-01 | 1 | -2/+0 |
|\ \ \ |
|
| * | | | Remove load_paths file | Arthur Neves | 2016-02-27 | 1 | -2/+0 |