1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/lib/action_view
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
..
helpers Merge pull request #35121 from utilum/warning_tried_to_create_proc_without_block 2019-03-10 16:31:15 +01:00
locale
renderer Templates have one format 2019-02-25 13:18:44 -08:00
tasks
template Remove query_format argument from resolver 2019-02-26 16:59:04 -08:00
testing Remove query_format argument from resolver 2019-02-26 16:59:04 -08:00
base.rb Squish the deprecation messages across the codebase 2019-03-11 19:22:37 +05:30
buffers.rb [ci skip] Doc ActionView::OutputBuffer 2018-09-06 15:28:45 -05:00
context.rb Directly include "CompiledTemplates" module 2019-01-18 15:51:15 -08:00
dependency_tracker.rb
digestor.rb remove another call to rendered_format= 2019-02-17 17:43:39 -08:00
file_template.rb original_encoding isn't used, so deprecate it and remove the ivar 2019-02-25 16:42:45 -08:00
flows.rb
gem_version.rb Preparing for 6.0.0.beta2 release 2019-02-25 17:45:04 -05:00
helpers.rb
layouts.rb Pass lookup context to the layout handlers 2019-02-22 10:39:25 -08:00
log_subscriber.rb Add allocations to template renderer subscription 2018-10-10 08:07:12 -04:00
lookup_context.rb Squish the deprecation messages across the codebase 2019-03-11 19:22:37 +05:30
model_naming.rb
path_set.rb
railtie.rb Deprecate finalizer configuration (it doesn't do anything) 2019-02-06 16:57:34 -08:00
record_identifier.rb Add Style/RedundantFreeze to remove redudant .freeze 2018-09-29 07:18:44 +00:00
rendering.rb Create templates with format=nil 2019-02-26 16:59:04 -08:00
routing_url_for.rb respect path_only option when an array is passed into url_for 2018-10-01 19:31:08 +02:00
template.rb Allow format to be nil 2019-02-26 16:59:04 -08:00
test_case.rb Enable Performance/UnfreezeString cop 2018-09-23 08:56:55 +09:00
version.rb
view_paths.rb Teach DetailsKey how to clear the template cache 2019-02-08 16:13:03 -08:00