Public Gists by wnn

Gravatar
Wed Nov 04 07:01:26 -0800 2009
1
2
3
# destroy all objects
Given(/^no #{capture_plural_factory} exist$/) do |plural_factory|
  plural_factory.classify.constantize.destroy_all
Gravatar
Sat Oct 24 15:18:39 -0700 2009
1
2
3
# 1) Point *.example.com in your DNS setup to your server.
#
# 2) Setup an Apache vhost to catch the star pointer:
Gravatar
Sun Oct 04 08:22:28 -0700 2009
1
2
3
# Rake tasks for managing git plugins with submodules.
#
# These tasks aim to make life simpler by automating all the boring work.
Gravatar
Sun Oct 04 08:21:52 -0700 2009

      
Gravatar
Sun Oct 04 03:39:56 -0700 2009

      
Gravatar
Wed Aug 26 18:41:23 -0700 2009
1
2
3
# an example Monit configuration file for delayed_job
#
# To use:
Gravatar
Fri May 22 13:10:39 -0700 2009
1
2
3
        RED="\[\033[0;31m\]"
     YELLOW="\[\033[0;33m\]"
  GREEN="\[\033[0;32m\]"