.gitignore | |
|
|
.rspec | |
|
|
.simplecov | |
|
|
.travis.yml | |
|
|
Capfile | |
|
|
Gemfile | |
|
|
Gemfile.lock | |
|
|
Guardfile | |
|
|
LICENSE | |
|
|
README.markdown | |
|
|
Rakefile | |
|
|
app/assets/images/rails.png | |
|
|
app/assets/javascripts/application.js | 0 | A 0 mins |
|
app/assets/javascripts/charts.js.coffee | |
|
|
app/assets/javascripts/pages.js.coffee | |
|
|
app/assets/javascripts/samples.js.coffee | |
|
|
app/assets/javascripts/sessions.js.coffee | |
|
|
app/assets/javascripts/users.js.coffee | |
|
|
app/assets/stylesheets/application.css | |
|
|
app/assets/stylesheets/charts.css.scss | |
|
|
app/assets/stylesheets/layout.css.scss | |
|
|
app/assets/stylesheets/pages.css.scss | |
|
|
app/assets/stylesheets/samples.css.scss | |
|
|
app/assets/stylesheets/sessions.css.scss | |
|
|
app/assets/stylesheets/shared.css.scss | |
|
|
app/assets/stylesheets/users.css.scss | |
|
|
app/controllers/application_controller.rb | 12 | A 0 mins |
|
app/controllers/charts_controller.rb | 17 | A 0 mins |
|
app/controllers/pages_controller.rb | 9 | A 0 mins |
|
app/controllers/samples_controller.rb | 43 | A 0 mins |
|
app/controllers/sessions_controller.rb | 18 | A 0 mins |
|
app/controllers/users_controller.rb | 13 | A 0 mins |
|
app/helpers/application_helper.rb | 10 | A 0 mins |
|
app/helpers/charts_helper.rb | 2 | A 0 mins |
|
app/helpers/pages_helper.rb | 2 | A 0 mins |
|
app/helpers/samples_helper.rb | 2 | A 0 mins |
|
app/helpers/sessions_helper.rb | 5 | A 0 mins |
|
app/helpers/users_helper.rb | 2 | A 0 mins |
|
app/models/sample.rb | 14 | A 0 mins |
|
app/models/user.rb | 16 | A 0 mins |
|
app/views/charts/index.html.haml | |
|
|
app/views/layouts/_footer.html.haml | |
|
|
app/views/layouts/_header.html.haml | |
|
|
app/views/layouts/application.html.haml | |
|
|
app/views/pages/contact.html.haml | |
|
|
app/views/pages/home.html.haml | |
|
|
app/views/samples/_sample.html.haml | |
|
|
app/views/samples/_sample_form.html.haml | |
|
|
app/views/samples/edit.html.haml | |
|
|
app/views/samples/index.html.haml | |
|
|