vzctl / RationalReads

5 stars 1 forks source link

Add pagination to the users#show page (fixes #22) #27

Closed nevinera closed 9 years ago

nevinera commented 9 years ago

I also had to make the rating partial visible again - I assume it was off because you were working on styling or something, but the pagination wouldn't be very impressive if it paginated an empty list ;-)

Amit-P-Amin commented 9 years ago

Wow, that's a great gem! So much easier than pagination through backbone. Thanks!

Yeah - I disabled it because I wanted the feature off until I figured out whether or not people are okay with showing their ratings publicly.

nevinera commented 9 years ago

Ah, I gotcha. Should have looked at the commit log, I guess.

nevinera commented 9 years ago

I turned the ratings back off via data control in the controller until you get opt-in set up or something :-)

Amit-P-Amin commented 9 years ago

Excellent.

On Wed, Apr 1, 2015 at 7:14 PM, Eric Mueller notifications@github.com wrote:

I turned the ratings back off via data control in the controller until you get opt-in set up or something :-)

— Reply to this email directly or view it on GitHub https://github.com/Amit-P-Amin/RationalReads/pull/27#issuecomment-88697607 .

Amit-P-Amin commented 9 years ago

The gem works great! Better than what I custom coded for backbone.