filestack-rails icon indicating copy to clipboard operation
filestack-rails copied to clipboard

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.

Results 7 filestack-rails issues
Sort by recently updated
recently updated
newest added

This is observed as of the latest filestack-rails release i.e. 5.4.1 and the version of Rails in which this was discovered was 6.0.3.4. The deprecation warning is as follows: ```...

This is happening maybe 10% of time when uploading multiple images via the filestack picker. The offending JS appears to be: `var r=n({tile:200});` Which could be in the resizing code,...

Hi @gabifiolek , Please check the security option. The error occurs when using the filestack_field tag with security option. Of course I've already set in the application.rb file `app_secret` and...

We need to change the filename becoz of the S3 Url encode and filestack url encode is different so the image not opening...Thanks in advance.. filepicker.pickAndStore { mimetypes: ['image/*', 'application/*'],...

With Rails 6 webpacker is now the default (and a popular option in 5.x). Could this library document how it coud be possible to include the Filestack JS using webpacker...

`filestack-js` v3's `init` function expects two arguments: the api key and an object representing the eventual options (cname, ...). For instance: ```javascript const clientOptions = { security: { policy: "eyJleHBpcnkiOiAxNTQ2ODk5NDI4LCAiY2FsbCI6IFsicmVhZCIsICJzdGF0IiwgImNvbnZlcnQiLCAicGljayIsICJzdG9yZSJdfQ==",...

The error happens when running a test. But, only when using [Rails parallel test with process](https://guides.rubyonrails.org/testing.html#parallel-testing-with-processes). Running this test alone I can't reproduce the error. ``` /Users/acdesouza/.rvm/gems/ruby-3.2.3/gems/ethon-0.15.0/lib/ethon/curl.rb:61: [BUG] Segmentation fault...