jhund / filterrific_demo

A demo Rails app for the Filterrific gem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A demo Rails app for the Filterrific gem


Languages

Language:JavaScript 55.2%Language:Ruby 30.5%Language:HTML 6.6%Language:SCSS 4.4%Language:Haml 3.3%