Re: [Rails-core] TimeHelpers and DateTime

2015-07-22 Thread Rafael Mendonça França
It does now at master branch. On Wed, Jul 22, 2015 at 9:05 PM Tyler Margison wrote: > I haven't been able to find anything about this by searching, on Google or > GitHub, but you cannot use TimeHelpers and DateTime together. Is there a > reason the travel_to function doesn't stub DateTime.now or

[Rails-core] TimeHelpers and DateTime

2015-07-22 Thread Tyler Margison
I haven't been able to find anything about this by searching, on Google or GitHub, but you cannot use TimeHelpers and DateTime together. Is there a reason the travel_to function doesn't stub DateTime.now or is this just an oversight? -- You received this message because you are subscribed to t

Re: [Rails-core] rake stats

2015-07-22 Thread Kerri Miller
:+1: -- I don't know of any technical reason why not. -k- On Wed, Jul 22, 2015 at 8:37 AM, Kevin Deisz wrote: > Is there a reason that rake tasks are not part of rake stats? We have a > lot of different rake tasks and I'd like to have them show up in our > statistics so we can monitor as they g

[Rails-core] rake stats

2015-07-22 Thread Kevin Deisz
Is there a reason that rake tasks are not part of rake stats? We have a lot of different rake tasks and I'd like to have them show up in our statistics so we can monitor as they grow/change. I'd be happy to submit a PR for this if it would be accepted. -- *Kevin D. Deisz* *TrialNetworks* - part o

Re: [Rails-core] Feature proposal: Use find_each/find_in_batches with pluck

2015-07-22 Thread Fernando Tapia Rico
+1 On Friday, June 19, 2015 at 2:35:30 PM UTC+2, Paco Guzmán wrote: > > Yes, that our use case too, and as you said we wanted to avoid the AR > objects overhead > > El domingo, 14 de junio de 2015, 22:14:18 (UTC+2), George Ogata escribió: >> >> +1 >> >> I find one of the most frequent uses of fin