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
layers/orm/sequel needs the 2.0
automatthew (author)
Fri Jun 06 14:14:57 -0700 2008
commit  e1e5b6055033efc39a9accfd0b2c3b04817f1cd5
tree    87b97f4f4a9185a77e49eb96aaf2e391ec66de3c
parent  7e1a05a2be5d525341b0aa55da52a88bd7d0f6e9
...
 
1
2
3
...
35
36
37
38
39
 
 
40
41
42
...
1
2
3
4
...
36
37
38
 
 
39
40
41
42
43
0
@@ -1,3 +1,4 @@
0
+gem 'sequel', '>= 2.0.0'
0
 require 'sequel'
0
 require File.dirname(__FILE__) / :sequel / :tasks / :schema if defined?(Rake)
0
 
0
@@ -35,8 +36,8 @@ module Waves
0
               
0
               def update( name )
0
                 instance = find( name )
0
- instance.set( attributes )
0
- instance.save_changes
0
+ instance.update_with_params( attributes )
0
+ instance
0
               end
0
             end
0
             

Comments

    No one has commented yet.