Full-Stack & Web Developer

Results 11 comments of Full-Stack & Web Developer

I've used filestack-rails 5.2.2 and did not set the version in the configuration file.

Rails.application.config.filestack_rails.api_key = ENV['FILESTACK_API_KEY'] Rails.application.config.filestack_rails.client_name = ENV['FILESTACK_CLIENT_NAME'] if Rails.env.production? Rails.application.config.filestack_rails.app_secret = ENV['FILESTACK_API_SECRET'] Rails.application.config.filestack_rails.security = {'call' => %w[pick read store convert remove]} end sets like this On Wed, Mar 25, 2020 at...

Okay, I got it. Thanks

`puts config.filestack_rails.security.policy` `puts config.filestack_rails.security.signature` This command doesn't work. I'd like to change the config name to config.security_option instead of config.security.

Thanks On Tue, Apr 21, 2020 at 10:29 PM Gabi Fijalkowska wrote: > @taylorthurlow Thank you for letting > me know, I'll take a look on that as soon as...

Hi @Startouf , Thanks for your kind response. I've already added the Mongoid::Document to my model, but just got error when use this method ``` ['Customer', 'Order'].each do |model| origin_class...

I think it is not fixed on the rails 6.x project.

It is working well on my local, but I have got this error on heroku. How can I solve this issue?

Hi everyone I've any question how to get count of rates?

Hi I've any error. error is "undefined method `has_attached_file' for Upload:Class" upload class is class Upload include Mongoid::Document field :file_name, type: String field :content_tye, type: String field :file_size, type: Integer...