This is a base rails application starting point. There are always a base set of gems and other things I install when starting a new project. This helps me cut down on the repetition.
To generate a Rails application using this template, pass the -m
option to rails new
, like this:
rails new myapp -T \
-d postgresql \
-m https://raw.githubusercontent.com/dustinfisher/booster-shot/master/template.rb
- Devise for user authentication
- Puma for the webserver
- RSpec for testing
- RSpec-Given for Given-When-Then testing syntax
- Twitter-Bootstrap-Rails for styles
- Bootstrap style applied to flash messagesjk
- Static pages controller
- Turbolinks are removed