/thinreports-rails3-example

An example of Rails3.2 with ThinReports and thinreports-rails

Primary LanguageRuby

ThinReports Rails3 Example

The Simple Task Management Application using ThinReports and Rails3. Rails4 example is here.

Build Status Dependency Status

How to run this example:

Get this application source using git:

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

Or download ZIP archives from here.

Then move to application directory, and bundle:

$ cd thinreports-rails3-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.

Requirements

  • Ruby 1.9.3, 2.0, 2.1.2
  • Rails 3.2.19
  • thinreports 0.7.7
  • thinreports-rails 0.1.3

Development

How to run the test

$ bundle exec rake spec

Author

ThinReports.ORG

License

Copyright (C) 2014 ThinReports.org. All rights reserved.