DamageStudios/rims

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.rspec
.travis.yml
CONTRIBUTING.md
Capfile
Gemfile
Gemfile.lock
LICENSE.md
README.md
RIMS-1.png
RIMS-2.png
RIMS.png
Rakefile
app/assets/images/rails.png
app/assets/javascripts/application.js338
F
3 wks
app/assets/javascripts/bootstrap.js.coffee
app/assets/javascripts/items.js.coffee
app/assets/javascripts/jasny-bootstrap.js619
F
2 mos
app/assets/javascripts/welcome.js.coffee
app/assets/stylesheets/application.css
app/assets/stylesheets/bootstrap_and_overrides.css
app/assets/stylesheets/items.css.scss
app/assets/stylesheets/jasny-bootstrap.css
app/assets/stylesheets/welcome.css.scss
app/controllers/application_controller.rb10
A
0 mins
app/controllers/items_controller.rb55
A
0 mins
app/controllers/users_controller.rb39
A
0 mins
app/controllers/welcome_controller.rb4
A
0 mins
app/helpers/application_helper.rb2
A
0 mins
app/helpers/items_helper.rb2
A
0 mins
app/helpers/welcome_helper.rb2
A
0 mins
app/models/item.rb11
A
0 mins
app/models/user.rb10
A
0 mins
app/policies/user_policy.rb16
A
0 mins
app/uploaders/picture_uploader.rb10
A
0 mins
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.erb
app/views/devise/unlocks/new.html.erb
app/views/items/_form.html.erb
app/views/items/edit.html.erb
app/views/items/index.html.erb
app/views/items/new.html.erb