-
Recent Posts
Categories
Tags
Meta
Tag Archives: deployment
Setting 503 response code for Apache default virtual host
I know I promised my next post would be a tutorial on Chef, but this is kinda related. When new Rails servers are spinning up, I want Apache to respond to any requests with 503, both for SEO purposes in … Continue reading
Cheffin ain’t EZ for beginners
When I first set out to learn Chef I found that most of the blog posts, tutorials and even the Opscode Help pages themselves were a bit difficult to understand, to say the least. The ontology surrounding Chef is pretty … Continue reading
CruiseControl.rb rake task for running rspec and cucumber with a single test database
I wrote this rake task for running the rspec and cucumber tests for a Rails app whilst ensuring that only one database is used. It took a bit of Googling and lots of trial and error so thought I’d share … Continue reading