DanThiffault / rails-lastmile

Chef rails configuration
MIT License
28 stars 23 forks source link

Fix Idempotency of Database Handling #16

Closed jherdman closed 11 years ago

jherdman commented 11 years ago
  1. 'reset_db' was doing too much on its own. Delegated to Rails' built in Rake tasks
  2. Non-reset case updated to attempt to create DB (always safe), and to update test DB if need be

Resolves #15