On Oct 18, 5:56 pm, Greg Willits <[email protected]> wrote: > The model in question requires a specific named connection in order to > use a specific database (multi-db application). Of course, using > AR::Base.connection wasn't using the correct db. > in that case won't some_object.class.connection be a connection to the correct database for some_object ?
Fred > However, this code is in a general-purpose acts_as_pessimistic plugin > I've written (which does it better than the built-in way IMO), and I > don't see any way it can know about the multi-db goings on, so I need to > solve the task a different way. > > I need to avoid validation, so I can do that with save(false), and I > need to avoid changing lock_version if it exists. You gave me and idea > for the latter last year, so I'll give that a go here too. > > -- gw > -- > Posted viahttp://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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-talk?hl=en -~----------~----~----~----~------~----~------~--~---

