public
Fork of yrashk/strokedb
Description: StrokeDB is a lightweight approach to document-oriented database, currently featuring pure Ruby/JRuby implementation.
Homepage: http://groups.google.com/group/strokedb
Clone URL: git://github.com/tmm1/strokedb.git

tmm1's strokedb Feed   feed

elliottcable started watching strokedb 7 months ago
strokedb is at tmm1/strokedb
crossblaim started watching strokedb 7 months ago
strokedb is at tmm1/strokedb
tmm1 committed to tmm1/strokedb 7 months ago

35542863a55e54446471d4f9546e1371eb0232ce

Add strokedb dir to $LOAD_PATH so require "/path/to/strokedb/lib/strokedb" works

tmm1 committed to tmm1/strokedb 7 months ago

d9b8170c70e9928d1303395f90931fcec59c881a

Merge branch 'master' of git://gitorious.org/strokedb/mainline

tmm1 committed to tmm1/strokedb 7 months ago

4bfbff5f5972831bec3c35d019880dbb2cf3d4c7

New LazyMappingHash with associated specs and benchmarks

tmm1 committed to tmm1/strokedb 7 months ago

84157c6ab64e7332c1795ae444cb89889f55dcd4

Merge branch 'master' of git://gitorious.org/strokedb/mainline

tmm1 committed to tmm1/strokedb 7 months ago

82b9e40dc6de84343ad6a74d32f8153224837ad3

Fix LazyMappingArray implementation so all specs pass

tmm1 committed to tmm1/strokedb 7 months ago

06aacab4eef8246cd2dd7332b66e87ef4430d65a

Improve LazyMappingArray spec

tmm1 committed to tmm1/strokedb 7 months ago

780e3ac02c296c61975c63f991d58a5b01742530

Clean up LazyArray benchmark

tmm1 committed to tmm1/strokedb 7 months ago

de676f6eca64389cfe2fe255a8ab8273122282e7

Update LazyMappingArray implementation to be faster/cleaner/simpler

tmm1 committed to tmm1/strokedb 7 months ago

eaa5919acaa5f8baf7356085e4b905404d7dd5db

Add missed comment in new LazyArray

tmm1 committed to tmm1/strokedb 7 months ago

32f6ddf408d7b4ac6fca0fcf1c7adfc8406f9a6b

Merge branch 'new_lazyarray'

tmm1 committed to tmm1/strokedb 7 months ago

b642981bea20a3947be137d1f8a924c90f97feb5

Add benchmark comparing LazyArray implementations

tmm1 committed to tmm1/strokedb 7 months ago

9400a6807565e6b8aea734df4893585d37e106bb

Merge branch 'master' of git://gitorious.org/strokedb/mainline

tmm1 committed to tmm1/strokedb 7 months ago

2fca63957a7f5b366c5f4282ce53f693a3eecefa

Fix minor bugs in validations docs

tmm1 committed to tmm1/strokedb 7 months ago

1ffc5106f36c2e67e1001c64d16a580076d897f5

Merge branch 'master' of git://gitorious.org/strokedb/mainline

tmm1 committed to tmm1/strokedb 7 months ago

01a6826451a5069e7482b8e8e61a1b340278cf05

Merge branch 'master' of git://gitorious.org/strokedb/mainline

tmm1 committed to tmm1/strokedb 7 months ago

75f949a895dd2617729a5a2a8317f8b319a57961

Merge branch 'master' of git://gitorious.org/strokedb/mainline

tmm1 committed to tmm1/strokedb 7 months ago

5738e54209927372a47472d6bf83957cf484125a

add more failing specs to docref regression test

tmm1 committed to tmm1/strokedb 7 months ago

a5db131885fbda0d6a5d4bbb8461d8ca90dd9ff6

add json to gem dependencies

tmm1 committed to tmm1/strokedb 7 months ago

0c0f4fdcc41afffc34960cff8458eb8daad6c825

Split out core extensions into util/ext

tmm1 committed to tmm1/strokedb 7 months ago

169d47a1c0d9f09aa0e0c67ad9ad5efc20979579

Update to latest inflect.rb from the English gem

yrashk started watching strokedb 7 months ago
strokedb is at tmm1/strokedb
tmm1 committed to tmm1/strokedb 7 months ago

e0462c71ca2ab5e4cfc1af3902b98bbf30d302db

ActiveSupport dependency removed. Relevant AS snippets are now in util/support.rb. json/json_pure gems are used for JSON, and facet's english module (util/inflect.rb) is used for inflection.