DanThiffault / rails-lastmile

Chef rails configuration
MIT License
28 stars 23 forks source link

Option to reset DB, plus set unicorn rails env #13

Closed smeyfroi closed 11 years ago

smeyfroi commented 11 years ago

This adds an attribute that allows db:drop then db:setup (for creating a new environment). Also adds an attribute that sets the rails env for unicorn.

The default state of each attribute means no difference in behaviour from existing rails-lastmile.

I'm using this to set up local dev envs with mysql as well as production ec2 instances with rds (using https://github.com/nrako/librarian-ec2).

DanThiffault commented 11 years ago

excellent feature. thank you