Ruby on Rails
Tuesday, October 13, 2015
Railscasts is now premium content. Perhaps you could provide a bit more context.
http://railscasts.com/episodes/114-endless-page-revised?view=asciicast
As a User Experience side note, please be sure that infinite scroll is appropriate. Depending on the goals of your user it can be a frustrating interface. If you are not tracking infinite scroll position then when a user is forced to refresh may loose their place (restoring state is important), and consider if a user might want to share a particular part of the list (state in the url). For general usability reading: http://www.nngroup.com/articles/infinite-scrolling/
On Monday, October 5, 2015 at 4:37:21 AM UTC-4, Hans wrote:
-- http://railscasts.com/episodes/114-endless-page-revised?view=asciicast
As a User Experience side note, please be sure that infinite scroll is appropriate. Depending on the goals of your user it can be a frustrating interface. If you are not tracking infinite scroll position then when a user is forced to refresh may loose their place (restoring state is important), and consider if a user might want to share a particular part of the list (state in the url). For general usability reading: http://www.nngroup.com/articles/infinite-scrolling/
On Monday, October 5, 2015 at 4:37:21 AM UTC-4, Hans wrote:
I develop an application in rails 3.2 and ruby 1.9I am using endless scrolls as described in railcars 114. I works fine except when I try to use it on a remote table with remote will paginate. Then there is already an index.js file and I cannot find out how to use endless scrolling this situationGrateful for any ideas
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/6f6719a5-72b0-4ca6-b357-04c31e6dddcf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment