A Rails 4.2 / Ruby 2 starter site using Devise and Bootstrap 4.
Active demo site:
- https://rails4example.gitrepoexamples.com (master branch)
As of January 2018:
- Bootstrap 4.0 (beta3)
- Rails 4.2.10
- Devise 4.2.1
- Rspec 3.7
- Capistrano 3.2
NOTE: The original Bootstap 3 version is available in the 'bootstrap3' branch. (not maintained)
Blog posts on joanswork.com that provide further explanation and instruction.
- Devise 4.2.0: Updating from 3.x
- Tracking Devise activity like login, sign-up, etc
- Turbolinks, Google Analytics & SEO: Keeping everybody happy
- Using I18n for SEO related tags
The following files will need to be customized to your installation.
cp config/database.yml.example config/database.yml
cp config/application.yml.example config/application.yml
cp config/deploy.rb.example config/deploy.rb
cp config/deploy/production.rb.example config/deploy/production.rb
Joan Hughes @ https://72breezy.io