Public Gists by bruce

Gravatar
Tue Dec 23 17:35:50 -0800 2008
1
2
3
bruce@rimal ~/bin % timer
Insufficient arguments
    timer projects
Gravatar
Fri Dec 12 15:45:10 -0800 2008
1
2
3
require 'rubygems'
require 'randexp'
branch = /bruce-\d{6,7}-\w{4,8}-\w{10,18}/.gen
Gravatar
Wed Dec 10 10:09:50 -0800 2008
1
2
3
Fiveruns::Tuneup.step "Name of this step", :controller do
  # call your code here
end
Gravatar
Sun Nov 16 07:15:55 -0800 2008
1
2
3
require 'cucumber/rake/task'
 
cucumber_options = proc do |t|
Gravatar
Tue Oct 28 18:01:49 -0700 2008
1
2
3
#!/usr/bin/env ruby
 
require 'erb'
Gravatar
Sat Oct 25 01:13:01 -0700 2008
1
2
3
Technique:
http://www.pragprog.com/the-pragmatic-programmer
 
Gravatar
Mon Oct 13 01:04:01 -0700 2008
1
2
3
module Tuneup
 
  module Bootstrap