Skip to content

A base starting point for creating a new ruby on rails application.

Notifications You must be signed in to change notification settings

DustinFisher/booster-shot-old

Repository files navigation

Booster Shot

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.

Getting started

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

What's Included

  • 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

About

A base starting point for creating a new ruby on rails application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published