/tapir-reports-rails-demo

A Rails 5 (but works in 4 just the same) demo app to show TapirReports Word templates working

Primary LanguageHTMLMIT LicenseMIT

TapirReports demo app

This is a demo Rails app for the TapirReports gem

TapirReports turns Word documents into erb templates, making it easy to generate production quality documents from Rails.

The live demo is on Heroku

Ruby version

2.3.0+

Configuration

this demo uses sqlite, so there should be no need for a database server

Docker

  • Install Docker Desktop
  • Rubyists, install the 'dip' gem and:
dip provision
dip rails s
  • Alternatively, use docker-compose directly
docker-compose build
docker-compose up

Database creation and initialization

rake db:setup