brandon

Brandon Keepers
Collective Idea
Holland, MI
4
5
Simple tool for creating source-code intensive presentations and courses
Forked from pragdave/codex Sun Jun 22 18:48:09 -0700 2008
legend
Ruby on Rails
Forked from rails/rails Tue Apr 22 06:04:58 -0700 2008
legend
Behaviour Driven Development framework for Ruby
Forked from dchelimsky/rspec Fri Feb 29 15:32:44 -0800 2008
legend
A collection of RSpec matchers to be used with the Ruby on Rails project
Forked from joshknowles/rspec-on-rails-matchers Mon Apr 21 22:15:30 -0700 2008
legend
RSpec's official Ruby on Rails plugin
Forked from dchelimsky/rspec-rails Fri Jul 11 08:51:03 -0700 2008
legend

Following

Public Activity  feed

brandon committed to tinder 1 day ago
brandon committed to active_record_each 1 day ago

2223d8ab76bbf5b8852d32e10f642f52fd17efd1

use #step to make the slow_each more clear

brandon deleted active_record_each 1 day ago
Deleted repository was at brandon/active_record_each
brandon updated gist: 1885 1 day ago
def slow_each(options, &block) 0.step(count(options), options[:limit]) do |offset| find(:all, options.merge(:offset => offset)).each(&block)
brandon created gist: 1885 1 day ago
def slow_each(options, &block) (count(options).to_f / options[:limit]).ceil.times do |i| find(:all, options.merge(:offset => i * options[:limit])).each(&block)
brandon started watching acts_as_audited 2 days ago
acts_as_audited is at iamaleksey/acts_as_audited
brandon committed to codex 2 days ago

43e162449a5ec5e2852745c25a7ce8e6ce1d7ad0

added ability to load codex from vendor/codex

brandon committed to codex 2 days ago

9dc6b15b5a2ad1098061b13c00a6d9c81e5f155c

attack of the indentation nazis

brandon committed to codex 2 days ago

7899b12ebc6f9c32e8d30267471ae86876aa9b37

Refactored Rakefile into a custom Rake task

brandon committed to codex 2 days ago