jeremygrant (Jeremy Grant)

Name
Jeremy Grant
Member Since
Dec 10, 2008 (12 months)

Following 0 githubbers and watching 20 repositories view all →

Public Repositories (6)

  • proper_time_zones

    A bit of code to reference on how to query records with dates and times

    legend

    Forked from cjwoodward/proper_time_zones Wed Oct 07 20:25:55 -0700 2009

    Last updated Tue Oct 20 04:36:58 -0700 2009

  • webrat

    Webrat - Ruby Acceptance Testing for Web applications

    legend

    Forked from brynary/webrat Thu Sep 24 20:17:48 -0700 2009

    Last updated Tue Sep 22 12:24:07 -0700 2009

  • acts-as-taggable-on

    A tagging plugin for Rails applications that allows for custom tagging along dynamic contexts.

    legend

    Forked from mbleigh/acts-as-taggable-on Sat Mar 07 21:26:13 -0800 2009

    Last updated Wed Mar 11 23:59:08 -0700 2009

  • machinist

    Fixtures aren't fun. Machinist is.

    legend

    Forked from notahat/machinist Wed Jan 14 23:04:19 -0800 2009

    Last updated Fri Jan 16 18:46:12 -0800 2009

  • acts_as_list

    ActsAsList plugin

    legend

    Forked from rails/acts_as_list Thu Jan 15 03:18:16 -0800 2009

    Last updated Thu Jan 15 03:47:11 -0800 2009

  • paperclip

    Easy file attachment management for ActiveRecord

    legend

    Forked from thoughtbot/paperclip Thu Jan 15 03:54:11 -0800 2009

    Last updated Tue Jan 13 06:22:44 -0800 2009

Public Activity feed

jeremygrant updated gist: 219393 Tue Oct 27 00:20:34 -0700 2009
require 'rubygems' require 'benchmark' require 'exemplor'
jeremygrant forked gist: 219393 Tue Oct 27 00:14:24 -0700 2009
require 'exemplor' def perf(msg='')
jeremygrant pushed to radar at jeremygrant/proper_time_zones Tue Oct 20 04:36:58 -0700 2009
HEAD is 191a42a0be78f2c3b8bde9a5091dbc4ce1a15183
  • Jeremy Grant committed 191a42a0:
    changed Date.parse to Time.zone.parse and all tests pass
jeremygrant pushed to lawrence at jeremygrant/proper_time_zones Mon Oct 19 15:58:42 -0700 2009
HEAD is 93f4852ce60eed36d85c6f956e805cbbe96373da
  • Jeremy Grant committed 93f4852c:
    fixed code to be exactly what Lawrence had and it works
jeremygrant created branch radar at jeremygrant/proper_time_zones Sun Oct 18 23:49:01 -0700 2009
jeremygrant created branch lawrence at jeremygrant/proper_time_zones Sun Oct 18 23:34:35 -0700 2009
jeremygrant pushed to master at jeremygrant/proper_time_zones Sun Oct 18 15:46:03 -0700 2009
HEAD is aaef0fd09e20e8b1031e260739d95bbd37a7ec1f
  • Jeremy Grant committed aaef0fd0:
    added Tim's test as the preferred version
jeremygrant created gist: 208944 Mon Oct 12 20:23:44 -0700 2009
namespace :saasu do desc "Remove invoices by invoice number" task :destroy_invoices => :envir...
jeremygrant pushed to master at jeremygrant/proper_time_zones Wed Oct 07 22:15:31 -0700 2009
HEAD is 2878d1fb674bde466a956d8420f306004b00afe4
  • Jeremy Grant committed 2878d1fb:
    Added clearer and more precise tests for testing the accuracy of Time zoned attributes.
jeremygrant forked cjwoodward/proper_time_zones Wed Oct 07 20:25:56 -0700 2009
Forked repository is at jeremygrant/proper_time_zones