| Commit message (Expand) | Author | Age | Files | Lines |
* | add missing `as` to request kwargs of `ActionDispatch::IntegrationTest` | yuuji.yaginuma | 2016-05-27 | 1 | -2/+3 |
* | Remove package:clean task | Javan Makhmali | 2016-05-24 | 1 | -1/+0 |
* | Respect `log_warning_on_csrf_failure` setting for all CSRF failures | Matthew Caruana Galizia | 2016-05-23 | 2 | -1/+34 |
* | Revert "Make sure the cache is always populated" | Rafael Mendonça França | 2016-05-20 | 1 | -5/+1 |
* | Make sure the cache is always populated | Aaron Patterson | 2016-05-20 | 1 | -1/+5 |
* | Add back in Oxford Comma | Jon Moss | 2016-05-19 | 1 | -1/+1 |
* | Merge pull request #25070 from josedonizetti/fix_example_routes_doc | Arthur Nogueira Neves | 2016-05-19 | 1 | -3/+3 |
|\ |
|
| * | fix named route example [ci skip] | Jose Donizetti | 2016-05-19 | 1 | -3/+3 |
* | | Support for unified Integer class in Ruby 2.4+ | Jeremy Daer | 2016-05-18 | 5 | -16/+12 |
|/ |
|
* | Action Mailer: Declarative exception handling with `rescue_from`. | Jeremy Daer | 2016-05-15 | 2 | -42/+2 |
* | Document and test ActionDispatch server_port | Tom Kadwill | 2016-05-12 | 2 | -0/+22 |
* | Merge pull request #24982 from tomkadwill/improve_clarity_of_raw_host_with_port | Kasper Timm Hansen | 2016-05-11 | 2 | -3/+30 |
|\ |
|
| * | Improve documentation and tests for raw_host_with_port and host_with_port | Tom Kadwill | 2016-05-11 | 2 | -3/+30 |
* | | Merge pull request #24912 from prathamesh-sonpatki/api-fix-response-format | Santiago Pastorino | 2016-05-11 | 2 | -40/+62 |
|\ \ |
|
| * | | API only apps: Preserve request format for HTML requests too | Prathamesh Sonpatki | 2016-05-11 | 2 | -40/+62 |
* | | | Start Rails 5.1 development :tada: | Rafael Mendonça França | 2016-05-10 | 2 | -824/+3 |
* | | | Update rails-dom-testing gem to 2.0 | Connor Shea | 2016-05-09 | 1 | -1/+1 |
* | | | use Rack::Utils.valid_path? to check path | Jordan Owens | 2016-05-09 | 1 | -6/+2 |
* | | | Replace `loop` to `until` | Molchanov Andrey | 2016-05-07 | 1 | -2/+1 |
* | | | Merge commit 'fbdcf5221ad7ea3d40ad09651962fc85d101dd67' | Matthew Draper | 2016-05-07 | 2 | -1/+3 |
|\ \ \ |
|
| * | | | Preparing for 5.0.0.rc1 release | Rafael Mendonça França | 2016-05-06 | 2 | -1/+3 |
* | | | | Helpers doc grammar fix [skip ci] | Jon Atack | 2016-05-07 | 1 | -2/+2 |
|/ / / |
|
* | | | Make flash messages cookie compatible with Rails 4 | Rafael Mendonça França | 2016-05-06 | 2 | -3/+3 |
* | | | 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 | 6 | -19/+70 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fixes #23964 | Ryan T. Hosford | 2016-03-13 | 6 | -19/+70 |
* | | | Release notes: Add PR #24866 to release notes | Prathamesh Sonpatki | 2016-05-05 | 1 | -1/+1 |
* | | | Implement helpers proxy in controller instance level | Rafael Mendonça França | 2016-05-05 | 4 | -2/+29 |
* | | | Move protected instance variable to the right place | Rafael Mendonça França | 2016-05-05 | 2 | -6/+5 |
* | | | Merge pull request #24820 from maclover7/fix-15843 | Kasper Timm Hansen | 2016-05-04 | 2 | -1/+31 |
|\ \ \ |
|
| * | | | Ensure compatibility between ActionDispatch::Request::Session and Rack | Jon Moss | 2016-05-04 | 2 | -1/+31 |
* | | | | Fix some typos in comments. | Joe Rafaniello | 2016-05-04 | 1 | -1/+1 |
* | | | | Merge pull request #24845 from tomkadwill/action_controller_typos | Rafael França | 2016-05-04 | 2 | -3/+3 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Fix actionpack typos [ci skip] | Tom Kadwill | 2016-05-04 | 2 | -3/+3 |
| | |/
| |/| |
|
* | | | Merge pull request #24777 from tomkadwill/action_pack_typos_3 | Vipul A M | 2016-04-30 | 2 | -5/+5 |
|\ \ \ |
|
| * | | | Fix actionpack typos [ci skip] | Tom Kadwill | 2016-04-30 | 2 | -5/+5 |
| |/ / |
|
* | | | Remove last uses of `@env[]` and `@env[]=` | Jon Moss | 2016-04-28 | 3 | -12/+39 |
* | | | Prep Rails 5 beta 4 | eileencodes | 2016-04-27 | 2 | -1/+3 |
* | | | Add more info to insecure URL generation error | Derek Prior | 2016-04-26 | 4 | -4/+12 |
* | | | Merge pull request #24641 from rafaelfranca/fix-per-form-token-with-full-url | Jeremy Daer | 2016-04-25 | 2 | -1/+15 |
|\ \ \ |
|
| * | | | Discart the schema and host information when building the per-form token | Rafael Mendonça França | 2016-04-20 | 2 | -1/+15 |
| |/ / |
|
* | | | Merge pull request #23103 from rails/refactor-handling-of-action-default | Jeremy Daer | 2016-04-24 | 8 | -33/+73 |
|\ \ \ |
|
| * | | | Refactor handling of :action default in routing | Andrew White | 2016-02-16 | 8 | -32/+74 |
* | | | | Merge pull request #24701 from prathamesh-sonpatki/deprecate-request_via_redi... | Guillermo Iguaran | 2016-04-24 | 2 | -8/+11 |
|\ \ \ \ |
|
| * | | | | Deprecate `request_via_redirect` method. | Prathamesh Sonpatki | 2016-04-24 | 2 | -8/+11 |
* | | | | | Merge pull request #24697 from tomkadwill/action_pack_typos_2 | Vipul A M | 2016-04-23 | 4 | -10/+10 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Actionpack documentation typos [ci skip] | Tom Kadwill | 2016-04-23 | 4 | -10/+10 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #24669 from tomkadwill/action_pack_typos | Vipul A M | 2016-04-22 | 2 | -11/+10 |
|\ \ \ \ |
|
| * | | | | Actioncable and Actionpack documentation typos [ci skip] | Tom Kadwill | 2016-04-21 | 2 | -11/+10 |
| |/ / / |
|