aAon
aAon
Hello, I am trying your excellent component I am using it in an Alchemy_CMS web app with a local Postgres db The db has a lot of tables and a...
I am trying kimurai framework for rails with devise Inside parse I want to: - get the current_user (devise session), or - somehow I can pass the user info to...
When I run the example app I get the error: ``` Unsupported operation: Platform._operatingSystem ``` This happen in the latest ver 0.0.4
Hello, I am trying to use your very promising component In my rails project: - copy the "wysiwyg.sass" file - import it in my main sass - in the div...
Hello, A wonderful day for all of Us :) I am reading your book and I would like to express my thanks for this wonderful resource. I am grateful to...
I would like to have the output file in a certain folder... -o ../../.itgexec/{filename}.{ext}
Hello, I am using latest shrine-cloudinary v1.1.1, with Shrine v3.2.2 in Rails 6.3.2 and Ruby 2.6.5... config/initializers/shrine.rb ```Ruby require "shrine" require "shrine/storage/file_system" require "shrine/storage/memory" require "cloudinary" require "shrine/storage/cloudinary" if ENV['CLOUDINARY_URL']...