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
Change generated config path from config/uploadcare.yml to config/initializers/uploadcare.rb and add more options
Rename the class Uploadcare::Rails::Settings to Uploadcare::Rails::Configuration
Rename the class Uploadcare::Rails::Operations to Uploadcare::Rails::Transformations::ImageTransformations.
Configuration object is available as Uploadcare::Rails.configuration now
Change methods File#url -> File#transform_url
Change methods Group#urls -> Group#file_urls
Change methods Group#load_data -> Group#load
Removed
Remove uploadcare_uploader_tag helper
Remove uploadcare_multiple_uploader_field helper
Remove uploadcare_single_uploader_field helper
Remove uploadcare_uploader_options (now options are included in uploadcare_widget_tag)
Remove FormBuilder support
Remove Formtastic support
Remove SimpleForm support
Remove caching files and groups on delete
Remove callback ruby after_save after_save "store_#{ attribute }".to_sym. Now managed by the do_not_store option in config/initializers/uploadcare.rb