GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

packagethief

Jeffrey Hardy
37signals
Canada
6
5
May 20, 2008

Following

Public Activity  feed

packagethief committed to packagethief/memcache-client Sun Nov 23 23:01:56 -0800 2008

87bbf80b5672dd527724ba7a836c6d1dc4bbb234

Fix previously unnoticed test failures due to the gem library being loaded over the local library

packagethief committed to packagethief/memcache-client Sun Nov 23 23:01:55 -0800 2008

059e6042496510960a28aa27da6382c2ab1173c2

Fix that IndexError would bubble up on methods not wrapped in with_server. Always raise MemCacheError as per the original implementation.

packagethief committed to packagethief/memcache-client Sun Nov 23 23:01:54 -0800 2008

106f8c15451ee987d1a60fd47ce9ed245b950176

Consistently return server responses and check for errors. Ported from Rails' bundled client [#09d98f1]

packagethief committed to packagethief/memcache-client Sun Nov 23 23:01:54 -0800 2008

692d09e5ff7fae3ffb0070a1c6cf1e2e61e3a1a5

Ruby 1.9 compat: don't shadow local variable with block variable; Use String#bytes if it's defined

packagethief forked fiveruns/memcache-client Sun Nov 23 20:03:12 -0800 2008
Forked repository is at packagethief/memcache-client
packagethief committed to rails/rails Fri Oct 31 10:48:28 -0700 2008

408c7227575e0c395a45605783cade1ba3b51e02

Really silence spec warnings when running GemDependency tests [#1308 state:resolved]

packagethief committed to rails/rails Thu Oct 23 19:27:55 -0700 2008

3bcadc9290c7fab2491e900458ec5b608a037718

Fix incorrect closing CDATA delimiter. Add tests for CDATA nodes.

packagethief committed to rails/rails Thu Oct 23 19:27:55 -0700 2008

1a1822726189f3cfff305dea62e5cfbdbc0da577

Fix that HTML::Node.parse would blow up on unclosed CDATA sections.

packagethief committed to rails/rails Thu Oct 23 19:27:45 -0700 2008

8fad8d7e174cf4f1a5bb529f24f88028fbef39f5

Fix incorrect closing CDATA delimiter. Add tests for CDATA nodes.

packagethief committed to rails/rails Thu Oct 23 19:27:44 -0700 2008

d1922cc31585b02011bf2928b96f5550f9dc496c

Fix that HTML::Node.parse would blow up on unclosed CDATA sections.

packagethief committed to hcatlin/make_resourceful Sun Aug 31 11:04:18 -0700 2008

e9edede78c87536a7cbd3e262fa47e9fe6835a62

Fixed some issues with the new resourceful_scaffold generator

packagethief committed to jeremy/rails Wed Aug 27 21:34:51 -0700 2008

762ee05fce79ac7e5a2537d7bd05f2705d63a7a6

Account for the possibility of a nil options argument to CompressedMemCacheStore#read/#write

packagethief committed to 37signals/libmemcached_store Sat Aug 23 17:27:23 -0700 2008

d931550d2dc29869ff3cbb5d597b05d1acc7a801

Don't log an error on Memcached::NotFound since it's the normal behavior when a key can't be found

packagethief committed to 37signals/libmemcached_store Sat Aug 23 16:42:34 -0700 2008

a8224ae3220876802af3ace6e775f416657ce11f

Update tests to reflect that the 'namespace' option was renamed to 'prefix_key' in memcached-0.11

packagethief committed to 37signals/libmemcached_store Sat Aug 23 15:54:01 -0700 2008

e417fabeddca9028ffd5f50df8fcef5178e0c5a6

Fix a subtle bug that would cause values never to be marshalled

packagethief committed to 37signals/libmemcached_store Mon Aug 18 12:48:43 -0700 2008
packagethief committed to packagethief/memcached Tue Aug 12 07:46:47 -0700 2008

3c6bb303dfeb9963cb64a576c059798cf28e774d

Support hostnames with dashes in them (e.g., app-cache-01)