zaid/thyracker

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.rspec
.simplecov
.travis.yml
Capfile
Gemfile
Gemfile.lock
Guardfile
LICENSE
README.markdown
Rakefile
app/assets/images/rails.png
app/assets/javascripts/application.js0
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.rb12
A
0 mins
app/controllers/charts_controller.rb17
A
0 mins
app/controllers/pages_controller.rb9
A
0 mins
app/controllers/samples_controller.rb43
A
0 mins
app/controllers/sessions_controller.rb18
A
0 mins
app/controllers/users_controller.rb13
A
0 mins
app/helpers/application_helper.rb10
A
0 mins
app/helpers/charts_helper.rb2
A
0 mins
app/helpers/pages_helper.rb2
A
0 mins
app/helpers/samples_helper.rb2
A
0 mins
app/helpers/sessions_helper.rb5
A
0 mins
app/helpers/users_helper.rb2
A
0 mins
app/models/sample.rb14
A
0 mins
app/models/user.rb16
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