You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User.group(:email).paginate(:page => 1, :per_page => 5)
User Load (1.9ms) SELECT users.* FROM users GROUP BY email LIMIT 5 OFFSET 0
(1.3ms) SELECT COUNT(*) AS count_all, email AS email FROM users GROUP BY email
(Object doesn't support #inspect)
The issue is not their in "v3.0.pre" but is their in both " v3.0.pre2" and "v3.0.pre4"
The text was updated successfully, but these errors were encountered:
See the command and its result :-
User.group(:email).paginate(:page => 1, :per_page => 5)
User Load (1.9ms) SELECT
users
.* FROMusers
GROUP BY email LIMIT 5 OFFSET 0(1.3ms) SELECT COUNT(*) AS count_all, email AS email FROM
users
GROUP BY email(Object doesn't support #inspect)
The issue is not their in "v3.0.pre" but is their in both " v3.0.pre2" and "v3.0.pre4"
The text was updated successfully, but these errors were encountered: