GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

wmoxam

Wesley Moxam
Savvica
Toronto
6
4
Feb 27, 2008

Following

Public Activity  feed

wmoxam started watching olliesaunders/suprdate Sun Nov 30 21:19:24 -0800 2008
suprdate's description:
Date traversal, iteration, and repeating event occurrence rules DSL for Ruby
wmoxam created gist: 25316 Sat Nov 15 12:26:27 -0800 2008
Rails =============D
wmoxam created gist: 21896 Mon Nov 03 08:03:55 -0800 2008
irb(main):001:0> class Foo irb(main):002:1> def self.bar; p 'class'; end irb(main):003:1> end
wmoxam updated gist: 21338 Fri Oct 31 09:22:42 -0700 2008
config.load_paths += Dir["#{RAILS_ROOT}/vendor/gems/**"].map do |dir| File.directory?(lib = "#{dir}/lib") ? lib : dir end
wmoxam created gist: 21338 Fri Oct 31 09:21:54 -0700 2008
config.load_paths += Dir["#{RAILS_ROOT}/vendor/gems/**"].map do |dir| File.directory?(lib = "#{dir}/lib") ? lib : dir end
wmoxam started watching raganwald/homoiconic Thu Oct 30 10:48:44 -0700 2008
homoiconic's description:
An experiment in publishing code and words about code on a small scale.
wmoxam forked activescaffold/active_scaffold Tue Oct 28 08:31:25 -0700 2008
Forked repository is at wmoxam/active_scaffold
wmoxam created gist: 17783 Sat Oct 18 22:18:41 -0700 2008
rb(main):008:0> a = 0 => 0 irb(main):009:0> b = 1
wmoxam started watching spicycode/rcov Tue Sep 30 11:54:29 -0700 2008
rcov's description:
Arrrrrrrr Cov. Or Rcov.
wmoxam created gist: 11603 Fri Sep 19 08:04:00 -0700 2008
+----------------------+-------+-------+---------+---------+-----+-------+ | Name | Lines | LOC | Classes | Methods | M/C | LOC/M | +----------------------+-------+-------+---------+---------+-----+-------+
wmoxam commented on rails/rails Wed Sep 17 14:19:43 -0700 2008
Comment in 16b9a55:

The documentation wasn’t updated. So encode has to_xml’s documentation.
Also, why is the API changing in a point release (2.1.1)? Shouldn’t this have waited until 2.2, and a deprecation warning added in 2.1.1?

wmoxam started watching kr/beanstalkd Wed Sep 17 13:20:01 -0700 2008
beanstalkd's description:
Beanstalkd is a fast, distributed, in-memory workqueue service. Its interface is generic, but was designed for use in reducing the latency of page views in high-volume web applications by running most time-consuming tasks asynchronously.
wmoxam committed to rails/rails Thu Sep 11 09:00:58 -0700 2008

923f4ecad202e45ef117d592053c8b86549eb9d7

Fixes validates_uniquness_of problem with case insensitive string containing newline characters

wmoxam committed to rails/rails Thu Sep 11 09:00:00 -0700 2008

91c14e92686fcfd9dad04d57563aa6ce385d2a81

Fixes validates_uniquness_of problem with case insensitive string containing newline characters

wmoxam created gist: 9728 Tue Sep 09 11:09:17 -0700 2008
"Back in the days of assembly language programming, the distance between what you intended as a programmer and how the computer forced you to express that intention was enormous. Every few lines you needed a little story to help you understand what the next few instructions really meant. As programming languages progressed, moving the expression closer to what it really meant, the habit of commenting every few lines relaxed ... ... Someone asked me 'What percentage of your methods have comments?' I answered 'between 0 and 1 percent'..."
wmoxam created gist: 9512 Mon Sep 08 12:29:15 -0700 2008
config.load_paths += Dir["#{RAILS_ROOT}/vendor/gems/**"].map do |dir| File.directory?(lib = "#{dir}/lib") ? lib : dir end
wmoxam updated gist: 9475 2 times, most recently Mon Sep 08 09:22:28 -0700 2008
module ActionController module ClassMethods private
wmoxam created gist: 9475 Mon Sep 08 09:20:39 -0700 2008
module MyBenchmarkingExtensions def self.included(base) base.extend(ClassMethods)