-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecation warning with simple_form 3.1 #12
Comments
It looks like matfiz has already worked on this issue. but it was not released by now: |
I'll release a new version shortly |
I will give it a look in the evening :) wt., 15 mar 2016, 16:58 użytkownik Michael Elfassy notifications@github.com
|
sorry @matfiz your commit is already merged, answered too quickly. |
Ok, great! wt., 15 mar 2016, 17:42 użytkownik Michael Elfassy notifications@github.com
|
If I follow the readme, image upload and preview works great, but I get a deprecation warning generated by simple_form in the log file:
I used the following to call simple_dragonfly_preview:
<%= simple_form_for(@order_place) do |f| %>
<%= f.input :image, as: :image_preview, size:'180x180#' %>
The text was updated successfully, but these errors were encountered: