
FAQ: how to handle database.yml
Reported by Simon Rozet | February 22nd, 2009 @ 04:05 PM | in 0.1.9
Quoting myself:
Integrity is dumb: it takes a repository URL and a command to run in a working copy of the repository. It reports success or failure depending on the command exist status (anything different than 0 is a failure) While this is very simplistic, it allows for great flexibility: you can use whatever you want as the build command. So, to solve your problem: either you use something like `cp config/database.sample.yml config/database.yml && rake test` as the build or you write a Rake task (example: http://gist.github.com/68013)
Comments and changes to this ticket
-
Simon Rozet February 24th, 2009 @ 05:07 PM
- Assigned user changed from ronin-278 (at lighthouseapp) to Simon Rozet
- State changed from new to open
-
Simon Rozet February 26th, 2009 @ 04:13 AM
- Tag set to doc
- State changed from open to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Automated continuous integration server that doesn't suck.