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
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
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
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
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