public
Fork of fudgestudios/bort
Description: A base rails app featuring: RESTful Authentication, Will Paginate, Rspec & Rspec-rails, Exception Notifier, Asset Packager, Cap Recipe. Put together by Fudge to remove the need for boring project setup.
Homepage: http://www.fudgestudios.com
Clone URL: git://github.com/UnderpantsGnome/bort.git

Comments for UnderpantsGnome's bort   feed

UnderpantsGnome commented on UnderpantsGnome/bort Fri Oct 03 11:20:53 -0700 2008
Comment in e5df5f0:

This keeps people that shouldn’t be doing deploys from deploying code, as the migrate will fail if they don’t know the password. And if the DB password needs to change I don’t have to touch a file on all the app servers.

Just a personal preference.

evilchelu commented on UnderpantsGnome/bort Fri Oct 03 09:13:22 -0700 2008
Comment in e5df5f0:

why don’t you just symlink database.yml from shared?

after “deploy:update_code”, :roles => [:app, :web] do run “ln -nfs #{shared_path}/database.yml #{release_path}/config/database.yml” end