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
fiddling with query param matching
automatthew (author)
Tue Aug 26 07:56:42 -0700 2008
commit  c26ff4df139153359021c09a7bd83e16de63fe2a
tree    795d93690c5f8f9042698de1c8c5815c1cdb3e7e
parent  9f55d63764fecd0eae2c1dc8f7abc997d7d6c970
...
48
49
50
 
51
52
53
...
48
49
50
51
52
53
54
0
@@ -48,6 +48,7 @@ module Waves
0
       
0
       def call( *args )
0
         request = args.first
0
+ # Matthew thinks we may need a way to get the original rack request params.
0
         request.params.merge!( @params )
0
         @action.call( *args )
0
       end

Comments

    No one has commented yet.