Some quick patches (of mine) I'd like to see before 2.0

Hi all,

Just looking through a list of a few small patches I was involved in and hoping to garner some +1s before the big two-point-oh.

Remove forward slash escaping from String#to_json (by Tim Pope, but I'd really like to see removal of unnecessary escaping where possible, and this is a small step) - http://dev.rubyonrails.org/ticket/10273

AR#to_xml shouldn't pass the :procs options down to associations unless specificied - http://dev.rubyonrails.org/ticket/10162

Doc patch for Time::Conversions (didn't know there was a :long_ordinal option until I looked at the code) - http://dev.rubyonrails.org/ticket/7164

If any of the patches don't apply cleanly to the latest edge lemme know and I'll rebase it!

Oh and I'd also like to take the chance to point everyone who's interested in AR eager loading to check out http://dev.rubyonrails.org/ticket/9640 and keep the discussion and ideas flowing.

Thanks!

Cheers, Chu Yeow

Just looking through a list of a few small patches I was involved in and hoping to garner some +1s before the big two-point-oh.

Remove forward slash escaping from String#to_json (by Tim Pope, but I'd really like to see removal of unnecessary escaping where possible, and this is a small step) - http://dev.rubyonrails.org/ticket/10273

AR#to_xml shouldn't pass the :procs options down to associations unless specificied - http://dev.rubyonrails.org/ticket/10162

Doc patch for Time::Conversions (didn't know there was a :long_ordinal option until I looked at the code) - http://dev.rubyonrails.org/ticket/7164

If any of the patches don't apply cleanly to the latest edge lemme know and I'll rebase it!

All applied.

Oh and I'd also like to take the chance to point everyone who's interested in AR eager loading to check out http://dev.rubyonrails.org/ticket/9640 and keep the discussion and ideas flowing.

I pine for this. Deeply :slight_smile: Please try it in your apps.

jeremy

I was vaguely under the impression that once 2.0 was out of the door we'd be able to give this a good kicking. Accurate impression or rantings of a madman?

Fred

Accurate. But nothing stopping us from kicking at it now!

jeremy