- Ruby 1.9.2
- Sphinx
$ git clone git@github.com:<your git username>/bayaninhand.git
$ bundle install
$ rake db:create
$ rake db:test:prepare
$ rake db:seed
$ bundle exec cucumber
$ cd bayaninhand
$ git checkout -b new_feature
Be descriptive in the feature name and use underscores. Also, don't make it too long as it will make it harder for you to push in the long run.
Please use atomic commits and make the commit messages short but descriptive. "Fixed bug" is not a very descriptive commit message but "Fixed 'insert bug description here' bug" is okay (You don't have to tell how you fixed it, just what the bug was).
$ git push origin new_feature
Go to https://github.com/crigor/bayaninhand/ and click "Pull request" in the upper right. Add some comments and press "Send pull request".