andykent

8
5
Gems straight from their source
Created Sun Apr 20 04:20:28 -0700 2008
legend
A super simple command line task list with markdown storage
Created Tue Apr 01 13:59:18 -0700 2008
legend
A jQuery port of the humanized dialog display technique. (http://www.humanized.com/weblog/2006/09...
Created Fri Feb 22 17:36:31 -0800 2008
legend
A jQuery plugin to ease the development of dynamic html wireframes with state.
Created Thu Mar 06 03:46:38 -0800 2008
legend
A JavaScript mocking and stubbing framework
Created Fri May 16 17:33:40 -0700 2008
legend

Following

Public Activity  feed

andykent committed to ec2onrails 15 days ago

8ee5087e08f92ff93f8df32e3d1599773ab8d60e

The original gem with some mysql permissions fixes

andykent committed to jquery-humanize-messages-plugin 22 days ago

7f4c748b973459c79d804260db144ad2b22aad19

Backported a bunch of IE fixes from Amnesty. mostly related to layout.

andykent committed to jquery-humanize-messages-plugin 22 days ago
andykent committed to smoke 2 months ago

b0b90bd06c3a2a89c646d57aefc42d8aa7f581da

removed isFunction() as it was no longer needed at this time

andykent committed to smoke 2 months ago

ff21a1b444ecf2831c1fbf38f06ae6b6f47719a6

made stubs a bit less magic and a bit more sane.

andykent committed to smoke 2 months ago

210e9da14a360658dccdeb8ba142c3154024771e

added a core file and improved stubs to auto sense if they are stubbing functions or methods.

andykent committed to smoke 2 months ago
andykent committed to smoke 2 months ago

f4ac38cc122d0b607b28ef84365ffbcb7ea08939

mock expectations are now run recursively to avoid looping through each one every call.

andykent committed to smoke 2 months ago

dfcc9a76e1b9c60dc30a6c4e72694090c9cab4d6

expectations are now non-destructive

andykent committed to smoke 2 months ago

0bfb830b9013d07c74ae992214a998f9cff98e60

can now mock onto real objects but expectations are currently destructive