Public Gists by fesplugas

Gravatar
Fri Nov 06 12:25:05 -0800 2009
1
2
3
require "mustache"
 
ActiveSupport::Dependencies.load_paths << Rails.root.join("app", "views")
Gravatar
Sat Oct 24 11:58:44 -0700 2009
1
2
3
# you'd obviously have more settings somewhere
set :scm, :git
set :repository, "git@github.com:defunkt/github.git"
gist: 145673 Remove duplicated emails on...
Gravatar
Sun Jul 12 08:43:28 -0700 2009
1
2
3
#! /usr/bin/perl -w
 
# Script to report on, and delete, email messages stored in mbox-like
gist: 122114 Send emails with Gmail.
Gravatar
Mon Jun 01 23:55:56 -0700 2009
1
2
3
require "openssl"
require "net/smtp"
Net::SMTP.class_eval do
gist: 86613 Typus application example.
Gravatar
Fri Mar 27 02:03:11 -0700 2009
1
2
3
##
# $ rails example.com -m http://tr.im/typus_example
##
gist: 81936 RAILSLOVE.com template.
Gravatar
Thu Mar 19 10:03:13 -0700 2009
1
2
3
# RAILSLOVE.com template
#
# with help and ideas from:
gist: 58831 Javascript code to convert ...
Gravatar
Thu Feb 05 09:01:50 -0800 2009
1
2
3
var DateHelper = {
  // Takes the format of "Jan 15, 2007 15:45:00 GMT" and converts it to a relative time
  // Ruby strftime: %b %d, %Y %H:%M:%S GMT
gist: 37115 Load externals in a Rails p...
Gravatar
Wed Dec 17 08:20:22 -0800 2008
1
2
3
namespace :externals do
 
  desc "List"
gist: 22019 Install ruby versions and c...
Gravatar
Mon Nov 03 15:25:03 -0800 2008
1
2
3
##
# Install gems for each Ruby version ... :(
#
gist: 14768 Experiment to extract trans...
Gravatar
Sat Oct 04 08:39:13 -0700 2008
1
<%= t("Today is {{value}}.", :value => Date.today) %>