Public Gists by psousa

Gravatar
Sun Nov 08 08:41:54 -0800 2009
1
2
3
desc 'Create YAML test fixtures from data in an existing database.
Defaults to development database. Set RAILS_ENV to override.'
 
gist: 137330 this is a capistrano recipe...
Gravatar
Sun Jun 28 11:16:10 -0700 2009
1
2
3
set :application, "your_application_name"
set :deploy_to, "/home/a_user_on_your_server/apps/#{application}"
 
gist: 136980 snippet for resftull contro...
Gravatar
Sat Jun 27 04:45:36 -0700 2009
1
2
3
def index
  @${1:things} = ${2:Thing}.find :all
 
gist: 136979 textmate snippet
Gravatar
Sat Jun 27 04:44:10 -0700 2009
1
2
3
 
snippet:
<%= t('${1:path}')%>