Re: [Rails-core] update_attribute vs. update_attributes

2006-08-12 Thread Jamis Buck
Chris, What validations do you have on the Campaign model? I suspect you're running into something like validates_uniqueness_of, which uses a select to determine whether the attribute is unique or not. - Jamis Chris Abad wrote: Full code: http://pastie.caboo.se/7856 Relevant code: @campai

[Rails-core] Forwarding a bug, following an IRC conversation with -- HACK ALERT

2006-08-12 Thread Philip Hallstrom
Hello all - I was asked to forward a bug found in Active Record 1.14.4 when I upgraded to Rails 1.1.5 today by . He also suggested the 'HACK ALERT'... hope that's okay :) The post in it's entirety is below. Please let me know what else I can do to help resolve this... From [EMAIL PROTECTED

[Rails-core] Inheritance rework

2006-08-12 Thread Rodrigo Kochenburger
I've made minor (or major) rework in how inheritance works. Basicaly it only loads the inheritance on the class that actually will use it, also it moves the inheritance support to a different module, makes simple to create additional inheritances support. I'm planning to release a class table inhe

[Rails-core] Re: script/server and mongrel command line options are not happy

2006-08-12 Thread Kevin Clark
I'm bumping this since I haven't seen teh fix go in. On 7/29/06, Kevin Clark <[EMAIL PROTECTED]> wrote: I just tried to file a ticket for these but trac is giving me errors in the sql. Awesome. Anyway, -d is broken for myself and a few others I've talked to. The server starts but only reports 5

Re: [Rails-core] Adding :having to Active Record

2006-08-12 Thread zdennis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kevin Clark wrote: > You could always make it a plugin. Easy to use in your later projects > too that way. And if other people like it maybe it'll be right for > inclusion at that time. > I agree with Kevin. Make it a plugin, or submit a patch to me

Re: [Rails-core] documentation

2006-08-12 Thread court3nay
On Aug 8, 2006, at 4:43 PM, Jeremy Kemper wrote: On Aug 8, 2006, at 3:47 PM, Michael Koziarski wrote: For example I just submitted a documentation patch (http://dev.rubyonrails.org/ticket/5762) for the :from option for the ActiveRecord find method. I'd think that adding support for this opt