Quentin Rousseau
Quentin Rousseau
## Release xray.js on npm So we can use it with webpacker instead of rails assets pipeline Regards
### Clear storage data Be able to clear cache
Hi, Thanks for this library. Would be nice if we could update text style... Regards
Hi, Would love to run this on docker and share the cache file between containers. Regards
## Webhook authorization header Would be nice to be able to pass a secret in webhook configuration so we can verify webhooks against our backend.
# Creating a 'Deploy to Heroku' Button Cf. https://devcenter.heroku.com/articles/heroku-button To facilitate deployments.
Hi, Is there any way to pass a timezone option to the `render` method ? Unfortunately i have organizations with different timezones, and i had like to have `date` works...
### Add more template functions - Following https://github.com/gliderlabs/logspout/pull/356 - Added simple `replace` as well.
Fix https://github.com/igorkasyanchuk/active_storage_validations/issues/89 Supporting this: ```ruby user_avatar = "https://img.favpng.com/17/19/1/business-google-account-organization-service-png-favpng-sUuKmS4aDNRzxDKx8kJciXdFp.jpg" filename = File.basename(URI.parse(user_avatar).path) file = URI.parse(user_avatar).open @user.avatar.attach(io: file, filename: filename) # need to be square ratio ```
Hi, Would be nice if this project is rails engine and anyone could mount the engine in their rails project ! http://guides.rubyonrails.org/engines.html Regards