best_in_place icon indicating copy to clipboard operation
best_in_place copied to clipboard

Rails 6 deprecation warning

Open JDrizzy opened this issue 4 years ago • 4 comments

Rails 6 deprecation warning raised:

DEPRECATION WARNING: Initialization autoloaded the constants ActionText::ContentHelper and ActionText::TagHelper.

Being able to do this is deprecated. Autoloading during initialization is going
to be an error condition in future versions of Rails.

JDrizzy avatar Mar 12 '20 05:03 JDrizzy

Can we please merge this PR, so that we can have a clean logs for rails boot?

Thanks @JDrizzy

v-kumar avatar May 06 '20 13:05 v-kumar

Still a problem...

=> Rails 6.0.3.2 application starting in development 
=> Run `rails server --help` for more startup options
DEPRECATION WARNING: ActionView::Base instances should be constructed with a lookup context, assignments, and a controller. (called from <main> at /Users/tom/myproject/config/environment.rb:5)
/Users/tom/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/best_in_place-3.1.1/lib/best_in_place/railtie.rb:7:in `new'
  /Users/tom/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/best_in_place-3.1.1/lib/best_in_place/railtie.rb:7:in `block in <class:Railtie>'
  /Users/tom/.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/activesupport-6.0.3.2/lib/active_support/lazy_load_hooks.rb:68:in `block in execute_hook'

tgrushkasm avatar Aug 18 '20 18:08 tgrushkasm

I think this can be closed now. The merged PR fixed it no?

mmotherwell avatar Jan 15 '21 05:01 mmotherwell

Still happening, when is this PR gonna merge? Screenshot 2022-12-23 at 4 28 14 PM

favechua avatar Dec 23 '22 08:12 favechua