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
limited resources specs
automatthew (author)
Tue Aug 05 19:16:38 -0700 2008
commit  2bde8065dfd6b1eca39ea9c032af73bc25ea04a1
tree    4769856edddeef02a0ac0903f11cb79394b724fe
parent  563dc70d16e54f4d0c62fd630379ec68c9837155
...
9
10
11
12
13
 
 
14
15
16
...
9
10
11
 
 
12
13
14
15
16
0
@@ -9,8 +9,8 @@ module Waves
0
   # end
0
   module Layers
0
     
0
- # Creates the Configurations namespace and establishes the standard autoload-or-autocreate
0
- # rules.
0
+ # Creates the Configurations and Resources namespaces and establishes the standard autoload-or-autocreate
0
+ # rules. Configurations::Mapping is a module, not a class, so its auto_create declaration is handled separately.
0
     module Simple
0
       def self.included( app )
0
 
...
24
25
26
 
27
28
29
...
24
25
26
27
28
29
30
0
@@ -24,6 +24,7 @@ module Waves
0
       def plural ; self.class.plural ; end
0
       def redirect( path ) ; request.redirect( path ) ; end
0
       
0
+ # Matthew thinks this method is getting obscured by the Simple layer
0
       def paths ; self.class.paths ; end
0
     end
0
       
...
1
 
 
 
2
...
1
2
3
4
5
0
@@ -1 +1,4 @@
0
 require File.join(File.dirname(__FILE__) , "..", "helpers")
0
+
0
+clear_all_apps
0
+module VerifyResources; include Waves::Foundations::Simple; end
0
\ No newline at end of file

Comments

    No one has commented yet.