fnordfish / yaks_grape_mongoid_example

Grape Yaks Mongoid Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grape Yaks Mongoid Example

A Rack app example that show how to use Bundler, Rspec and Capybara.

Install all the dependencies

Install gems dependencies:

gem install bundler
bundle install

Exec tests

bundle exec rake

Start the app

rackup

then open http://localhost:9292 in your browser.

To access a console:

bundle exec rake console

Note: to quit the console write quit.

Contributing

  1. Fork this repo
  2. Create a topic branch - git checkout -b my_branch
  3. Push to your branch - git push origin my_branch
  4. Create a Pull Request from your branch
  5. That's it!

Copyright and license

Copyright (c) 2014 Duilio Ruggiero. Code released under the MIT license.

About

Grape Yaks Mongoid Example

License:MIT License