elight (Evan David Light)

Name
Evan David Light
Email
Website/Blog
http://evan.tiggerpalace.com
Location
Vienna, VA
Member Since
May 12, 2008 (about 1 year)

Following 4 githubbers and watching 22 repositories view all →

Public Repositories (14)

  • coulda_site

    The content of the coulda site

    legend

    Last updated Thu Nov 12 09:18:43 -0800 2009

  • coulda

    Given-when-then for Test::Unit (or "If shoulda and cucumber had a baby")

    legend

    Last updated Thu Nov 05 22:16:09 -0800 2009

  • warp_drive

    Screw Rails Engines! Why not install a Warp Drive! Completely bundle up an ENTIRE Rails applicati...

    legend

    Forked from markbates/warp_drive Wed Oct 28 09:19:00 -0700 2009

    Last updated Wed Oct 28 10:08:34 -0700 2009

  • rr

    RR (Double Ruby) is a test double framework that features a rich selection of double techniques a...

    legend

    Forked from btakita/rr Thu Nov 19 15:09:00 -0800 2009

    Last updated Sun Oct 18 22:59:34 -0700 2009

  • eve_webos

    WebOS app using EVE Api to monitor when friends in your corporation log on

    legend

    Last updated Sat Oct 17 18:20:26 -0700 2009

  • eve_notifier

    A background process/API to ping on EVE to notify my friends and I when we sign on

    legend

    Last updated Tue Oct 13 15:31:34 -0700 2009

  • shoulda

    Makes tests easy on the fingers and the eyes

    legend

    Forked from thoughtbot/shoulda Mon Jan 19 08:36:22 -0800 2009

    Last updated Sat Aug 29 15:27:48 -0700 2009

  • rufus-rtm

    yet another RememberTheMilk wrapper (ruby)

    legend

    Forked from fabianbuch/rufus-rtm Fri Jul 17 14:49:52 -0700 2009

    Last updated Fri Jul 17 15:06:05 -0700 2009

  • rbwikipedia-film

    Provides a simple API for finding an extracting basic metadata about films (including movie poste...

    legend

    Last updated Tue Jun 02 11:11:16 -0700 2009

  • acts_as_commentable_with_threading

    Similar to acts_as_commentable; however, utilizes awesome_nested_set to provide threaded comments

    legend

    Last updated Wed May 06 11:22:05 -0700 2009

  • describe

    Hub project for distilling nested specs down to just the specs, ma'am.

    legend

    Last updated Thu Feb 19 23:24:41 -0800 2009

  • twitter--follow-my-followers

    Follows twitter users who follow the auth'd user

    legend

    Last updated Sun Aug 31 05:34:28 -0700 2008

  • twitterbot--public-dms

    Echoes received DMs to it's public timeline

    legend

    Last updated Sun Aug 31 05:28:44 -0700 2008

  • jrsplenda

    Sweetens up JRuby Mocha with several helpers to simplify testing Java from Ruby

    legend

    Last updated Fri Aug 15 22:44:49 -0700 2008

Public Activity feed

elight updated gist: 240181 Sat Nov 21 08:45:11 -0800 2009
require 'rubygems' require 'rake' require 'rexml/document'
elight updated gist: 240181 Sat Nov 21 08:21:37 -0800 2009
require 'rubygems' require 'rake' require 'rexml/document'
elight created gist: 240181 Sat Nov 21 08:07:54 -0800 2009
require 'rubygems' require 'rake' require 'rexml/document'
elight forked btakita/rr Thu Nov 19 15:09:02 -0800 2009
Forked repository is at elight/rr
elight opened issue 23 on btakita/rr Thu Nov 19 14:42:03 -0800 2009
Reopening Issue #16: Stack level too deep
elight pushed to master at elight/coulda_site Thu Nov 12 09:18:45 -0800 2009
HEAD is da79bdc9630328b93d01588c0215aa9fcd4e7cfc
elight pushed to master at elight/coulda_site Thu Nov 12 09:16:13 -0800 2009
elight pushed to rewrite1 at elight/coulda Thu Nov 05 22:16:09 -0800 2009
HEAD is d475a3bede3c3d27a8fc4b42e8c77595ddc085e1
  • elight committed d475a3be:
    Factoring some complexity out of the Scenario#initialize
elight pushed to rewrite1 at elight/coulda Thu Nov 05 22:11:34 -0800 2009
HEAD is cd89994bc32ad9854f4cc622770a07b1bdd270a9
  • elight committed cd89994b:
    Replaced more expensive Proc#bind.call idiom with instance_eval
elight pushed to rewrite1 at elight/coulda Thu Nov 05 22:07:47 -0800 2009
HEAD is 7924438101014342a893ca09f9881e765061768e
elight created branch rewrite1 at elight/coulda Thu Nov 05 09:25:22 -0800 2009
New branch is at elight/coulda/tree/rewrite1
elight deleted branch devver_api at elight/coulda Thu Nov 05 09:24:18 -0800 2009
Deleted branch was at elight/coulda/tree/devver_api
elight updated gist: 224727 Mon Nov 02 19:01:31 -0800 2009
require 'test/unit' def chop(target, input)
elight updated gist: 224727 Mon Nov 02 19:00:58 -0800 2009
require 'test/unit' def chop(target, input)
elight updated gist: 224727 Mon Nov 02 18:55:28 -0800 2009
require 'test/unit' def chop(target, input)
elight updated gist: 224727 Mon Nov 02 18:47:18 -0800 2009
require 'test/unit' def chop(target, input)
elight created gist: 224727 Mon Nov 02 18:46:58 -0800 2009
require 'test/unit' def chop(target, input)
elight pushed to master at elight/warp_drive Wed Oct 28 10:08:34 -0700 2009
HEAD is 06a93a81f1c5f363177b5be5619b5bedcb2f9c43
  • elight committed 06a93a81:
    Fixed warpify executable to correctly name new warp drive gem in gemspec; added gem dependency for gemstub (previously missing); cleaned up a little bit of duplicate code -- but why oh why are we using a global???
elight forked markbates/warp_drive Wed Oct 28 09:19:01 -0700 2009
Forked repository is at elight/warp_drive
elight started watching markbates/warp_drive Tue Oct 27 21:26:44 -0700 2009
warp_drive's description:
Screw Rails Engines! Why not install a Warp Drive! Completely bundle up an ENTIRE Rails application into a gem, then load it into another application! It's that easy!
elight started watching gaffo/jasmine_webos Sat Oct 17 23:28:23 -0700 2009
jasmine_webos's description:
Simple Jasmine Testing for WebOS
elight pushed to master at elight/eve_webos Sat Oct 17 18:20:26 -0700 2009
HEAD is e39ddf1ae67503787e8248bd0060277e9ca1a85c
  • elight committed e39ddf1a:
    Fixed error where I was trying to use jQuery-like selectors in Prototype. Typical. I should be using jQuery....
elight pushed to master at elight/eve_webos Fri Oct 16 19:26:35 -0700 2009
HEAD is 9609f33189c4dda7d807ec46d93c22b29b7c2bb5
elight pushed to master at elight/eve_webos Fri Oct 16 01:34:49 -0700 2009
HEAD is 5749b85f9a366434b4f684da027b995db1e88d2b

3 commits »

elight created branch master at elight/eve_webos Wed Oct 14 21:20:15 -0700 2009
New branch is at elight/eve_webos/tree/master
elight created repository eve_webos Wed Oct 14 21:20:03 -0700 2009
New repository is at elight/eve_webos
elight pushed to master at elight/eve_notifier Tue Oct 13 15:31:34 -0700 2009
HEAD is 7a01546df9f2243e53eb66b18c3c8fb553bc24f0

2 commits »

elight forked btakita/rr Tue Oct 13 13:32:16 -0700 2009
Forked repository has since been deleted.
elight added gustin to eve_notifier Tue Oct 13 13:09:35 -0700 2009
eve_notifier is at elight/eve_notifier
elight created branch master at elight/eve_notifier Tue Oct 13 12:28:03 -0700 2009
elight created repository eve_notifier Tue Oct 13 12:27:45 -0700 2009
New repository is at elight/eve_notifier
elight created tag 0.3.1 at elight/coulda Fri Oct 09 16:21:38 -0700 2009
New tag is at elight/coulda/tree/0.3.1
elight pushed to master at elight/coulda Fri Oct 09 16:20:21 -0700 2009
HEAD is 6bf8e196c42f2b6a6d42c6e5f16e81a680a42085
elight pushed to master at elight/coulda Fri Oct 09 16:17:32 -0700 2009
HEAD is ed8b2910007af641c7d63166d4e8d5706a701425

2 commits »