- Rails demo app
- re: how to set up pagy.
- vanilla installation - without "extras", or pagy's javascript helpers.
Please check out other pagy demo apps if you want to see samples of how other functionality can be set up.
- Rails: 8.0.0
- Ruby: +3.2.0
Check out a summary of the set up instructions on commit bd83260
rake db:migrate db:seed
The following sets up the database, and "seeds" it - i.e. filling it with 1000s records.
./bin/dev
# starts the rails server
Point your browser to: http://[::1]:3000 and you should see pagy functioning.
MIT
-
If I've made a mistake, or this app needs updating - please feel free to raise an issue.
-
PRs fixing bugs will be welcomed!