robertpyke/thesis

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
INSTALLATION.md
README.md
Vagrantfile
bootstrap.sh
hooks/pre-commit
webapp/.gitignore
webapp/Gemfile
webapp/Gemfile.lock
webapp/README.rdoc
webapp/Rakefile
webapp/app/assets/images/rails.png
webapp/app/assets/javascripts/application.js0
A
0 mins
webapp/app/assets/javascripts/layers.js.coffee
webapp/app/assets/javascripts/maps.js.coffee
webapp/app/assets/javascripts/welcome.js.coffee
webapp/app/assets/stylesheets/application.css
webapp/app/assets/stylesheets/layers.css.scss
webapp/app/assets/stylesheets/maps.css.scss
webapp/app/assets/stylesheets/scaffolds.css.scss
webapp/app/assets/stylesheets/welcome.css.scss
webapp/app/controllers/application_controller.rb3
A
0 mins
webapp/app/controllers/layers_controller.rb76
A
0 mins
webapp/app/controllers/maps_controller.rb63
A
0 mins
webapp/app/controllers/welcome_controller.rb2
A
0 mins
webapp/app/helpers/application_helper.rb2
A
0 mins
webapp/app/helpers/layers_helper.rb2
A
0 mins
webapp/app/helpers/maps_helper.rb2
A
0 mins
webapp/app/helpers/welcome_helper.rb2
A
0 mins
webapp/app/models/descriptor.rb4
A
0 mins
webapp/app/models/layer.rb145
A
0 mins
webapp/app/models/map.rb6
A
0 mins
webapp/app/models/mappable.rb41
A
0 mins
webapp/app/models/user.rb6
A
0 mins
webapp/app/views/devise/confirmations/new.html.erb
webapp/app/views/devise/mailer/confirmation_instructions.html.erb
webapp/app/views/devise/mailer/reset_password_instructions.html.erb
webapp/app/views/devise/mailer/unlock_instructions.html.erb
webapp/app/views/devise/passwords/edit.html.erb
webapp/app/views/devise/passwords/new.html.erb
webapp/app/views/devise/registrations/edit.html.erb
webapp/app/views/devise/registrations/new.html.erb
webapp/app/views/devise/sessions/new.html.erb
webapp/app/views/devise/shared/_links.erb
webapp/app/views/devise/unlocks/new.html.erb
webapp/app/views/layers/_form.html.erb
webapp/app/views/layers/edit.html.erb
webapp/app/views/layers/index.html.erb
webapp/app/views/layers/new.html.erb
webapp/app/views/layers/show.html.erb