Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 864 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 864 Bytes

Filterrific Demo App (Rails 5.x branch)

This is a demo Rails app for the Filterrific gem.

It is also used for integration testing of Filterrific into different versions of Rails. I prefer testing Rails Engines in a separate app rather than the dummy app inside the Engine gem.

How to run the app

  1. Clone this repo.
  2. Satisfy RVM if you use it.
  3. Run bundle install
  4. Create a DB named filterrific_demo_development. Update database.yml if you don't use PostgreSQL.
  5. Run the migrations with rake db:migrate. This will set up the schema and populate demo data.
  6. Start the web server and browse the app.
  7. Happy filtering!

Copyright

Copyright (c) 2010 - 2019 Jo Hund. (MIT) LICENSE