| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | | |
|
| | | | | |
|
| |\ \ \ \
| | | | | |
| | | | | | |
Add Ruby formatting to CHANGELOG entry
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
[ci skip]
|
| | | | |
| | | | |
| | | | |
| | | | | |
Instance methods can be defined in the module itself
|
| | | | |
| | | | |
| | | | |
| | | | | |
Adds changelog headers for beta3 release
|
| | | | |
| | | | |
| | | | |
| | | | | |
Fixes #23855
|
| |/ / / |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
We changed this in beta2, and only editing the original entry means
people can't see that it was significantly changed.
|
| |\ \ \
| | | | |
| | | | | |
Ensure `drop_table` even if tests failure or interrupted
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
| |/ / / |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| |\ \ \
| | | | |
| | | | | |
Add CHANGELOG for https://github.com/rails/rails/pull/23734 [ci skip]
|
| |/ / / |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
It is not a released feature so we don't need to add changelogs to
changes on it.
[ci skip]
|
| | | |
| | | |
| | | |
| | | | |
Also use the new hash syntax.
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
Fix logger silencing for broadcasted loggers
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
coffee-rails is stable now so we don't need to point to the master
branch.
|
| |\ \ \ \
| | | | | |
| | | | | | |
Show permitted flag in the output of AC::Parameters#inspect
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- Fixes #23822.
|
| | |_|_|/
| |/| | |
| | | | |
| | | | | |
Fixes #22982.
|
| |\ \ \ \
| | |/ / /
| |/| | | |
AppGenerator: Replace 'rake' with 'rails_command'
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Follows the convention from Rails 5 of invoking tasks on the command-line
with `rails …` rather than `rake …`.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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`.
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
Give Sessions Indifferent Access
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This is a rebased version of #22825.
Closes #22825.
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
environment templates
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
including it
Remove useless helper in ActionDispatch::Caching and fix indentation
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
and ActionController to include it
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
action_dispatch/caching/fragments
|
| | | |_|_|/
| | |/| | | |
|
| |\ \ \ \ \
| | | | | | |
| | | | | | | |
`drop_table :test_text_limits` as well
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Follow up to 3b01785.
|
| | | | | | | |
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Turbolinks 5 compatibility changes
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | |/ / / /
| | |/| | | | |
|
| |\ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
kamipo/fix_assert_nothing_raised_deprecation_warning_format
Fix `assert_nothing_raised` deprecation warning format
|
| | |/ / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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.
```
|