So, I deploy my app with capistrano.

I'm trying to set up cc.rb to do it's thing.

I use a capistrano task to generate my database.yml file (with erb) on
cap deploy:setup (as per the rails way).

This leads to a /shared/config/database.yml and not any database.yml
in my repository.

As such, CC.rb can't find my database details when it goes to run the
tests.

Anyone have a solution for this? I don't know enough about CC.rb to
figure out if there's some sort of shared directory for it, or what's
going on.


Thanks,
BJ Clark
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Deploying Rails" group.
To post to this group, send email to rubyonrails-deployment@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-deployment?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to