Skip to content

RichardWeiYang/rails_skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

my personal rails skeleton with basic gem installed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published