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
Fix for POST request to a lambda.
lawrencepit (author)
Wed Mar 26 22:59:36 -0700 2008
commit  9c5fe96efb8a345222bdaf5ff7a8877a1ced662b
tree    d93f3650a1d68fb4c3a7233d29f87ef3d8a85028
parent  a65705b84c02b0bfd19ef595bcbef57697d206b1
...
195
196
197
198
 
199
200
201
...
195
196
197
 
198
199
200
201
0
@@ -195,7 +195,7 @@ module Waves
0
        elsif param.is_a? Regexp
0
        return false unless value.to_s =~ param
0
        else
0
- return false unless value.to_s == param
0
+ return false unless value.to_s == param.to_s
0
         end
0
       end
0
       return true

Comments

    No one has commented yet.