Closed niclin closed 7 years ago
@niclin Please run "bundle update" as your bundler is still installing the previous version of the Rails plugin, which is where your errors are coming from. If you do that and then follow the instructions on the Readme, all should work for you :)
Also, we are modifying the installation instructions. You no longer need to add the "require: "filestack-rails" clause to your Gemfile.
version : Rails 5.0.4
As per document, my project get load error when gem file add
gem 'filestack-rails', require: 'filestack-rails'
after change to
gem "filestack-rails", require: "filepicker-rails"
can be work for me!!but I still can't use
<%= filestack_js_include_tag %>
in layout.the error message tell me
Did you mean? filepicker_js_include_tag
so I can not use it helper
Finally, I still use
<script src="https://static.filestackapi.com/v3/filestack-0.6.2.js"></script>
solution