StabbyMcDuck/crapper_keeper

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
app/helpers/items_helper.rb2
A
0 mins
app/helpers/jobs/application_job.rb2
A
0 mins
app/helpers/users_helper.rb2
A
0 mins
app/helpers/welcome_helper.rb2
A
0 mins
app/mailers/application_mailer.rb4
A
0 mins
app/models/container.rb17
A
0 mins
app/models/identity.rb56
A
0 mins
app/models/item.rb39
A
0 mins
app/models/user.rb11
A
0 mins
app/policies/container_policy.rb35
A
0 mins
app/policies/identity_policy.rb26
A
0 mins
app/policies/item_policy.rb37
A
0 mins
app/policies/user_policy.rb32
A
0 mins
app/uploaders/image_uploader.rb9
A
0 mins
app/views/api/v1/containers/_container.json.jbuilder
app/views/api/v1/containers/index.json.jbuilder
app/views/api/v1/containers/show.json.jbuilder
app/views/api/v1/identities/_identity.json.jbuilder
app/views/api/v1/identities/show.json.jbuilder
app/views/api/v1/items/_item.json.jbuilder
app/views/api/v1/items/index.json.jbuilder
app/views/api/v1/items/show.json.jbuilder
app/views/api/v1/users/_user.json.jbuilder
app/views/api/v1/users/index.json.jbuilder
app/views/api/v1/users/show.json.jbuilder
app/views/containers/_form.html.erb
app/views/containers/edit.html.erb
app/views/containers/index.html.erb
app/views/containers/new.html.erb
app/views/containers/show.html.erb
app/views/identities/_form.html.erb
app/views/identities/edit.html.erb
app/views/identities/index.html.erb
app/views/identities/new.html.erb
app/views/identities/show.html.erb
app/views/items/_form.html.erb
app/views/items/_table.html.erb
app/views/items/edit.html.erb
app/views/items/index.html.erb
app/views/items/new.html.erb
app/views/items/show.html.erb
app/views/layouts/application.html.erb
app/views/layouts/mailer.html.erb
app/views/layouts/mailer.text.erb
app/views/users/_form.html.erb
app/views/users/edit.html.erb
app/views/users/index.html.erb
app/views/users/new.html.erb
app/views/users/show.html.erb
app/views/welcome/index.html.erb