8000 GitHub - earnestaddae/get_ready: A Rails template which installs and sets up devise, bootstrap, bootstrap form and rspec
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

earnestaddae/get_ready

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Get Ready Rails

Get Read Rails is a simple rails template which may be useful in starting your next project.

Assumption

This template is useful only for Rails 6.1+ apps

Usage

  1. Clone the template or copy the raw url of the template
  2. Run rails new [your_app_name] -m [location of template]
  3. Follow the instructions

Gems Installed, Setup and Configured

  1. Devise
  2. Bootstrap
  3. Bootstrap Form
  4. RSpec

What the Template does

  • 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

Welcome page

Welcome Page

Contribution

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

Attributions

Developing this template was heavily influenced by Chris Oliver's Jumpstart project.

About

A Rails template which installs and sets up devise, bootstrap, bootstrap form and rspec

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0