Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

eDoctor/eRails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

新建 Rails 3.2.x 项目步骤

Step 1

rails new Ninja -G -J -O -T --skip-gemfile --skip-bundle

Step 2

echo 'rvm use 1.9.3@Ninja --create' > Ninja/.rvmrc

Step 3

cd Ninja
curl https://raw.github.com/eDoctor/eRails/2.x/templates/Gemfile > Gemfile

Step 4

bundle

Step 5

rails g e_rails:install

About

Rails Scaffold Template for eDoctor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages