Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Dev Setup

CodeMeister edited this page May 1, 2013 · 4 revisions

Here are the steps to set up the development environment:

##Setup the dummy host app:##

cd spec/dummy
bundle exec rake db:create db:migrate db:test:prepare

##Run the specs:##

From the root directory...

bundle exec rspec

##Run the dummy app:##

cd spec/dummy
bundle exec rails server

##Run the YARD documentation server:##

From the root directory…

bundle exec yard server --reload

Clone this wiki locally