carmentang/engineerswithoutborders

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.byebug_history
.codeclimate.yml
.coveralls.yml
.gitignore
.travis.yml
Gemfile
Gemfile.lock
README.md
Rakefile
app/assets/fonts/proximanova.ttf
app/assets/images/ewb-sfp-logo.png
app/assets/javascripts/application.js8
A
0 mins
app/assets/javascripts/sessions.coffee
app/assets/javascripts/users.coffee
app/assets/javascripts/volunteers.coffee
app/assets/stylesheets/_header.scss
app/assets/stylesheets/application.css
app/assets/stylesheets/custom.css.scss
app/assets/stylesheets/flash.scss
app/assets/stylesheets/sessions.scss
app/assets/stylesheets/users.scss
app/assets/stylesheets/volunteer.scss
app/controllers/application_controller.rb4
A
0 mins
app/controllers/sessions_controller.rb26
A
25 mins
app/controllers/users_controller.rb57
A
50 mins
app/controllers/volunteers_controller.rb140
B
6 hrs
app/helpers/application_helper.rb10
A
0 mins
app/helpers/sessions_helper.rb34
A
25 mins
app/helpers/users_helper.rb2
A
0 mins
app/helpers/volunteers_helper.rb2
A
0 mins
app/models/user.rb30
A
0 mins
app/models/volunteer.rb31
A
0 mins
app/views/layouts/_header.html.erb
app/views/layouts/application.html.erb
app/views/sessions/new.html.erb
app/views/users/_form.html.erb
app/views/users/edit.html.erb
app/views/users/index.html.erb
app/views/users/index.json.jbuilder
app/views/users/new.html.erb
app/views/users/show.html.erb
app/views/users/show.json.jbuilder
app/views/volunteers/_team.html.erb
app/views/volunteers/edit.html.erb
app/views/volunteers/index.html.erb
app/views/volunteers/index.json.jbuilder
app/views/volunteers/new.html.erb
app/views/volunteers/show.html.erb
app/views/volunteers/show.json.jbuilder
app/views/volunteers/start.html.erb