Public Gists by tinogomes

Gravatar
Sat Nov 07 12:46:42 -0800 2009
1
2
3
dns - http://freedns.ws
google apps - http://google.com/a
yola, pra criar o site - http://www.yola.com/
Gravatar
Mon Jul 20 13:07:57 -0700 2009
1
2
3
require "rubygems"
require "benchmark"
 
Gravatar
Thu Jul 09 18:38:36 -0700 2009
1
2
3
celestino@macbook:~/Projects/blog (master)
$ git log --pretty=oneline
0a49fcb771a39b7d3931c63a818de94eed5f10e8 limpando o README
gist: 130194 Rake with arguments
Gravatar
Mon Jun 15 09:14:26 -0700 2009
1
2
3
desc "Say hi. Use USER environment variable as default"
task :hi, :user do |t, args|
  args.with_defaults(:user => ENV["USER"])
Gravatar
Sat May 02 17:17:18 -0700 2009
1
2
3
require 'test/unit'
 
module Test
gist: 105767 Remove files from
Gravatar
Sat May 02 17:21:05 -0700 2009
1
2
3
def p80(texto = '')
  p texto
  yield if block_given?
Gravatar
Sat May 02 17:20:23 -0700 2009
1
2
3
def p80(texto = '')
  p texto
  yield if block_given?
Gravatar
Wed Feb 18 16:25:00 -0800 2009
1
2
3
class ApplicationController < ActionController::Base
  helper :all # include all helpers, all the time
  protect_from_forgery
Gravatar
Tue Sep 30 08:06:16 -0700 2008
1
2
3
def extract_fixtures(dirname)
  sql = "SELECT * FROM %s"
  skip_tables = ["schema_info"]