aboutsummaryrefslogtreecommitdiffstats
path: root/lib/active_relation/relations/skip.rb
Commit message (Collapse)AuthorAgeFilesLines
* - removed #qualify and #descend helperNick Kallen2008-04-121-4/+0
| | | | | - qualify seems no longer neccessary since everything is fully qualified - finished pending specs
* - string passthrough for joinsNick Kallen2008-04-121-2/+3
| | | | - blank checks
* fixed bug with take/skipNick Kallen2008-04-111-5/+5
|
* redesigned the way limit and offset workNick Kallen2008-04-111-0/+18
- was range now have special 'take' and 'skip' operations. (the terminology comes from linq)