Limit of one document per scribd_user
Reported by Paul Canavese | April 12th, 2009 @ 05:12 PM
There is a bug in load_ipaper_document, as the returned document is cached in @document in the class. This means that if one tries to load more than one document in the same request through this method, one would always get the first document returned.
Comments and changes to this ticket
-
Matt Darby April 12th, 2009 @ 07:26 PM
- State changed from new to resolved
Again, good catch. Removed memoization in
ScribdFu::load_ipaper_document
. Fix is in 2.0.4.
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 »
A Ruby on Rails plugin that streamlines interaction with Scribd.com’s iPaper service, and works along side of either Attachment_fu or Paperclip.