mirror of
https://github.com/github/rails.git
synced 2026-01-28 15:58:03 -05:00
e875b0db4714a86798a8248e91bea3fb7ffefe52
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3622 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Added :count option to pagination that'll make it possible for the ActiveRecord::Base.count call to using something else than * for the count. Especially important for count queries using DISTINCT #3839 [skaes]. Added :select option to Base.count that'll allow you to select something else than * to be counted on. Especially important for count queries using DISTINCT (closes #3839) [skaes].
Fix Object.subclasses_of to only return currently defined objects (closes #3882) [Jonathan Viney <jonathan@bluewire.net.nz>]
Description
No description provided
Languages
Ruby
97.9%
CSS
1.5%
HTML
0.5%