/rails_skeleton

my personal rails skeleton with basic gem installed

Primary LanguageRuby

README

This my personal git repo for rails project skeleton.

The purpose of this project is to accelarate new project setup. By clone this project, user could has a working base for rails project with basic and frequently use gem installed.

How to use this

  • clone this
  • bundle install
  • rake db:create
  • rake db:migrate
  • rails s

Then you have the basic website!

Enjoy and have fun~

Diffferent branch server different purpose:

master: The raw start

with_user: master + basic CRUD for user

CRUD: with_user + CRUD for hobby table