DrakeW/projectscope

View on GitHub
Branch: develop(View all)
NameLines of codeMaintainabilityTest coverage
.env
.gitignore
.rspec
.travis.yml
CONTRIBUTING.md
Gemfile
Gemfile.lock
README.md
Rakefile
app/assets/javascripts/application.js0
A
0 mins
app/assets/javascripts/projects.coffee
app/assets/javascripts/users.coffee
app/assets/stylesheets/application.scss
app/assets/stylesheets/projects.scss
app/assets/stylesheets/scaffolds.scss
app/assets/stylesheets/users.scss
app/controllers/application_controller.rb3
A
0 mins
app/controllers/projects_controller.rb81
A
0 mins
app/controllers/users/omniauth_callbacks_controller.rb12
A
0 mins
app/controllers/users_controller.rb29
A
0 mins
app/helpers/application_helper.rb2
A
0 mins
app/helpers/projects_helper.rb13
A
0 mins
app/helpers/users_helper.rb2
A
0 mins
app/models/config.rb8
A
0 mins
app/models/metric_sample.rb5
A
0 mins
app/models/project.rb38
A
0 mins
app/models/user.rb41
A
0 mins
app/views/devise/confirmations/new.html.erb
app/views/devise/mailer/confirmation_instructions.html.erb
app/views/devise/mailer/password_change.html.erb
app/views/devise/mailer/reset_password_instructions.html.erb
app/views/devise/mailer/unlock_instructions.html.erb
app/views/devise/passwords/edit.html.erb
app/views/devise/passwords/new.html.erb
app/views/devise/registrations/edit.html.erb
app/views/devise/registrations/new.html.erb
app/views/devise/sessions/new.html.erb
app/views/devise/shared/_links.html.erb
app/views/devise/unlocks/new.html.erb
app/views/layouts/application.html.erb
app/views/projects/_form.html.haml
app/views/projects/edit.html.haml
app/views/projects/index.html.haml
app/views/projects/index.json.jbuilder
app/views/projects/new.html.erb
app/views/projects/show.html.haml
app/views/projects/show.json.jbuilder
app/views/users/show.html.haml
bin/bundle
bin/rails