adzap (Adam Meehan)

Name
Adam Meehan
Email
Website/Blog
http://duckpunching.com/
Member Since
Apr 10, 2008 (about 1 year)

Following 33 githubbers and watching 217 repositories view all →

Public Repositories (25)

  • active_enum

    Define enum classes in Rails and use them to enumerate ActiveRecord attributes

    legend

    Last updated Mon Nov 23 22:44:22 -0800 2009

  • not_only_but_also

    Rails plugin to split large models into separate files of concern. Like concerned_with but a lit...

    legend

    Last updated Thu Nov 12 19:32:10 -0800 2009

  • formtastic

    A Rails form builder plugin with semantically rich and accessible markup. It's deliciously close...

    legend

    Forked from justinfrench/formtastic Mon Oct 05 19:33:22 -0700 2009

    Last updated Mon Nov 09 22:16:46 -0800 2009

  • validates_timeliness

    Date and time validation plugin for Rails 2.x and allows custom date/time formats

    legend

    Last updated Wed Nov 04 03:17:20 -0800 2009

  • ar_mailer

    fork of ar_mailer gem by Eric Hodel that allows deferred batch sending of emails for Rails apps

    legend

    Last updated Mon Nov 02 18:28:04 -0800 2009

  • machinist

    Fixtures aren't fun. Machinist is.

    legend

    Forked from notahat/machinist Wed Feb 25 20:20:37 -0800 2009

    Last updated Wed Oct 14 22:09:51 -0700 2009

  • foreigner

    Foreign keys for Rails migrations

    legend

    Forked from matthuhiggins/foreigner Wed Oct 14 22:28:08 -0700 2009

    Last updated Sun Sep 27 21:10:35 -0700 2009

  • ginger

    Run specs/tests multiple times through different gem versions

    legend

    Forked from freelancing-god/ginger Sun Nov 23 00:01:10 -0800 2008

    Last updated Fri Sep 18 22:47:40 -0700 2009

  • make_resourceful

    Controller abstractor for Rails

    legend

    Forked from hcatlin/make_resourceful Fri Aug 22 21:18:03 -0700 2008

    Last updated Wed Sep 09 23:08:14 -0700 2009

  • asset_packager

    JavaScript and CSS Asset Compression for Production Rails Apps

    legend

    Forked from sbecker/asset_packager Fri Jan 23 22:40:47 -0800 2009

    Last updated Mon Aug 24 23:07:59 -0700 2009

  • snipmate-snippets

    A collection of snippets for snipmate

    legend

    Forked from scrooloose/snipmate-snippets Wed Oct 28 16:56:46 -0700 2009

    Last updated Fri Aug 21 03:35:47 -0700 2009

  • rails-sqlserver-adapter

    SQL Server 2000 & 2005 Adapter For Rails

    legend

    Forked from rails-sqlserver/2000-2005-adapter Wed Aug 05 03:38:39 -0700 2009

    Last updated Tue Jul 28 11:07:49 -0700 2009

  • craken

    A Rails plugin for managing and installing rake-centric crontab files.

    legend

    Forked from latimes/craken Tue May 19 22:44:53 -0700 2009

    Last updated Tue May 19 23:08:23 -0700 2009

  • passenger-stack

    Sprinkles for Apache, Passenger, Memcached, Git, Mysql or Postgres

    legend

    Forked from benschwarz/passenger-stack Wed Apr 01 19:55:24 -0700 2009

    Last updated Wed Apr 01 20:16:52 -0700 2009

  • voice_form

    Plugin for Adhearsion to add a form features to components

    legend

    Last updated Mon Mar 23 16:39:15 -0700 2009

  • cronos

    Tool for generating cron task intervals using a natural syntax

    legend

    Last updated Sun Mar 15 18:33:12 -0700 2009

  • date_time_text_field_helpers

    Rails form helpers for dates and times to be entered in text input fields rather than using the s...

    legend

    Last updated Mon Mar 02 17:11:21 -0800 2009

  • poor_mans_search

    Ryan Daigle's search plugin for bare bones SQL search when you don't need anything fancy

    legend

    Last updated Fri Feb 13 16:36:35 -0800 2009

  • mocked_fixtures

    Rails plugin to reuse fixtures as mock model objects without any database overhead

    legend

    Last updated Thu Jan 15 15:59:37 -0800 2009

  • make_resourceful_with_pagination

    An evil-twin plugin for make_resourceful to add pagination

    legend

    Last updated Mon Nov 10 12:41:16 -0800 2008

  • adhearsion

    Open-source VoIP development framework written in Ruby

    legend

    Forked from jicksta/adhearsion Thu Oct 23 20:32:18 -0700 2008

    Last updated Tue Nov 04 00:01:43 -0800 2008

  • mock_resourceful

    helper plugin for Rspec controller specs when using make_resourceful

    legend

    Last updated Tue Sep 30 01:26:24 -0700 2008

  • sqlserver_adapter_mods

    A collection of mods and fixes for the Rails SQLServer adapter for Rails 2.0 and 2.1

    legend

    Last updated Tue Sep 09 15:55:22 -0700 2008

  • facebox

    Facebook-style lightbox, built in jQuery

    legend

    Forked from defunkt/facebox Sun Jul 13 18:17:20 -0700 2008

    Last updated Sun Jul 13 19:33:58 -0700 2008

  • calendar_helper

    fork of Geoffrey Grosenbach's calendar_helper rails plugin (http://topfunky.net/svn/plugins/calen...

    legend

    Last updated Wed Jun 18 14:15:29 -0700 2008

Public Activity feed

adzap pushed to master at adzap/active_enum Mon Nov 23 22:44:22 -0800 2009
HEAD is 23796dd80b0dc9a81fde7b4860c2271b64c08946

6 commits »

adzap started watching jnicklas/capybara Thu Nov 19 17:40:46 -0800 2009
capybara's description:
webrat alternative which aims to support all browser simulators
adzap started watching jgdavey/tabletastic Wed Nov 18 17:42:09 -0800 2009
tabletastic's description:
A smart table builder for Rails collections
adzap started watching chrislloyd/brains Sun Nov 15 23:24:23 -0800 2009
brains's description:
mmmm... BRAINS
adzap started watching sinatra/sinatra Sun Nov 15 21:25:13 -0800 2009
sinatra's description:
Classy web-development dressed in a DSL (official / canonical repo)
adzap pushed to master at adzap/not_only_but_also Thu Nov 12 19:32:10 -0800 2009
HEAD is fabbf4e18c47e0894f50d0773c268ad9cd388a13
  • adzap committed fabbf4e1:
    actually add generators to gem and make spec
adzap pushed to master at adzap/not_only_but_also Thu Nov 12 00:13:02 -0800 2009
adzap pushed to master at adzap/not_only_but_also Thu Nov 12 00:08:01 -0800 2009
HEAD is 4d63bcdadb0e790026cddaf863483302f21f37fa
adzap started watching github/linux-2.6 Tue Nov 10 21:16:10 -0800 2009
linux-2.6's description:
Mirror of Linus Torvald's Kernel Tree
adzap started watching hassox/pancake Tue Nov 10 21:07:27 -0800 2009
pancake's description:
Stackem Up!
adzap pushed to master at adzap/formtastic Mon Nov 09 22:16:49 -0800 2009
HEAD is a390f65ad7302d340083bea916327e82ae5f3330

64 commits »

adzap pushed to master at adzap/active_enum Thu Nov 05 15:16:44 -0800 2009
HEAD is d956829d2733198e0376ff90045f81ee3c6258bf

2 commits »

adzap pushed to master at adzap/not_only_but_also Thu Nov 05 14:49:12 -0800 2009
adzap pushed to master at adzap/not_only_but_also Thu Nov 05 14:47:33 -0800 2009
adzap started watching edspencer/jaml Thu Nov 05 14:41:39 -0800 2009
jaml's description:
JavaScript Haml
adzap started watching harukizaemon/hamster Thu Nov 05 12:59:24 -0800 2009
hamster's description:
Persistent Data Structures for Ruby
adzap started watching markmansour/hansard Wed Nov 04 22:50:12 -0800 2009
hansard's description:
Read and write the Australian Hansard
adzap pushed to master at adzap/not_only_but_also Wed Nov 04 18:53:15 -0800 2009
HEAD is 0410a64d9824c443fd183f5c9e20d6194a4775b2
adzap pushed to master at adzap/not_only_but_also Wed Nov 04 18:36:36 -0800 2009
HEAD is 75cab61a4f4e0f99cf5597f85738b807ae8463ff
  • adzap committed 75cab61a:
    removed suffix convention and cleaned up spec
adzap pushed to master at adzap/not_only_but_also Wed Nov 04 18:26:16 -0800 2009
HEAD is 856b30c1861369fe776fdbe55b8e125dcfd37b3c
adzap pushed to master at adzap/active_enum Wed Nov 04 16:13:30 -0800 2009
HEAD is b3bb5a2a5f0b54f5005c5e23ff88c6b1a47bc370
adzap pushed to master at adzap/active_enum Wed Nov 04 16:11:24 -0800 2009
HEAD is 3636dbcb5c4661583886870c090774af42e03010

2 commits »

adzap started watching arya/bluepill Wed Nov 04 16:10:11 -0800 2009
bluepill's description:
simple process monitoring tool
adzap started watching tobi/clarity Wed Nov 04 13:42:12 -0800 2009
clarity's description:
Web interface for real-time log search & tailing. Remotely related to splunk
adzap pushed to master at adzap/not_only_but_also Wed Nov 04 12:10:43 -0800 2009
adzap pushed to master at adzap/not_only_but_also Wed Nov 04 12:10:07 -0800 2009
adzap created branch master at adzap/not_only_but_also Wed Nov 04 12:08:59 -0800 2009
adzap created repository not_only_but_also Wed Nov 04 12:07:42 -0800 2009
New repository is at adzap/not_only_but_also
adzap started watching chrislloyd/pixii Wed Nov 04 12:01:22 -0800 2009
pixii's description:
I believe in you, Peter Pan.
adzap pushed to master at adzap/validates_timeliness Wed Nov 04 03:17:21 -0800 2009
HEAD is c580c3e682628aeadcb84206a2e19a3ba2f4f037
  • adzap committed c580c3e6:
    use generated_methods method rather ivar
adzap started watching neerajdotname/admin_data Mon Nov 02 18:39:08 -0800 2009
admin_data's description:
Browse and Manage your data using browser
adzap pushed to master at adzap/ar_mailer Mon Nov 02 18:28:04 -0800 2009
HEAD is 13397dac3f3d6b819415551acbff7ec7625eb375