gordonbisnor (Gordon B. Isnor)

Name
Gordon B. Isnor
Website/Blog
http://www.isnorcreative.com
Location
Montreal, Canada
Member Since
Jul 13, 2008 (about 1 year)

Following 0 githubbers and watching 10 repositories view all →

Public Repositories (8)

  • acts_as_lockdown

    Locks down specified ActiveRecord attributes when a record is in a certain state machine state

    legend

    Last updated Thu Nov 19 13:44:12 -0800 2009

  • Sinatra-To-Do-List

    A Sinatra to do list application

    legend

    Last updated Sun Aug 30 14:09:23 -0700 2009

  • translates_to_french

    Quick and dirty ActiveRecord translation plugin for English CMS sites that need French translations

    legend

    Last updated Mon Aug 03 11:26:01 -0700 2009

  • Wilderness

    Rails 2.3 Engine Plugin Starter Site/CMS/Automatic Admin Panel

    legend

    Last updated Sat Jul 25 12:41:33 -0700 2009

  • bort

    A base rails app featuring: RESTful Authentication, Will Paginate, Rspec & Rspec-rails, C...

    legend

    Forked from fudgestudios/bort Thu Apr 02 16:22:01 -0700 2009

    Last updated Fri Apr 10 13:02:44 -0700 2009

  • acts_as_versioned_with_changes

    ActiveRecord plugin for versioning your models.

    legend

    Forked from technoweenie/acts_as_versioned Thu Apr 09 16:26:18 -0700 2009

    Last updated Thu Apr 09 18:10:26 -0700 2009

  • do_or_dialog

    little alternative to javascript confirm

    legend

    Last updated Sun Mar 29 14:30:48 -0700 2009

  • lastfm

    LastFM API plugin for Rails

    legend

    Last updated Wed Dec 31 17:15:43 -0800 2008

Public Activity feed

gordonbisnor created gist: 240722 Sun Nov 22 13:15:33 -0800 2009
CANADA_ZONES = ActiveSupport::TimeZone::ZONES.find_all { |z| z.name =~ /Eastern Time|Pacific Time...
gordonbisnor created branch master at gordonbisnor/acts_as_lockdown Thu Nov 19 13:44:13 -0800 2009
gordonbisnor created repository acts_as_lockdown Thu Nov 19 13:41:15 -0800 2009
New repository is at gordonbisnor/acts_as_lockdown
gordonbisnor updated gist: 179912 Wed Sep 30 16:09:33 -0700 2009
after "deploy:symlink", "deploy:update_crontab" namespace :deploy do
gordonbisnor updated gist: 179912 Wed Sep 30 15:57:50 -0700 2009
desc "Update the crontab file" task :update_crontab, :roles => :web do invoke_command 'cd...