Public Gists by jayzes

Gravatar
Mon Jul 27 12:45:14 -0700 2009
1
2
3
#!/bin/sh
 
git filter-branch --env-filter '
Gravatar
Tue Jun 16 14:33:46 -0700 2009
1
2
3
Capistrano::Configuration.instance(:must_exist).load do
  task :ssh do
    role = (ENV['ROLE'] || :app).to_sym
Gravatar
Thu May 21 22:58:36 -0700 2009
1
2
3
        Nokogiri::XML(resource["4165/stories?limit=10&filter=state%3Astarted"].get).xpath('//story').collect do |story|
          {
            :name => story.at('name'),
Gravatar
Fri May 08 12:09:13 -0700 2009
1
2
3
# http://gist.github.com/10524
# Prevents autotest from running your entire test suite after fixing a failed test.
# Works with ZenTest 3.10.0
Gravatar
Fri Dec 12 15:50:46 -0800 2008
1
2
3
template(:factorylabs_shoulda) do
  gem 'mislav-will_paginate'
  gem 'mocha'