I wrote a plugin a while ago that did partial updates: http://svn.viney.net.nz/things/rails/plugins/acts_as_changed/
I haven't used it recently but it probably still works with Rails edge. It might give someone a head start on implementing something similar. -Jonathan. On 3/6/07, Michael Koziarski <[EMAIL PROTECTED]> wrote: > > > > In case of acts_as_list and the move_higher method (e.g.) you have to > > change your model design - I think an option like :dynamic_update => > > true would be fine for this case. > > I love the Rails way of developing apps easily. If you use native SQL > > your code gets more ugly. Why not add an :dynamic_update => true to > > save, etc? > > The best option here is for someone who's really passionate about this > problem, i.e. yourself, to release a plugin which implements that > functionality. Should it prove popular, we can investigate adding it > to rails itself. > > -- > Cheers > > Koz > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
