slice broken
Reported by Chris Wanstrath | September 29th, 2007 @ 10:33 AM
us = User.select { |u| u.id > 20 }.sort_by(&:id)[3, 5]
=> (Query object: call #to_sql or #to_hash to inspect, call an
Enumerable (such as #each or #first) to request data)
>> us.to_sql
=> "SELECT * FROM users WHERE users.`id` > 20 ORDER BY users.id LIMIT
5 OFFSET 5"
Comments and changes to this ticket
-
Chris Wanstrath September 29th, 2007 @ 10:35 AM
- State changed from open to resolved
Fixed by Yves Dufour!
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป