filestack / filestack-rails

Official Ruby on Rails plugin for Filestack File Picker that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.
https://www.filestack.com
Apache License 2.0
223 stars 102 forks source link

undefined method `filepicker_rails' #169

Closed mmohitcc closed 7 years ago

mmohitcc commented 7 years ago

I just update to version 3.0 of the gem, and i'm getting this error when I restart my server. Running on ruby 2.4.0

screen shot 2017-07-31 at 12 27 05 pm

staturecrane commented 7 years ago

@mmohitcc Version 3.0.0 is a major, breaking change, including changing the namespace from FilepickerRails to FilestackRails. So the config.filepicker_rails parameter you are trying to access no longer exists; it has been replaced by config.filestack_rails. There is a migration guide in the README, as well as all information you will need to successfully run the plugin.