bernat / best_in_place

A RESTful unobtrusive jQuery Inplace-Editor and a helper as a Rails Gem
http://blog.bernatfarrero.com/in-place-editing-with-javascript-jquery-and-rails-3/
1.2k stars 570 forks source link

Rails 6 - Deprecation Warning - moved includes out of initializer #616

Closed jasonhazel closed 5 years ago

jasonhazel commented 5 years ago

The initializer was causing a deprecation warning about autoloading constants. I resolved this by removing the initializer and moving the ActionView and ActionController includes.

jasonhazel commented 5 years ago

I was wrong, this does not fix it.