The best infinite scrolling possible. Uses Ruby on Rails, Kaminari, jQuery Mobile and jQuery Infinite Scroll Helper, with a basic Forem setup as demo.
- Make sure you have Ruby (standalone or via RVM) and RubyGems installed
- Install dependencies:
bundle install
- Set up the database:
rake db:migrate
- Import dummy data:
rake db:seed
- Start the app:
rails s
Pagination should now be working at http://localhost:3000/forums/default.