GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

esparkman

Evan Sparkman
esdezines
London, KY
0
2
Jul 14, 2008

Following

Public Activity  feed

esparkman started watching schwabsauce/basicblog Tue Nov 25 22:46:58 -0800 2008
basicblog's description:
a project to learn merb, rspec, datamapper, haml, jquery, and git
esparkman started watching CodeOfficer/silky-buttons-for-rails Tue Nov 25 22:04:45 -0800 2008
silky-buttons-for-rails's description:
a generator plugin that will copy image assets and view helpers into your app for some sexy button action
esparkman forked douglasjarquin/ruby-haml-tmbundle Tue Nov 25 21:38:36 -0800 2008
Forked repository is at esparkman/ruby-haml-tmbundle
esparkman started watching Radar/rboard Sun Nov 16 14:30:47 -0800 2008
rboard's description:
My hobby project
esparkman started watching clr/auth_restfully Wed Oct 22 08:46:08 -0700 2008
auth_restfully's description:
A Rails plugin that provides true RESTful HTTP authentication with pretty forms.
esparkman started watching heypanda/bricklayer Mon Oct 20 20:36:58 -0700 2008
bricklayer's description:
Bricklayer. RESTful API client builder for Ruby developers on the go.
esparkman created gist: 13234 Fri Sep 26 16:43:16 -0700 2008
ActionController::Routing::Routes.draw do |map| map.logout '/logout', :controller => 'sessions', :action => 'destroy' map.login '/login', :controller => 'sessions', :action => 'new'
esparkman created gist: 13221 Fri Sep 26 15:28:57 -0700 2008
def domain_name(domain) domain = request.domain.gsub(/(.com|.net|.org)$/, "") eval "#{domain}_home_path"
esparkman updated gist: 13188 Fri Sep 26 13:12:26 -0700 2008
def domain_name(domain) domain = request.domain.gsub(/(.com|.net|.org)$/, "") eval "domain + ' _home_path'"
esparkman created gist: 13188 Fri Sep 26 12:58:20 -0700 2008
def domain_name(domain) return domain @domain = request.domain.gsub(/(.com|.net|.org)$/, "")
esparkman created gist: 13136 Fri Sep 26 09:07:11 -0700 2008
def domain_name(domain) puts str str = "request.domain.gsub(/(.com|.net|.org)$/, "")"
esparkman created gist: 13111 Fri Sep 26 07:24:12 -0700 2008
ArgumentError in SessionsController#create wrong number of arguments (0 for 1)
esparkman created gist: 13099 Fri Sep 26 06:23:54 -0700 2008
def successful_login if params[:remember_me] == "1" self.current_user.remember_me
esparkman created gist: 13095 Fri Sep 26 06:04:35 -0700 2008
def successful_login if params[:remember_me] == "1" self.current_user.remember_me
esparkman created gist: 12743 Wed Sep 24 20:34:19 -0700 2008
# Filters added to this controller apply to all controllers in the application. # Likewise, all the methods added will be available for all controllers.
esparkman updated gist: 12741 Wed Sep 24 20:24:28 -0700 2008
def successful_login if params[:remember_me] == "1" self.current_user.remember_me
esparkman created gist: 12741 Wed Sep 24 19:54:09 -0700 2008
def successful_login if params[:remember_me] == "1" self.current_user.remember_me
esparkman created gist: 12740 Wed Sep 24 19:49:35 -0700 2008
# Filters added to this controller apply to all controllers in the application. # Likewise, all the methods added will be available for all controllers.
esparkman created gist: 12729 Wed Sep 24 18:52:42 -0700 2008
evan-sparkmans-macpro31:cms esparkman$ git pull deploy master From git@cornettauto.com:cms * branch master -> FETCH_HEAD