Public Gists by bhb

Gravatar
Thu Oct 29 09:44:16 -0700 2009
1
2
3
def self.extract_data_from_yaml(yml_metrics_data)
  metrics_data = {}
  extract_flog_data!(metrics_data, yml_metrics_data)
Gravatar
Mon Oct 05 12:43:47 -0700 2009
1
2
3
jsmestad@ip-10-250-203-240:~/2890079547$ gem list capistrano
 
*** LOCAL GEMS ***
Gravatar
Mon Oct 05 12:24:50 -0700 2009
1
2
3
Gem factorylabs-activewarehouse-etl-0.9.1.7
  rake (>= 0.7.1, runtime)
  activesupport (>= 1.3.1, runtime)
Gravatar
Mon Sep 28 11:20:45 -0700 2009
1
2
3
devver-tester@ip-10-251-110-182:~/bundler_project$ bin/rake --trace
(in /home/devver-tester/bundler_project)
Loading init file from /home/devver-tester/bundler_project/config/init.rb
Gravatar
Mon Sep 28 11:11:41 -0700 2009
1
2
3
devver-tester@ip-10-251-110-182:~/bundler_project$ bin/rake
(in /home/devver-tester/bundler_project)
Loading init file from /home/devver-tester/bundler_project/config/init.rb
Gravatar
Wed Sep 23 14:30:51 -0700 2009
1
2
3
if [ `gem list -i wycats-bundler` = "false" ]; then
  echo "Installing Bundler"
  gem install wycats-bundler --no-ri --no-rdoc --source http://gems.github.com
Gravatar
Thu Sep 10 23:32:14 -0700 2009
1
2
3
#!/usr/bin/env ruby
puts "looking for the gems to upgrade..."
gem_info = Struct.new(:name, :version)
Gravatar
Fri Jun 19 08:07:28 -0700 2009
1
2
3
 3) Error:
test_search_should_return_matching_ids(ZipCodeTest) [test/unit/zip_code_test.rb]:
stack level too deep:/home/devver_user/3/vendor/plugins/routing_tricks/lib/jamis_buck/routing/route.rb:10:in `recognition_conditions_without_host'
Gravatar
Sun May 03 16:49:10 -0700 2009
1
2
3
/* Place this code in a file name
~/Library/KeyBindings/DefaultKeyBinding.dict
You make have to create the ~/Library/KeyBindings/ directory*/
Gravatar
Mon Apr 20 11:48:17 -0700 2009
1
2
3
// This is a slightly altered version of the script at
// http://userscripts.org/scripts/show/43545
// I simply replaced
Gravatar
Wed Jan 28 11:05:15 -0800 2009
1
2
3
require 'rubygems'
require 'ruby-growl'
 
Gravatar
Thu Nov 20 14:54:25 -0800 2008
1
2
3
helpers do
 
  def file_link(file)
Gravatar
Thu Nov 20 14:53:35 -0800 2008
1
2
3
<html>
  <head>
    <meta name="viewport" content="width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
Gravatar
Thu Nov 20 14:52:04 -0800 2008
1
2
3
require 'sinatra'
require 'pathname'
 
Gravatar
Thu Nov 20 14:50:25 -0800 2008
1
2
3
require 'sinatra'
require 'pathname'
 
Gravatar
Thu Nov 20 14:49:13 -0800 2008
1
2
3
require 'sinatra'
require 'pathname'
 
Gravatar
Thu Nov 20 14:48:15 -0800 2008
1
2
3
require 'sinatra'
get "/" do
  "<h1>Your files, sir.</h1>"
Gravatar
Thu Nov 20 14:48:11 -0800 2008
1
2
3
require 'sinatra'
get "/" do
  "<h1>Your files, sir.</h1>"
Gravatar
Thu Nov 20 13:58:31 -0800 2008
1
2
3
require 'sinatra'
require 'pathname'
 
gist: 24490 undefined
Gravatar
Thu Nov 13 08:47:02 -0800 2008
1
2
3
class Foo
 
   def bar