allisonlarson/rmmts

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.env
.gitignore
.rspec
.travis.yml
Gemfile
Gemfile.lock
Procfile
README.md
Rakefile
app/assets/javascripts/application.js0
A
0 mins
app/assets/stylesheets/application.css
app/assets/stylesheets/common.scss
app/assets/stylesheets/expense.scss
app/assets/stylesheets/main.scss
app/assets/stylesheets/payment.scss
app/assets/stylesheets/user.scss
app/controllers/accounts_controller.rb12
A
0 mins
app/controllers/application_controller.rb20
A
0 mins
app/controllers/expenses_controller.rb20
A
0 mins
app/controllers/pages_controller.rb11
A
0 mins
app/controllers/payments_controller.rb23
A
0 mins
app/controllers/registrations_controller.rb9
A
0 mins
app/controllers/societies_controller.rb20
A
0 mins
app/controllers/users_controller.rb16
A
0 mins
app/helpers/application_helper.rb2
A
0 mins
app/mailers/payment_mailer.rb8
A
0 mins
app/models/account.rb25
A
0 mins
app/models/builders/expense.rb20
A
0 mins
app/models/expense.rb12
A
0 mins
app/models/payment.rb24
A
0 mins
app/models/society.rb14
A
0 mins
app/models/user.rb40
A
0 mins
app/views/devise/confirmations/new.html.erb
app/views/devise/invitations/edit.html.erb
app/views/devise/invitations/new.html.erb
app/views/devise/mailer/confirmation_instructions.html.erb
app/views/devise/mailer/invitation_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/expenses/index.html.erb
app/views/layouts/application.html.erb
app/views/pages/main.html.erb
app/views/payment_mailer/payment_notification_email.html.erb