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
extracted default helpers to framework
automatthew (author)
Thu May 08 18:14:01 -0700 2008
commit  2b88e3dc1d501d82ef428ea906d3d2c172f8ec91
tree    3777ec9294c5bfa9b0894a9e9d13a96e3dac3f8e
parent  daa562ab380642dffd037a917751a07e7a87579a
...
14
15
16
17
18
19
 
20
21
22
...
14
15
16
 
17
18
19
20
21
22
0
@@ -14,9 +14,9 @@ module DefaultApplication ; include Waves::Foundations::Default ; end
0
       DefaultApplication::Configurations::Development.host.should == '127.0.0.1'
0
       DefaultApplication::Helpers::Testing
0
       DefaultApplication::Models::Default.superclass.should == Waves::Layers::ORM::Model
0
- DefaultApplication::Views
0
       DefaultApplication::Views::Default
0
       DefaultApplication::Controllers::Default
0
+ DefaultApplication::Helpers::Default
0
     end
0
 
0
     it "should autoload Helpers, Models, Views, and Controllers when their files exist" do

Comments

    No one has commented yet.