We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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