omegahm/beerclub

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.rspec
.rubocop.yml
.ruby-version
.slugignore
.travis.yml
Gemfile
Gemfile.lock
Procfile
Procfile.dev
README.rdoc
Rakefile
app/assets/images/favicon/favicon.ico
app/assets/images/favicon/favicon.png
app/assets/javascripts/account.js.coffee
app/assets/javascripts/application.js0
A
0 mins
app/assets/javascripts/home.js.coffee
app/assets/stylesheets/application.css.scss
app/assets/stylesheets/home.css.scss
app/controllers/accounts_controller.rb30
A
0 mins
app/controllers/administrator_sessions_controller.rb22
A
0 mins
app/controllers/administrators_controller.rb41
A
0 mins
app/controllers/application_controller.rb18
A
0 mins
app/controllers/home_controller.rb73
A
0 mins
app/controllers/meta_controller.rb38
A
0 mins
app/controllers/payments_controller.rb10
A
0 mins
app/controllers/products_controller.rb39
A
0 mins
app/controllers/settings_controller.rb40
A
0 mins
app/controllers/users_controller.rb42
A
0 mins
app/helpers/application_helper.rb6
A
0 mins
app/models/administrator.rb5
A
0 mins
app/models/administrator_session.rb15
A
0 mins
app/models/bill.rb5
A
0 mins
app/models/metum.rb6
A
0 mins
app/models/payment.rb5
A
0 mins
app/models/product.rb5
A
0 mins
app/models/setting.rb9
A
0 mins
app/models/user.rb17
A
0 mins
app/views/accounts/index.html.erb
app/views/administrator_sessions/_form.html.erb
app/views/administrator_sessions/new.html.erb
app/views/administrators/_form.html.erb
app/views/administrators/edit.html.erb
app/views/administrators/index.html.erb
app/views/administrators/new.html.erb
app/views/home/account.pdf.prawn
app/views/home/graph.html.erb
app/views/home/index.html.erb
app/views/layouts/_footer.html.erb
app/views/layouts/_navbar.html.erb