Have a look at https://www.driftingruby.com/episodes/infinite-scrolling
It uses `will_paginate` but `kaminari` should be a fairly simple drop in with some minor changes.
I must have been exhausted when I was writing up the Resources section. Check it now, the source code link is posted.
It should be in the `vendor/assets/javascripts` folder.
Are you serving the site over SSL? Check the browser's developer tools to see if there are any warnings or errors.
Hello Dede,
I've pulled down the code from github and ran it in production mode.
The only difference that I made in the source app was add a secrets key in the secrets.yml file and run the app with RAILS_ENV=production passenger start as this will mount the rails app under nginx (similar to how it would be on a production environment).
I was able to get the camera showing without any issues.
You may want to check your browser to ensure that the camera was shared.