mstubna/list_share_app

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.rspec
.rubocop.yml
.travis.yml
Gemfile
Gemfile.lock
README.md
Rakefile
app/assets/javascripts/application.js1
A
0 mins
app/assets/javascripts/lists.coffee
app/assets/stylesheets/application.css
app/assets/stylesheets/collaborations.scss
app/assets/stylesheets/foundation_and_overrides.scss
app/assets/stylesheets/lists.scss
app/controllers/application_controller.rb3
A
0 mins
app/controllers/collaborations_controller.rb46
A
0 mins
app/controllers/concerns/user_authorizable.rb36
A
0 mins
app/controllers/lists_controller.rb34
A
0 mins
app/controllers/main_controller.rb6
A
0 mins
app/controllers/users_controller.rb8
A
0 mins
app/helpers/application_helper.rb2
A
0 mins
app/helpers/devise_helper.rb11
A
0 mins
app/models/collaboration.rb4
A
0 mins
app/models/list.rb16
A
0 mins
app/models/user.rb20
A
0 mins
app/views/collaborations/_alert.js.erb
app/views/collaborations/_collaboration.html.erb
app/views/collaborations/_collaborations.html.erb
app/views/collaborations/index.js.erb
app/views/devise/confirmations/new.html.erb
app/views/devise/mailer/confirmation_instructions.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/_messages.html.erb
app/views/layouts/application.html.erb
app/views/lists/_collaborator.html.erb
app/views/lists/_form.html.erb
app/views/lists/_list.html.erb
app/views/lists/_list_show.html.erb
app/views/lists/_owner.html.erb
app/views/lists/create.js.erb
app/views/lists/edit.js.erb
app/views/lists/index.html.erb