public
Fork of ndemonner/stone
Description: Plug-and-play data persistence created for small Ruby web applications.
Homepage: http://stone.rubyforge.org
Clone URL: git://github.com/juretta/stone.git
Search Repo:
stone / Manifest.txt
100644 50 lines (50 sloc) 1.26 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
History.txt
License.txt
Manifest.txt
README.txt
Rakefile
bin/stone-gen
config/hoe.rb
config/requirements.rb
lib/stone.rb
lib/stone/callbacks.rb
lib/stone/core_ext/string.rb
lib/stone/core_ext/symbol.rb
lib/stone/data_store.rb
lib/stone/query.rb
lib/stone/resource.rb
lib/stone/version.rb
log/debug.log
sandbox_for_specs/datastore/.stone_metadata
sandbox_for_specs/datastore/authors/1.yml
sandbox_for_specs/datastore/authors/2.yml
sandbox_for_specs/datastore/authors/3.yml
sandbox_for_specs/datastore/authors/4.yml
sandbox_for_specs/datastore/authors/5.yml
sandbox_for_specs/datastore/posts/1.yml
sandbox_for_specs/datastore/posts/2.yml
sandbox_for_specs/sample_resources/author.rb
sandbox_for_specs/sample_resources/comment.rb
sandbox_for_specs/sample_resources/person.rb
sandbox_for_specs/sample_resources/post.rb
script/console
script/destroy
script/generate
script/txt2html
setup.rb
spec/callbacks_spec.rb
spec/query_spec.rb
spec/resource_spec.rb
spec/spec_helper.rb
spec/stone_spec.rb
spec/string_spec.rb
spec/symbol_spec.rb
tasks/deployment.rake
tasks/environment.rake
tasks/website.rake
website/images/stone.png
website/index.html
website/index.txt
website/javascripts/rounded_corners_lite.inc.js
website/stylesheets/screen.css
website/template.html.erb