mtodd

Matt Todd
Clayton State University
Atlanta, GA
8
12
Simple Authentication System and User Management
Created Sat Mar 08 19:17:04 -0800 2008
legend
A merb web app, run locally, to visually manage your git project from a web interface.
Forked from dcparker/git-visual Thu May 29 23:57:38 -0700 2008
legend
JSON Web App Framework
Created Sun Feb 10 22:29:57 -0800 2008
legend
A collection of non-Ruby clients for Halcyon applications.
Created Fri May 02 07:27:54 -0700 2008
legend
Merb Core: All you need. None you don't.
Forked from wycats/merb-core Fri Jan 11 21:50:53 -0800 2008
legend
Ruby core extensions library extracted from Merb core.
Forked from wycats/merb-extlib Thu Jul 24 14:49:37 -0700 2008
legend
Merb More: The Full Stack. Take what you need; leave what you don't.
Forked from wycats/merb-more Sun May 18 02:52:10 -0700 2008
legend
Helping to solve the shortage of Merb-based blogging sites
Created Thu May 15 23:46:14 -0700 2008
legend
The Database Toolkit for Ruby
Forked from jeremyevans/sequel Wed May 14 22:45:57 -0700 2008
legend
The Slapp Merb/Rspec tutorial app
Created Tue Apr 22 17:41:50 -0700 2008
legend
A FireEagle-based Halcyon sample application
Created Fri Mar 14 11:34:43 -0700 2008
legend
A very fast & simple Ruby web server
Forked from macournoyer/thin Tue Jul 01 08:59:08 -0700 2008
legend

Following

Public Activity  feed

mtodd committed to halcyon 1 day ago

206f65f37c43869d5ff97cab58c626079ef62a63

Fixed bug with questionable characters being POSTed and mangled when parsed due to not being escaped. Includes new tests and additional testing actions for generated apps (for testing the client). [#57 state:resolved]

mtodd forked merb-extlib 1 day ago
Forked repository is at mtodd/merb-extlib
mtodd started watching merb-extlib 2 days ago
merb-extlib is at wycats/merb-extlib
mtodd started watching simply_versioned 3 days ago
simply_versioned is at jerome/simply_versioned
mtodd edited a page in the will_paginate wiki 9 days ago
mtodd committed to halcyon 22 days ago

b9766c6e992eea3c285a30b4baf0e624bde68207

Updated version to 0.5.2. Specified what files to automatically load (to prevent Capified Halcyon apps from loading config/deploy.rb and dying).

mtodd committed to aurora 24 days ago

10455615e3e62b4f40cb633cf51c52efce578f43

Updated Aurora to the Halcyon 0.5.1 spec (and partly the unreleased Halcyon 0.5.2 spec).

mtodd committed to halcyon 24 days ago

4729bc626bac2a8f48a0a16ee1b8a0372a30a9cf

Fixed issue with how hooks were being defined and stored by default. [#56 state:resolved]

mtodd committed to halcyon 24 days ago

64e656adbcfed3bdd2acfbaf3f55e33c7df273bd

Made the boot process only require unique paths (to prevent loading hooks twice, for instance).