public
Description: I suppose it's a document database. Or a tuple store. But really, it's just data sloshing around, waiting to be used.
Clone URL: git://github.com/lazyatom/soup.git

lazyatom's soup Feed   feed

necrodome forked soup 4 days ago
Forked repository is at necrodome/soup
lrug started watching soup 2 months ago
soup is at lazyatom/soup
lazyatom committed to lazyatom/soup 3 months ago

b775ab2b204693788814978b12da53a23c160c38

Bumping the version to highlight the deletion functionality.

lazyatom committed to lazyatom/soup 3 months ago

bd83db1d3e0b31309f3b0ab011774c9369f9ce45

We should be able to delete snips

nikolay started watching soup 4 months ago
soup is at lazyatom/soup
seanohalpin started watching soup 5 months ago
soup is at lazyatom/soup
lazyatom commented on lazyatom/soup 5 months ago
Comment in 513d6d0:

It’s only an issue on my work machine, weirdly (which is a quad-core Mac, so it’s nothing performance-related). I’ll investigate further…

elliottcable commented on lazyatom/soup 5 months ago
Comment in 513d6d0:

That’s odd – does it just iterate infinitely? Or does it spawn a process that continues to eat ram after rcov has generated?

lazyatom committed to lazyatom/soup 5 months ago

ebe4da49d6419a03be34601c1eff28457a770434

Pushing new manifest and version (forgot some files the last time.

lazyatom committed to lazyatom/soup 5 months ago

2c55cb6dcb094d8615e66c95ca17c074c3247150

Soup shouldn't assume that name is a special or unique property.

lazyatom committed to lazyatom/soup 5 months ago

1dcbcf257772f353dd898d7ccd89a725c8ddb224

Added specs for creating snips using the Soup

lazyatom committed to lazyatom/soup 5 months ago

d569e9b1cf514afed4679b4cfde1b2c6db9b57ef

We don't need to print this stuff out all the time

lazyatom committed to lazyatom/soup 5 months ago

393ff7aee5029ac50b52d3424703c20ff81288e9

The interface for loading snips should be on Soup itself.

lazyatom committed to lazyatom/soup 5 months ago

41e1effd17bcb2c260e7a0617337c08c4edd322f

Added new search syntax to Soup interface

lazyatom committed to lazyatom/soup 5 months ago

513d6d02f315e0ab4650e8277b6ca0d61909cd93

Disabling RCov tests, as RCov seems to be broken on my machine (it sucks up all the memory).

lazyatom committed to lazyatom/soup 5 months ago

3a84fa07e0d301ce5e6504962c39e3756883899b

Extracted the EmptyClass into its own file

elliottcable commented on lazyatom/soup 5 months ago
Comment on Rakefile in a5208f5:

It’s fully up to you, of course, but see my replies to your comments on my commit on Rakefile.rb @ a0457ef (-;

lazyatom committed to lazyatom/soup 5 months ago

a5208f59f9bbe0507affa329366794df0a31f0a8

Merged some of the changes from elliotcable's fork.

rrees started watching soup 5 months ago
soup is at lazyatom/soup
elliottcable forked soup 5 months ago
Forked repository has since been deleted.
lazyatom committed to lazyatom/soup 5 months ago

f151d7b9aa8eea291c4d4a5bef1a8325f4975b00

Updated the README to use the Soup interface

lazyatom committed to lazyatom/soup 5 months ago

76e7984864384d19a48d460a2e3f6d55f497ec3f

In case we've already put soup in the , lets uniq the array.

lazyatom committed to lazyatom/soup 5 months ago

97acf197201ca2219816febd52a6d1bdc3ea8eaf

spec/soup_test.rb was a SQLite databse that got misnamed.

lazyatom committed to lazyatom/soup 5 months ago
h-lame committed to lazyatom/soup 5 months ago

6c81b1badd0b99dcc4de5fb9299bcc02f11d3d78

require sequel after gem-ing it. Just like with data_mapper_tuple

robmckinnon forked soup 5 months ago
Forked repository has since been deleted.
techbelly started watching soup 6 months ago
soup is at lazyatom/soup
robmckinnon started watching soup 6 months ago
soup is at lazyatom/soup
lazyatom committed to lazyatom/soup 6 months ago

30f074dd42334454efe47f722ce31e2dd131257c

We should be able to save snips, or the whole soup, as a yaml file.

lazyatom committed to lazyatom/soup 6 months ago

1e670a0707c2a73642b75fb467b7934096ceb616

Added specific gem versions for Active Record