Skip to content

benkoshy/pagy_setup

Repository files navigation

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!

About

Demo app to show pagy's set up instructions on a rails app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published