Skip to content

brandur/pagination-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pagination Example Template

Set-up:

git clone https://github.com/brandur/pagination-template
gem install foreman
bundle install
foreman run

To edit the application being run:

vi app.rb

Run Tests

bundle exec rake

Database

Optionally, get the database bootstrapped with the following:

brew install postgres # or as applicable for system
createdb pagination-template

To access the newly created database:

psql pagination-template

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages