jtaki / Rails-boilerplate

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Ruby 86.2%Language:HTML 9.9%Language:JavaScript 2.3%Language:CSS 1.5%