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
app mapping file must do the extend
automatthew (author)
Fri Jul 11 18:50:53 -0700 2008
commit  f064231eac9978dc4b839516f2f80f316b757ac1
tree    4cc6fb48a227574b9c2b65a2effd26ffcabc7636
parent  264414a09d9c670b986c29af202c320b2a30a423
...
3
4
5
 
6
7
8
...
3
4
5
6
7
8
9
0
@@ -3,6 +3,7 @@ module <%= @name %>
0
   module Configurations
0
 
0
     module Mapping
0
+ extend Waves::Mapping
0
       # your custom rules go here
0
       include Waves::Mapping::PrettyUrls::RestRules
0
       include Waves::Mapping::PrettyUrls::GetRules
...
24
25
26
27
28
29
30
31
32
...
24
25
26
 
 
 
27
28
29
0
@@ -24,9 +24,6 @@ module Waves
0
           auto_create_class true, Waves::Configurations::Default
0
           auto_load :Mapping, :directories => [:configurations]
0
           auto_load true, :directories => [:configurations]
0
- auto_eval :Mapping do
0
- extend Waves::Mapping
0
- end
0
         end
0
       end
0
     end

Comments

    No one has commented yet.