-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Contributing
felipeelias edited this page Nov 3, 2012
·
6 revisions
Clone or fork the project on Github. Make sure you have bundler installed and install dependencies with:
rails=3.2.8 orm=active_record bundle install
You should be able to run all specs:
rails=3.2.8 orm=active_record bundle exec rake
There is also local engine server if you need to test views/flows:
rails=3.2.8 orm=active_record bundle exec rails server
- Send pull requests with topic branches.
- Don't forget to add your change to the Changelog.
- No tests, no merge. If you are in trouble finding a way to test, feel free to ask for help on the Pull Request.
- Doorkeeper suports various ORMs and Rails/Ruby versions. One simple way to run full integration is by using travis-ci. Since Github integrates with Travis, your pull request must be green :-)