Skip to content
This repository has been archived by the owner on Jun 26, 2019. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 256 Bytes

DEV-GUIDES.md

File metadata and controls

21 lines (15 loc) · 256 Bytes

如何参与开发 Homeland

$ bundle install
$ cd test/dummy
$ rake db:create
$ rake db:migrate
$ rake db:seed
$ rails s

然后浏览器访问: http://localhost:3000

如何允许测试

$ rails db:migrate RAILS_ENV=test
$ rake