2 Responses

  1. Kyle
    Kyle February 21, 2009 at 22:07 |

    I use a similar workflow. I have not had the opportunity to work with another developer. I live by git and github and I run all my tests locally and deply by doing a git clone on my prod server and running it through apache/passenger.

    I really am interested in trying out Capistrano sounds like a super easy way to get all the migrations and records.

  2. MaraRinn
    MaraRinn April 15, 2009 at 01:52 |

    What problems are you having with CruiseControl and Rspec?

    The workflow you’ve defined is pretty much “best practice” for Rails as far as I’m aware.

Comments are closed.