msjit / testcasedb

TestCaseDB - Web based test case management
MIT License
40 stars 18 forks source link

mysql and postgres group in Gemfile #27

Closed kirantpatil closed 10 years ago

kirantpatil commented 10 years ago

Group mysql and postgres so that users can install only the required database as below.

Added unicorn gem and follow up patches include unicorn related files.

For MySQL (note, the option says "without ... postgres")

$ bundle install --without development test postgres --deployment

Or for PostgreSQL (note, the option says "without ... mysql")

$ bundle install --without development test mysql --deployment