swchoi727/LEP

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.rspec
.travis.yml
Gemfile
Gemfile.lock
LICENSE
README.md
README.rdoc
Rakefile
app/assets/images/banner.png
app/assets/images/rails.png
app/assets/javascripts/admins.coffee
app/assets/javascripts/application.js0
A
0 mins
app/assets/javascripts/groups.coffee
app/assets/javascripts/timesheets.js8
A
0 mins
app/assets/javascripts/users.js44
C
1 day
app/assets/javascripts/welcome.js0
A
0 mins
app/assets/stylesheets/admins.scss
app/assets/stylesheets/application.scss
app/assets/stylesheets/groups.scss
app/assets/stylesheets/welcome.css
app/controllers/admins_controller.rb208
B
4 hrs
app/controllers/application_controller.rb33
A
0 mins
app/controllers/groups_controller.rb66
A
0 mins
app/controllers/pairs_controller.rb28
A
0 mins
app/controllers/timesheets_controller.rb110
A
0 mins
app/controllers/users_controller.rb124
A
25 mins
app/controllers/welcome_controller.rb5
A
0 mins
app/helpers/admins_helper.rb2
A
0 mins
app/helpers/application_helper.rb2
A
0 mins
app/helpers/groups_helper.rb2
A
0 mins
app/helpers/welcome_helper.rb2
A
0 mins
app/models/group.rb32
A
0 mins
app/models/pair.rb76
A
1 hr
app/models/timesheet.rb12
A
0 mins
app/models/user.rb92
A
0 mins
app/views/admins/_admin_nav.html.haml
app/views/admins/_set_app_deadline.html.haml
app/views/admins/analytics.html.haml
app/views/admins/download_pairs.html.haml
app/views/admins/download_users.html.haml
app/views/admins/index.html.haml
app/views/admins/pairing.html.haml
app/views/admins/pairs.html.haml
app/views/admins/show.html.haml
app/views/admins/show_pair.html.haml
app/views/admins/show_user.html.haml
app/views/admins/users.html.haml
app/views/admins/view_users.html.haml
app/views/groups/edit.html.haml