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
Re-added the autocreate decls to simple layer.
dyoder (author)
Sat May 10 01:01:52 -0700 2008
commit  4565ee7b6a5a5b4626b64284680fe913cf79954a
tree    fd4b9a6bf7f438da47848888622cfdbb1ba3be5f
parent  6fefdcf88269da6461176104e03e46a92e3d5716
...
12
13
14
15
16
 
 
17
18
19
...
12
13
14
 
 
15
16
17
18
19
0
@@ -12,8 +12,8 @@ module Waves
0
           
0
           autocreate( :Configurations, Module.new) do
0
             include Autocode
0
- #autocreate_class true, Waves::Configurations::Default
0
- #autocreate_module( :Mapping ) { extend Waves::Mapping }
0
+ autocreate_class true, Waves::Configurations::Default
0
+ autocreate_module( :Mapping ) { extend Waves::Mapping }
0
             autoload_class true, Waves::Configurations::Default
0
           end
0
 

Comments

    No one has commented yet.