Julio AG
Julio AG
Hello! I use this gem along with the AR extension on a Rails app on Ruby 2.7. We override some of the transition methods for the state machine with kwargs,...
With just the basic setup https://github.com/kpumuk/meta-tags
With our custom task to upload to S3. Leave the sitemap file as it is, just run the generator. https://github.com/kjvarga/sitemap_generator
We end up using it always, so `gem "font-awesome-rails"` and then `@import 'font-awesome';` on the application.scss file should do the trick.
This would be a two-prong feature (js and css), to allow for a more lightweight bootstrap usage in the app, depending on what we need. So, _if user chooses to...
Please, disregard the branch name 😮💨 ### Changes ### Add optional type checking to `argument` declarations ```rb argument :jarl, type: Chiquito argument :torpedo, type: Array, default: nil ``` ### Add...