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:
Changed README
ndemonner (author)
Mon Apr 14 19:56:17 -0700 2008
commit  9935a97b3a9bf2aab95cd35086e78bdfd49e39e3
tree    726de9a726e1687c54431ee099bfb1408c1322d1
parent  a5bd5e928adf8ecd6c6c324c05624ead061ee09a
...
21
22
23
24
25
26
27
...
21
22
23
 
24
25
26
0
@@ -21,7 +21,6 @@
0
 * English
0
 * Facets
0
 * Validatable
0
-* Fastercsv (for csv exporting/importing)
0
 
0
 == INSTALL:
0
 
...
4
5
6
7
8
9
10
...
4
5
6
 
7
8
9
0
@@ -4,7 +4,6 @@
0
 require 'english/inflect'
0
 require 'facets'
0
 require 'yaml'
0
-require 'fastercsv'
0
 
0
 require File.expand_path(File.dirname(__FILE__) + '/stone/core_ext/string')
0
 require File.expand_path(File.dirname(__FILE__) + '/stone/core_ext/symbol')
...
21
22
23
24
25
26
27
...
21
22
23
 
24
25
26
0
@@ -21,7 +21,6 @@
0
 * English
0
 * Facets
0
 * Validatable
0
-* Fastercsv (for csv exporting/importing)
0
 
0
 == INSTALL:
0
 
...
4
5
6
7
8
9
10
...
4
5
6
 
7
8
9
0
@@ -4,7 +4,6 @@
0
 require 'english/inflect'
0
 require 'facets'
0
 require 'yaml'
0
-require 'fastercsv'
0
 
0
 require File.expand_path(File.dirname(__FILE__) + '/stone/core_ext/string')
0
 require File.expand_path(File.dirname(__FILE__) + '/stone/core_ext/symbol')

Comments

    No one has commented yet.