Public Gists by dcrec1

Gravatar
Thu Nov 12 06:53:42 -0800 2009
1
2
3
[user]
email = dc.rec1@gmail.com
name = Diego Carrion
Gravatar
Mon Nov 09 05:21:36 -0800 2009
1
2
3
deploy.application = "inploy"
deploy.repository = 'git://github.com/dcrec1/inploy.git'
deploy.user = 'dcrec1'
Gravatar
Thu Oct 22 15:06:28 -0700 2009
1
2
3
class Relatorio
  def initialize(formatter)
    extend formatter
gist: 213976 processing :: sand traveler
Gravatar
Mon Oct 19 21:01:12 -0700 2009
1
2
3
# After Jared Tarbell
 
# Description:
Gravatar
Sat Oct 17 13:29:05 -0700 2009
1
2
3
deploy.template = :locaweb
deploy.application = "hebraika"
deploy.user = 'dcrec1'
gist: 190046 Resources Spec Helper
Gravatar
Sun Sep 20 20:05:54 -0700 2009
1
2
3
def should_behave_like_resource(opts = {})
  before :each do
    @opts = opts
gist: 184712 Rails template
Gravatar
Thu Sep 10 11:25:44 -0700 2009
1
2
3
!!! XML
!!!
%html
Gravatar
Thu Aug 06 11:52:06 -0700 2009
1
2
3
module AuthlogicHelper
  def current_user_session
    return @current_user_session if defined?(@current_user_session)
Gravatar
Sun Jul 05 14:07:12 -0700 2009
1
2
3
require 'rubygems'
require 'twitter'
 
Gravatar
Mon May 18 11:51:18 -0700 2009
1
2
3
pt:
  remarkable:
    core:
gist: 100565 show git branch
Gravatar
Thu Apr 23 08:47:25 -0700 2009
1
2
3
function parse_git_dirty {
  [[ $(git status 2> /dev/null | tail -n1) != "nothing to commit (working directory clean)" ]] && echo "*"
}
gist: 97655 authlogic
Gravatar
Sat Apr 18 08:32:07 -0700 2009
1
2
3
plugin 'authlogic', :git => 'git://github.com/binarylogic/authlogic.git', :submodule => false
plugin 'remarkable_authlogic', :git => 'git://github.com/daviscabral/remarkable_authlogic.git', :submodule => false