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.
- Clone this repo.
- Satisfy RVM if you use it.
- Run
bundle install
- Create a DB named
filterrific_demo_development
. Update database.yml if you don't use PostgreSQL. - Run the migrations with
rake db:migrate
. This will set up the schema and populate demo data. - Start the web server and browse the app.
- Happy filtering!
Copyright (c) 2010 - 2016 Jo Hund. (MIT) LICENSE