Re: [Rails-core] RJS Collection Proxies

2006-03-19 Thread Cody Fauser
Thanks Rick! On 3/19/06, Rick Olson <[EMAIL PROTECTED]> wrote: > On 3/19/06, Cody Fauser <[EMAIL PROTECTED]> wrote: > > RJS collection proxies are currently broken for mixed case methods > > like findAll or sortBy. I've added a patch in > > http://dev.r

[Rails-core] RJS Collection Proxies

2006-03-19 Thread Cody Fauser
names? "my_name".camelize(:lower) #=> myName -- Cody Fauser http://www.codyfauser.com ___ Rails-core mailing list [email protected] http://lists.rubyonrails.org/mailman/listinfo/rails-core

Re: [Rails-core] RJS Helper Methods Broken

2006-03-07 Thread Cody Fauser
Thanks Rick. On 3/7/06, Rick Olson <[EMAIL PROTECTED]> wrote: > On 3/7/06, Cody Fauser <[EMAIL PROTECTED]> wrote: > > Changset 3772 http://dev.rubyonrails.org/changeset/3772 breaks the > > support for RJS Helper methods which were added in 3470 > > http://d

[Rails-core] RJS Helper Methods Broken

2006-03-07 Thread Cody Fauser
l method include_helpers_from_context was left in the code, so it is hard to tell what is going on. Thanks -- Cody Fauser http://www.codyfauser.com ___ Rails-core mailing list [email protected] http://lists.rubyonrails.org/mailman/listinfo/rails-core

Re: [Rails-core] bug in has_many count?

2006-01-19 Thread Cody Fauser
Michael, construct_sql is executed in the initialize method of the association and it handles the substitution of the sql. Cody On 1/19/06, Michael Schoen <[EMAIL PROTECTED]> wrote: > I can submit a patch, but wanted to confirm I'm looking at this right... > > The docs indicate that if you spe