We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ 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
Updated pretty URLs.
dyoder (author)
Tue Jul 01 09:29:50 -0700 2008
automatthew (committer)
Tue Jul 01 09:37:24 -0700 2008
commit  989d2e579cb3f47561d0d024dee6807db34cbfeb
tree    dc84568be697403191353ce3df77db5ea5dc4507
parent  8b9421b8077d10f8f4bf25c1946449f9e4cd0cd5
...
15
16
17
18
 
19
20
21
...
15
16
17
 
18
19
20
21
0
@@ -15,7 +15,7 @@ module Waves
0
       #
0
       # /resources # => get a list of all instances of resource
0
       # /resource/name # => get a specific instance of resource with the given name
0
- # /resource/name/editor # => display an edit page for the given resource
0
+ # /resource/name/view # => display a specific view for the given resource
0
       #
0
       module GetRules
0
 
...
6
7
8
 
9
10
11
...
6
7
8
9
10
11
12
0
@@ -6,6 +6,7 @@ module Blog
0
       
0
       extend Waves::Mapping
0
       
0
+
0
       # specific to comments - on create redirect to the entry, not the comment itself
0
       action :create, :resource => :comment, :post => [ '/comments' ] do
0
         redirect( Blog::Resources::Entry.paths.read( action( :create ).entry.name ) )

Comments

    No one has commented yet.