Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1018 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 1018 Bytes

What is this?

  • 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

Commit Summary

Check out a summary of the set up instructions on commit bd83260

Set up Instructions

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.

License

MIT

Contributing

  • If I've made a mistake, or this app needs updating - please feel free to raise an issue.

  • PRs fixing bugs will be welcomed!