Public Gists by matthewford

gist: 130110 Debugging Cheat Sheet
Gravatar
Mon Jun 15 06:21:53 -0700 2009
1
Moved to http://github.com/matthewford/agile_debugging_rails/
gist: 130084 Beginning Ruby on Rails Res...
Gravatar
Mon Jun 15 05:47:49 -0700 2009
1
2
3
Ruby:
http://tryruby.hobix.com/
http://pragprog.com/titles/ltp2/learn-to-program-2nd-edition
gist: 127624 http://bitzesty.com
Gravatar
Wed Jun 10 17:43:50 -0700 2009
1
2
3
# zesty.rb
## Bit Zesty default rails stack
 
Gravatar
Mon May 18 04:57:02 -0700 2009
1
2
3
function linkify(s) {
       var entities = {
           '"' : '"',
Gravatar
Mon Feb 16 06:27:48 -0800 2009
1
2
3
## Rails development best practices
# An #RMM alternative, open and collaborative set of development practices we can adhere to.
 
gist: 48967 Git SHA1 of HEAD in your Ra...
Gravatar
Mon Jan 19 04:14:31 -0800 2009
1
2
3
after "deploy:update_code", "deploy:write_sha1"
namespace :deploy do
  desc "write sha1 to file"
Gravatar
Fri Nov 07 07:04:35 -0800 2008
1
2
3
From f81121312509f757694e1af7b19a7f7bf5f9cdac Mon Sep 17 00:00:00 2001
From: Matthew Ford <matt@new-bamboo.co.uk>
Date: Fri, 7 Nov 2008 15:00:41 +0000
gist: 21006 Detect Duplicates with prog...
Gravatar
Thu Oct 30 06:49:25 -0700 2008
1
2
3
#
# Ruby/ProgressBar - a text progress bar library
#
Gravatar
Tue Oct 21 09:14:36 -0700 2008
1
2
3
#how i'd imagine this working, and how to just deal with the ticket obj, although just tested and this doesn't quite work. will see if i can fix it tomorrow
 
class Ticket < Sequel::Model