On Tue, Sep 21, 2010 at 9:31 PM, murali dhararao <[email protected]> wrote:
> For deployment what things you are going to used? Are you deploying it > automatically? > I am deploying it using capistrano, it has built in tasks, you just have to configure your server address, username, password etc in a config file. > > Is the problem with the spec's cleaning your database? can you give > clarification on that? > > No, I am not even running the specs against my production servers. I am trying to follow a good practice where you package only the things required to run your application, and exclude the development necessary stuffs like specs/test. This is what I used to follow when I was doing java projects, have separate jar/war for production code and separate packaging of tests. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

