timocratic

Tim Connor
http://www.yieldbuild.com
San Francisco, CA
0
5
  • Mirror of the ARTS Rails plugin.
    Forked from richpoirier/arts Thu Sep 18 15:44:41 -0700 2008
    legend
  • Mechanize is a ruby library that makes automated web interaction easy.
    Forked from tenderlove/mechanize Fri Oct 17 11:22:36 -0700 2008
    legend
  • Ruby on Rails
    Forked from rails/rails Thu Sep 18 10:14:25 -0700 2008
    legend
  • class that supports set operations on ranges
    Forked from joshsusser/range_set Fri Mar 07 13:54:01 -0800 2008
    legend
  • A Javascript BDD Framework with nested describes, a convenient assertion syntax, and an intuitive...
    Forked from nkallen/screw-unit Fri May 09 14:55:32 -0700 2008
    legend

Following

Public Activity  feed

timocratic forkd gist: 23695 8 days ago
namespace :db do task :migrate => :clear_load_paths do Dependencies.load_paths = @old_load_paths
timocratic forked tenderlove/mechanize about 1 month ago
Forked repository is at timocratic/mechanize
timocratic started watching palmtree about 1 month ago
palmtree is at geoffgarside/palmtree
timocratic forked richpoirier/arts 2 months ago
Forked repository is at timocratic/arts
timocratic forked rails/rails 2 months ago
Forked repository is at timocratic/rails
timocratic commented on rails/rails 3 months ago
Comment in e223216:

Meh, perhaps my use case is a bit of an abuse/edge case, anyway? I think I’d shoot down my own ticket. I’ll see about clarifying and making one if you like though.

timocratic started watching screw-unit 3 months ago
screw-unit is at tobowers/screw-unit
timocratic commented on tobowers/screw-unit 3 months ago
Comment in 890acf7:

Sweet. It was hard to sell this as our js testing, when it didn’t work with some of the more important browsers we support.

timocratic commented on rails/rails 3 months ago
Comment on activerecord/lib/active_record/associations/association_collection.rb in e223216:

I meant to comment here. See below.

timocratic commented on rails/rails 3 months ago
Comment in e223216:

So this check prevents one from doing stuff like overloading eql? and == for custom collection behavior.