Get Read Rails is a simple rails template which may be useful in starting your next project.
This template is useful only for Rails 6.1+ apps
- Clone the template or copy the raw url of the template
- Run
rails new [your_app_name] -m [location of template]
- Follow the instructions
- Devise
- Bootstrap
- Bootstrap Form
- RSpec
- Install and setup of the following gems:
- 🎊 Devise, 4.8
- 🎊 Bootstrap, 5.1
- 🎊 Bootstrap Form, 4.5
- 🎊 RSpec, 5
- 🎊 Configure RSpec generators
- 🎊 Generate devise for
your_model_name
- 🎊 Style devise forms with bootstrap_form for
- registrations
- sessions
- passwords
- 🎊 Generate a welcome
- controller
- index view
- 🎊 Set root path to
welcome#index
- 🎊 Add flash messages partial
- 🎊 Add bootstrap navbar partial
- 🎊 Make initial git commit
This is just a barebone of how I setup most of my rails applications. Please feel to use it as you please or add features which you think might be useful to others
Developing this template was heavily influenced by Chris Oliver's Jumpstart project.