1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activestorage/app
Prathamesh Sonpatki 538a459a3b
Squish the deprecation messages across the codebase
Sample example ->

Before:

prathamesh@Prathameshs-MacBook-Pro-2 blog *$ rails server thin
DEPRECATION WARNING: Passing the Rack server name as a regular argument is deprecated
and will be removed in the next Rails version. Please, use the -u
option instead.

After:

prathamesh@Prathameshs-MacBook-Pro-2 squish_app *$ rails server thin
DEPRECATION WARNING: Passing the Rack server name as a regular argument is deprecated and will be removed in the next Rails version. Please, use the -u option instead.
2019-03-11 19:22:37 +05:30
..
assets/javascripts Don’t include an undefined X-CSRF-Token header 2018-12-27 12:44:19 -05:00
controllers Revert ensure external redirects are explicitly allowed 2019-01-22 11:40:13 -05:00
javascript/activestorage Don’t include an undefined X-CSRF-Token header 2018-12-27 12:44:19 -05:00
jobs/active_storage Permit sending Active Storage purge and analysis jobs to separate queues 2019-01-01 19:40:59 -05:00
models/active_storage Squish the deprecation messages across the codebase 2019-03-11 19:22:37 +05:30