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
s/index/status for stat page
automatthew (author)
Thu Aug 21 08:19:04 -0700 2008
commit  6ba97a8fc3fcb664e24e21cdf4b0d35b8116c9fb
tree    7d2f2946f1c35a48fe9035249d46148ea95d9de1
parent  cfc9cfdb34569d43e473db67fc6dd5649131a47a
...
7
8
9
10
 
11
12
13
...
7
8
9
 
10
11
12
13
0
@@ -7,7 +7,7 @@ module Blog
0
       extend Waves::Mapping
0
       
0
       response( :get => [] ) { redirect "/waves/status"}
0
- response( :get => [ "waves", "status" ], :resource => :waves) { render( :index ) }
0
+ response( :get => [ "waves", "status" ], :resource => :waves) { render( :status ) }
0
       
0
       # specific to comments - on create redirect to the entry, not the comment itself
0
       response :create, :resource => :comment, :post => [ 'comments' ] do

Comments

    No one has commented yet.