Welcome to "Super Rails"!!!
This is a boilerplate for Soloplener built with Rails! 🚂
Authorization
Pundit
See `/app/policies/user_policy.rb`
Session Manager
AnyLogin
Click on the person icon in the bottom left corner.
User tracking
Ahoy
Run `rails c` in your terminal and type `User.first.visits`
Development Preview
RailsLiveReload
Edit one of the ERB file and check its page has changed automatically without reloading in browser
Component
ViewComponent
See `/app/views/core/header_component.rb`
UI Library
Diasy UI
See `/app/views/core/header_component.rb`
Static Data
ActiveHash
See `config/release_notes.yml` as an example.