/thinreports-rails5-example

An example of Rails5 with Thinreports and thinreports-rails

Primary LanguageRuby

Thinreports Rails5 Example

Build Status

The Simple Task Management Application using Thinreports and Rails5. Rails4 example is here.

How to run this example:

Get this application source using git:

$ git clone git://github.com/thinreports/thinreports-rails5-example.git

Or download ZIP/TAR archives from here.

Then move to application directory, and bundle:

$ cd thinreports-rails5-example/
$ bundle install

Setup database with seeds:

$ bundle exec rake db:setup

Start application:

$ bundle exec rails s

Go to http://localhost:3000/tasks in your browser.

Development

Requirements

  • Ruby 2.2. 2.3, 2.4, 2.5
  • Rails 5.2.1
  • thinreports 0.10.2
  • thinreports-rails 0.4.0

Appendix: Run on Docker Container (Experimental)

$ docker-compose build
$ docker-compose run rails rails db:setup
$ docker-compose up -d

Open http://localhost:3000.

Copyright

© 2010-2016 Matsukei Co.,Ltd.