On Sep 21, 9:31 am, Amiruddin Nagri <[email protected]> wrote: > I am working on a Rails app, for deployment I usually checkout the code from > git repository to the production servers which are running apache with > mod-rails. > > But checking out the complete code, I am also checking out the spec and > tests folder, I would like to avoid having test/specs code on my production > servers.
Why would you want to do that? How will you run tests on your production application if you exclude those directories? -- 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.

