This is a demo application for the forty_facets gem.
- Clone the repository.
- Run
rake db:create db:migrate
to build the database. - Run
rake movies:import
to add movies to the database. - Run
rails server
to run the application.
This is a demo application for the forty_facets gem.
rake db:create db:migrate
to build the database.rake movies:import
to add movies to the database.rails server
to run the application.