Rails

Rails 6.1 - Hotwire with Lazy Loading

A simple Single Page App using Rails and flash messages with Hotwire

Rails 6.1 - Hotwire with Modals

A simple Single Page App using Rails and Hotwire - integrated with a modal forms

Rails 6.1 - Hotwire with StimulusJS

A simple Single Page App using Rails and flash messages with Hotwire

Rails 6.1 - Hotwire with Flash Messages

A simple Single Page App using Rails and flash messages with Hotwire

Rails 6.1 - Hotwire (Simple Realtime SPA)

A simple Single Page App using Rails and Hotwire

Tweets - A Single Page Rails App (using reloads)

A simple Rails App that works off one page (a prep-project to build a Rails SPA with Hotwire)

Install and Configure Rails

Intro To document is mostly for me – at least until I automate my setup defaults. However, I am glad to share and get ideas from others too. I will build a little calendar app I use with friends (it’s focused on being mobile friendly and easy to use – not a full featured calendar).

Rails Devise User Model with Roles

Configure devise (for multiple types of accounts) install the devise engine: bin/rails generate devise:install now follow the basic setup config – add to config/environments/development.rb config.action_mailer.default_url_options = { host: 'localhost', port: 3000 } add notifications to the layout for devise in app/views/layouts/application.