/glucose-chart

ruby on rails application demo application

Primary LanguageRuby

GLUCOSE APP

Ruby on Rails sample application that demonstrates simple form to accept input from user stores relvant information. Displays data based on date range. This uses devise gem for user authentication.

  • Ruby version (ruby 2.1.8 and rails 4.2.5)

  • System dependencies

    • Ububntu 14.04
    • mysql
  • Database creation

    • rake db:create
    • rake db:migrate
  • How to run the test suite

    • rake test test/models/*
  • TODO

    • rails app
    • table structure
    • create form
    • units tests for models
    • controller tests
    • bootstrap