GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
Description: Resource-oriented open source Ruby framework for Web apps.
Homepage: http://rubywaves.com/
Clone URL: git://github.com/dyoder/waves.git
need extensions/symbol if we're going to use to_proc magic
automatthew (author)
Tue Aug 26 06:47:44 -0700 2008
commit  abbc9fe60a28abce92929137f7cbbd479d496776
tree    33e1a29b276bf8b8ec4d945646ff4afbd0bed25b
parent  37203d29328f63491a475f68cddaa1f96d4af24c
...
17
18
19
 
20
21
22
...
17
18
19
20
21
22
23
0
@@ -17,6 +17,7 @@ require 'mongrel'
0
 
0
 # a bunch of handy stuff
0
 require 'extensions/io'
0
+require 'extensions/symbol'
0
 require 'fileutils'
0
 require 'metaid'
0
 require 'forwardable'

Comments

    No one has commented yet.