You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"ActionDispatch::Callbacks.to_prepare do" in init.rb is depreciated, I believe it can just be replaced with:
"ActiveSupport::Reloader.to_prepare do"
"alias_method_chain :save_attachments, :pasted_images" in attachment_patch.rb is depreciated (alias_method_chain), it needs to be replaced with Module#prepend but I don't know ruby so I don't really know how to do this.
The text was updated successfully, but these errors were encountered:
The pull request from Utopism (PR #80) resolves this issue. I urge the author of clipboard_image_paste to please approve and merge this pull request as soon as possible.
"ActionDispatch::Callbacks.to_prepare do" in init.rb is depreciated, I believe it can just be replaced with:
"ActiveSupport::Reloader.to_prepare do"
"alias_method_chain :save_attachments, :pasted_images" in attachment_patch.rb is depreciated (alias_method_chain), it needs to be replaced with Module#prepend but I don't know ruby so I don't really know how to do this.
The text was updated successfully, but these errors were encountered: