vijaysali / glucose-chart

ruby on rails application demo application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

ruby on rails application demo application


Languages

Language:Ruby 71.0%Language:HTML 23.8%Language:CSS 3.4%Language:JavaScript 1.1%Language:CoffeeScript 0.7%