[Capistrano] Re: where's the code for --apply-to ?

2006-11-13 Thread Jamis Buck
Jeroen, deploy_with_migrations assumes the pre-existence of the database in question. If the database is there, the migration should proceed, starting with migration #1, but note that for established applications, that's not generally recommended. Some earlier migrations might depend on t

[Capistrano] Re: where's the code for --apply-to ?

2006-11-13 Thread jeroen
sorry Jamis, only just saw your post - didn't follow me to my inbox.. Thanks anyways, I'm looking to write a little recipe that sets up a new instance of your rails app and database on your development/staging/productions servers. I'm also looking to generate apache vhost configs with this recipe

[Capistrano] Re: where's the code for --apply-to ?

2006-11-10 Thread Jamis Buck
Jeroem, The --apply-to implementation is a Rails generator. It is in capistrano/generators/rails. - Jamis On Nov 10, 2006, at 7:33 AM, jeroen wrote: Hi, I'm trying to code a rake task similar to cap --apply-to Where can I find the code for that? Jeroen --~--~-~--~~---