#176 ✓resolved
Mislav

Implicit :all

Reported by Mislav | January 9th, 2008 @ 12:06 PM

Paul Berry reports:

# Article model
scope_out :published, :conditions => ["published_at is not null"]

# this works:
Article.paginate_published :all, :page => "1"

# raises ActiveRecord::RecordNotFound: Couldn't find Article without an ID
Article.paginate_published :page => "1"

I'm thinking of pushing :all implicitly to any finder, not just "paginate" and "paginate_by_*".

Comments and changes to this ticket

  • Mislav

    Mislav March 30th, 2008 @ 01:51 PM

    • State changed from “new” to “resolved”

    What was I thinking? This wasn't a good idea at all. I'll put all my hopes on named_scope

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.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Everyone's favorite Ruby library for pagination of practically anything!

People watching this ticket

Pages