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
Added compact foundation.
dyoder (author)
Fri Sep 26 22:21:52 -0700 2008
commit  1e9dce857af0f38f886d24c0f43374feba9da3c0
tree    c6e9c81ace85bb4cac67417f3f3b0ef252841b93
parent  9f26063a1335f72329fa16d02cbfc94a0ff7ea34
...
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
 
22
23
24
...
6
7
8
 
 
 
 
 
 
 
 
 
 
 
 
 
9
10
11
12
0
@@ -6,19 +6,7 @@ module Waves
0
 
0
       def self.included( app )
0
 
0
- app.auto_eval :Configurations do
0
- auto_eval :Mapping do
0
- extend Waves::Mapping
0
- handle(Waves::Dispatchers::NotFoundError) do
0
- html = app::Views[:errors].process( request ) do
0
- not_found_404( :error => Waves::Dispatchers::NotFoundError )
0
- end
0
- response.status = '404'
0
- response.content_type = 'text/html'
0
- response.body = html
0
- end
0
- end
0
- end
0
+ # TODO: We should probably do something here.
0
         
0
       end
0
     end

Comments

    No one has commented yet.