Skip to content

mmikalsen/turi

 
 

Repository files navigation

turi

Yet another trip planner.

Build Status Code Climate Test Coverage Security Status Dependency Status

Installation guide

Run the following commands:

bundle install
rake db:migrate
rake db:test:prepare
rake db:seed

Updating from 2.1.5 to 2.1.6 do:

rvm install 2.1.6

For the sake of completeness you can add a RAILS_ENV=production behind the rake commands if you want to run the app locally with max performance (note that you need a local postgres installation for this).

If you want to use the production mode locally you also have to compile the assets:

rake assets:precompile

Testing

Turi is built automatically with travis (https://travis-ci.org/turi-inc/turi). To ensure that all tests are passing run:

rake spec

Preview

You can have a look at the preview of the current master branch at the following url: http://turi.herokuapp.com/

Documentup

Design is important. Therefore visit http://documentup.com/turi-inc/turi for a much more elegant README layout.

About

Yet another trip planner.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 41.6%
  • HTML 28.2%
  • Ruby 19.0%
  • JavaScript 11.0%
  • Other 0.2%