public
Description: My assistance repo w/ minor tweaks (original @ http://assistance.rubyforge.org/svn/trunk)
Homepage: http://assistance.rubyforge.org
Clone URL: git://github.com/bricooke/assistance.git
Imported inflector from Merb.

git-svn-id: http://assistance.rubyforge.org/svn/trunk@10 
76a3b97d-4fa4-4887-8470-eb0d8fc1b0f2
ciconia (author)
Thu Jan 10 08:39:45 -0800 2008
commit  e260f90c5916adfdf2ad1f257767493d4af4e38e
tree    0e8350a2a6018b62556dcdbeeaf0675c13a4e793
parent  c3ee004bf9c0eb05b92a5f0c1ef202953b7f4e6b
...
1
2
 
 
3
4
5
6
...
1
2
3
4
5
6
7
8
0
@@ -1,5 +1,7 @@
0
 === SVN
0
 
0
+* Imported inflector from Merb.
0
+
0
 * Imported ConnectionPool from Sequel.
0
 
0
 * Imported time calculations from Sequel.
0
\ No newline at end of file
0
...
1
2
3
4
5
6
...
 
 
1
2
3
4
0
@@ -1,5 +1,3 @@
0
-* Import code for inflector (from merb?).
0
-
0
 * Object#blank?.
0
 
0
 * code statistics? (from sequel).
0
\ No newline at end of file
...
3
4
5
 
6
...
3
4
5
6
7
0
@@ -3,4 +3,5 @@ dir = File.join(File.dirname(__FILE__), "assistance")
0
   core_ext
0
   time_calculations
0
   connection_pool
0
+ inflector
0
 ].each {|f| require(File.join(dir, f))}

Comments

    No one has commented yet.