Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable tmp_restart plugin for puma | Rafael Mendonça França | 2016-02-24 | 1 | -0/+3 |
| | | | | Fixes #23855 | ||||
* | Prep release for Rails 5 beta3 | eileencodes | 2016-02-24 | 12 | -45/+45 |
| | |||||
* | [ci skip] Move collection caching changelog entry. | Kasper Timm Hansen | 2016-02-24 | 1 | -25/+25 |
| | | | | | We changed this in beta2, and only editing the original entry means people can't see that it was significantly changed. | ||||
* | Merge pull request #23853 from kamipo/ensure_drop_table | Rafael França | 2016-02-24 | 1 | -7/+5 |
|\ | | | | | Ensure `drop_table` even if tests failure or interrupted | ||||
| * | Ensure `drop_table` even if tests failure or interrupted | Ryuta Kamizono | 2016-02-24 | 1 | -7/+5 |
| | | | | | | | | | | | | I was encountered remaining `:binary_testings` table by tests failure. When remaining `:binary_testings` table, never reach `drop_table` due to `create_table` in the test always fails. | ||||
* | | :bomb: run the test @rafaelfranca :angry: | Rafael Mendonça França | 2016-02-24 | 1 | -1/+1 |
|/ | |||||
* | Remove changelog entry for reverted commit | eileencodes | 2016-02-24 | 1 | -12/+0 |
| | | | | | I had to revert changes made for this CHANGELOG entry so this is no longer valid. The change for this entry was removed in 2c02bc0. | ||||
* | Merge pull request #23850 from prathamesh-sonpatki/changelog-for-23734 | Rafael França | 2016-02-24 | 1 | -0/+5 |
|\ | | | | | Add CHANGELOG for https://github.com/rails/rails/pull/23734 [ci skip] | ||||
| * | Add CHANGELOG for https://github.com/rails/rails/pull/23734 [ci skip] | Prathamesh Sonpatki | 2016-02-24 | 1 | -0/+5 |
|/ | |||||
* | No need CHANGELOG entry for #23849. | Rafael Mendonça França | 2016-02-24 | 1 | -16/+0 |
| | | | | | | | It is not a released feature so we don't need to add changelogs to changes on it. [ci skip] | ||||
* | Make internal class as nodoc | Rafael Mendonça França | 2016-02-24 | 1 | -2/+2 |
| | | | | Also use the new hash syntax. | ||||
* | Merge pull request #23616 from piotrj/issue_23609_logger_broadcast_silencing | Rafael Mendonça França | 2016-02-24 | 4 | -21/+86 |
|\ | | | | | | | Fix logger silencing for broadcasted loggers | ||||
| * | Fix logger silencing for broadcasted loggers | Piotr Jakubowski | 2016-02-11 | 4 | -21/+86 |
| | | | | | | | | | | | | | | | | | | | | | | Fix #23609 Commit 629efb6 introduced thread safety to logger silencing but it didn't take into account the fact that the logger can be extended with broadcasting to other logger. This commit introduces local_level to broadcasting Module which enables broadcasted loggers to be properly silenced. | ||||
* | | Always use the released coffee-rails in new applications | Rafael Mendonça França | 2016-02-24 | 1 | -6/+1 |
| | | | | | | | | | | coffee-rails is stable now so we don't need to point to the master branch. | ||||
* | | Merge pull request #23849 from prathamesh-sonpatki/fix-23822 | Rafael França | 2016-02-24 | 4 | -9/+35 |
|\ \ | | | | | | | Show permitted flag in the output of AC::Parameters#inspect | ||||
| * | | Show permitted flag in the output of AC::Parameters#inspect | Prathamesh Sonpatki | 2016-02-24 | 4 | -9/+35 |
| | | | | | | | | | | | | - Fixes #23822. | ||||
* | | | Ignore callstacks from Ruby stdlib in deprecation | Rafael Mendonça França | 2016-02-24 | 1 | -4/+12 |
| | | | | | | | | | | | | Fixes #22982. | ||||
* | | | Merge pull request #23795 from claudiob/replace-rack-with-rails-command | David Heinemeier Hansson | 2016-02-24 | 4 | -14/+64 |
|\ \ \ | |/ / |/| | | AppGenerator: Replace 'rake' with 'rails_command' | ||||
| * | | Invoke 'rails' instead of 'rake' in AppGenerator | claudiob | 2016-02-20 | 2 | -11/+11 |
| | | | | | | | | | | | | | | | Follows the convention from Rails 5 of invoking tasks on the command-line with `rails …` rather than `rake …`. | ||||
| * | | AppGenerator: Replace 'rake' with 'rails_command' | claudiob | 2016-02-20 | 4 | -8/+58 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since Rails 5.0 is switching the Rails command line from 'rake …' to 'rails …', it makes sense to also replace the `rake` method in the Rails templates API. Based on feedback from @matthewd and @kaspth, I chose to replace `rake` with `rails_command`, which is less confusing than the alternatives `rails` or `command` or `rails_run` and is not Thor-reserved word like `task`. | ||||
* | | | Merge pull request #20851 from tomprats/indifferent-sessions | Rafael Mendonça França | 2016-02-24 | 9 | -17/+147 |
|\ \ \ | | | | | | | | | | | | | Give Sessions Indifferent Access | ||||
| * | | | Update Session to utilize indiffernt access | Tom Prats | 2016-01-30 | 8 | -16/+127 |
| | | | | |||||
| * | | | Update session to have indifferent access | Tom Prats | 2016-01-29 | 3 | -2/+21 |
| | | | | |||||
* | | | | Add changelog entry for #22825 | Rafael Mendonça França | 2016-02-24 | 1 | -0/+6 |
| | | | | |||||
* | | | | Merge branch 'actionmailer-cache' | Rafael Mendonça França | 2016-02-24 | 16 | -69/+367 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | This is a rebased version of #22825. Closes #22825. | ||||
| * | | | | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Abstract Controller is the common component between Action Mailer and Action Controller so if we need to share the caching component it need to be there. | ||||
| * | | | | Change ActionMailer's default caching configuration and update generator's ↵ | Stan Lo | 2016-02-23 | 4 | -1/+13 |
| | | | | | | | | | | | | | | | | | | | | environment templates | ||||
| * | | | | 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 ↵ | Stan Lo | 2016-02-23 | 4 | -32/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | including it Remove useless helper in ActionDispatch::Caching and fix indentation | ||||
| * | | | | Make caching configuration more flexible | Stan Lo | 2016-02-23 | 3 | -11/+21 |
| | | | | | |||||
| * | | | | Move most caching methods to ActionDispatch::Caching, and let ActionMailer ↵ | Stan Lo | 2016-02-23 | 4 | -109/+67 |
| | | | | | | | | | | | | | | | | | | | | and ActionController to include it | ||||
| * | | | | Move caching/fragments in ActionMailer and ActionController to ↵ | Stan Lo | 2016-02-23 | 4 | -159/+5 |
| | | | | | | | | | | | | | | | | | | | | action_dispatch/caching/fragments | ||||
| * | | | | 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 | ||||
| * | | | | | `drop_table :test_text_limits` as well | Ryuta Kamizono | 2016-02-24 | 1 | -9/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | Follow up to 3b01785. | ||||
* | | | | | | 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 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Turbolinks 5 compatibility changes | ||||
| * | | | | | | 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 ↵ | Rafael França | 2016-02-23 | 1 | -2/+3 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kamipo/fix_assert_nothing_raised_deprecation_warning_format Fix `assert_nothing_raised` deprecation warning format | ||||
| * | | | | | | Fix `assert_nothing_raised` deprecation warning format | Ryuta Kamizono | 2016-02-24 | 1 | -2/+3 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before: ``` DEPRECATION WARNING: Passing arguments to assert_nothing_raised is deprecated and will be removed in Rails 5.1. ``` After: ``` DEPRECATION WARNING: Passing arguments to assert_nothing_raised is deprecated and will be removed in Rails 5.1. ``` | ||||
* | | | | | | 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 | ||||
| * | | | | | [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 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix typo in Form Helpers Guide | ||||
| * | | | | | | [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 |