Contributing to the Project
- Fork it ( http://github.com/cerebris/jsonapi-resources/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Running Tests
To run the tests for this project:
rake test
orbundle exec rake test
To run a single test:
bundle exec ruby -I test test/controllers/controller_test.rb -n test_type_formatting
Want to correct or improve this documentation?
Edit this page on Github!