RailsCasts Pro episodes are now free!

Learn more or hide this

amunda's Profile

GitHub User: amunda

Comments by

Avatar

Awesome as usual. By the way i was wondering shouldn't this method CommentPoller.poll() be outside the 'if' clause because if the comments is < 0 then it will never poll again

Avatar

That doesn't work. It still paginate on all the 300 recordss

Avatar

Is there any workaround for using will_paginate with active_admin?

Avatar

Thanks for great screencast. Loving the Pro service!

One question regarding pagination. Is it possible to paginate within limited set of records. Eg. If my table contains 300 records and i only want to show the first 100 records to users and then paginate only on those 100 records?