/Rails-boilerplate

A Ruby on Rails skeleton with all the basic setup done. Will save you at least 2 minutes.

Primary LanguageRuby

README

this is a Ruby on Rails boilerplate with gems and configs that I find useful in basic projects. Currently on Rails 5.0.1

What's included:

  • Postgress
  • bootstrap sass
  • Devise

Testing

  • database cleaner
  • factory girl rails
  • Rspec
  • capybara

setup

  • fork it
  • run bundle install/update
  • run rails db:create db:setup
  • create initial controller and routes