Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | Move private methods to the private visibility | Rafael Mendonça França | 2016-02-24 | 2 | -22/+24 | |
| | * | | | | | | | | Move Caching module to Abstract Controller | Rafael Mendonça França | 2016-02-23 | 7 | -18/+19 | |
| | * | | | | | | | | Change ActionMailer's default caching configuration and update generator's en... | Stan Lo | 2016-02-23 | 4 | -1/+13 | |
| | * | | | | | | | | Remove unnecessarily included modules in ActionController::Caching | Stan Lo | 2016-02-23 | 1 | -1/+0 | |
| | * | | | | | | | | Move ActionMailer::Caching's content into ActionMailer::Base instead of inclu... | Stan Lo | 2016-02-23 | 4 | -32/+21 | |
| | * | | | | | | | | Make caching configuration more flexible | Stan Lo | 2016-02-23 | 3 | -11/+21 | |
| | * | | | | | | | | Move most caching methods to ActionDispatch::Caching, and let ActionMailer an... | Stan Lo | 2016-02-23 | 4 | -109/+67 | |
| | * | | | | | | | | Move caching/fragments in ActionMailer and ActionController to action_dispatc... | Stan Lo | 2016-02-23 | 4 | -159/+5 | |
| | * | | | | | | | | Porting ActionController::Caching to ActionMailer::Caching | Stan Lo | 2016-02-23 | 11 | -0/+481 | |
| | | |_|_|/ / / / | | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #23842 from kamipo/drop_table_test_text_limits_as_well | Rafael França | 2016-02-23 | 1 | -9/+13 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | `drop_table :test_text_limits` as well | Ryuta Kamizono | 2016-02-24 | 1 | -9/+13 | |
| * | | | | | | | | | Use the trick to get beta releases in the Gemfile | Rafael Mendonça França | 2016-02-23 | 1 | -1/+1 | |
| * | | | | | | | | | Merge pull request #23836 from sstephenson/turbolinks-5 | Rafael França | 2016-02-23 | 6 | -17/+17 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Update JavaScript guide for Turbolinks 5 | Sam Stephenson | 2016-02-23 | 1 | -6/+6 | |
| | * | | | | | | | | | Update to the latest Turbolinks gems | Sam Stephenson | 2016-02-23 | 1 | -3/+3 | |
| | * | | | | | | | | | New apps get the Turbolinks beta gem | Sam Stephenson | 2016-02-23 | 1 | -2/+2 | |
| | * | | | | | | | | | Switch to `data-turbolinks-track="reload"` | Sam Stephenson | 2016-02-23 | 3 | -6/+6 | |
| | | |/ / / / / / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #23838 from kamipo/fix_assert_nothing_raised_deprecation_w... | Rafael França | 2016-02-23 | 1 | -2/+3 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Fix `assert_nothing_raised` deprecation warning format | Ryuta Kamizono | 2016-02-24 | 1 | -2/+3 | |
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #23840 from yui-knk/improve_the_readability_of_ar_doc | Jon Moss | 2016-02-23 | 1 | -6/+14 | |
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | ||||||
| | * | | | | | | | | [ci skip] Improve the readability of documents of nested_attributes | yui-knk | 2016-02-24 | 1 | -6/+14 | |
| * | | | | | | | | | Merge pull request #23837 from mgroeneman/fix-form-helper-guide-typo | Jon Moss | 2016-02-23 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | [ci skip] No hyphen in 'side effects' | Michael Groeneman | 2016-02-23 | 1 | -1/+1 | |
| | * | | | | | | | | | [ci skip] Fix typo in Form Helpers Guide | Michael Groeneman | 2016-02-23 | 1 | -1/+1 | |
| | | |/ / / / / / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #23632 from maclover7/fix-23620 | Matthew Draper | 2016-02-24 | 2 | -0/+13 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| | * | | | | | | | | Fix `request.ssl?` bug with Action Cable | Jon Moss | 2016-02-23 | 2 | -0/+13 | |
| * | | | | | | | | | Revert changes to validations from PR #18612 | eileencodes | 2016-02-23 | 9 | -89/+21 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #23734 from schneems/schneems/stdout-again | Richard Schneeman | 2016-02-23 | 2 | -0/+15 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Alternative to #23638 log to STDOUT via env var | schneems | 2016-02-17 | 2 | -0/+15 | |
| * | | | | | | | | | clear digest cache between tests | Aaron Patterson | 2016-02-23 | 1 | -0/+1 | |
| * | | | | | | | | | Merge pull request #23628 from maclover7/fix-23625 | Sean Griffin | 2016-02-23 | 4 | -1/+38 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Fix issue #23625 | Jon Moss | 2016-02-18 | 4 | -1/+38 | |
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #23789 from wisetara/wisetara/deprecate-args-ActiveSupport... | Rafael França | 2016-02-23 | 27 | -55/+68 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | add deprecation warning to assert_nothing_raised and changelog entry | Tara Scherner de la Fuente | 2016-02-22 | 2 | -2/+15 | |
| | * | | | | | | | | | update assert_nothing_raised in testing.md | Tara Scherner de la Fuente | 2016-02-22 | 1 | -1/+1 | |
| | * | | | | | | | | | remove args from assert_nothing_raised in tests | Tara Scherner de la Fuente | 2016-02-22 | 25 | -54/+54 | |
| | | |/ / / / / / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | reestablish previous connection after creating all databases | Aaron Patterson | 2016-02-23 | 2 | -0/+17 | |
| * | | | | | | | | | Merge pull request #23813 from lifo/faye-websocket | David Heinemeier Hansson | 2016-02-23 | 5 | -7/+51 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Fix isAlive condition and add more logging | Javan Makhmali | 2016-02-23 | 1 | -5/+7 | |
| | * | | | | | | | | | ActionCable.log | Javan Makhmali | 2016-02-23 | 3 | -14/+25 | |
| | * | | | | | | | | | Uninstall event handlers when replacing WebSocket instance | Javan Makhmali | 2016-02-23 | 1 | -0/+6 | |
| | * | | | | | | | | | Connection#isAlive | Javan Makhmali | 2016-02-23 | 1 | -3/+3 | |
| | * | | | | | | | | | Log ConnectionMonitor connect | Pratik Naik | 2016-02-23 | 1 | -0/+1 | |
| | * | | | | | | | | | Confirm connection monitor subscription on open | Pratik Naik | 2016-02-23 | 2 | -2/+9 | |
| | * | | | | | | | | | Treat 'closing' state as closed. | Pratik Naik | 2016-02-23 | 1 | -3/+6 | |
| | * | | | | | | | | | Add client-side console logging to help debug reconnect issues | Javan Makhmali | 2016-02-23 | 2 | -1/+15 | |
| | | |_|_|_|_|_|/ / | | |/| | | | | | | | ||||||
| * | | | | | | | | | Make sure we don't change the global state in the tests | Rafael Mendonça França | 2016-02-23 | 1 | -0/+4 | |
| * | | | | | | | | | Merge pull request #23825 from kamipo/remove_needless_drop_table_test_limits | Rafael França | 2016-02-23 | 1 | -3/+0 | |
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | ||||||
| | * | | | | | | | | Remove needless `drop_table :test_limits` | Ryuta Kamizono | 2016-02-23 | 1 | -3/+0 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #23821 from dgynn/actionmailer_lazy_loading | Rafael França | 2016-02-23 | 1 | -10/+12 | |
| |\ \ \ \ \ \ \ \ |