MitinPavel/hello_monument

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.rspec
.rvmrc
Gemfile
Gemfile.lock
README.rdoc
Rakefile
app/assets/javascripts/application.js0
A
0 mins
app/assets/javascripts/collections.js.coffee
app/assets/javascripts/dashboards.js.coffee
app/assets/javascripts/monuments.js.coffee
app/assets/javascripts/pictures.js.coffee
app/assets/stylesheets/application.css.scss
app/assets/stylesheets/dashboards.css.scss
app/assets/stylesheets/pictures.css.scss
app/controllers/application_controller.rb4
A
0 mins
app/controllers/collections_controller.rb39
A
0 mins
app/controllers/dashboards_controller.rb10
A
0 mins
app/controllers/monuments_controller.rb40
A
0 mins
app/controllers/pictures_controller.rb39
A
0 mins
app/helpers/application_helper.rb9
A
0 mins
app/models/collection.rb7
A
0 mins
app/models/monument.rb14
A
0 mins
app/models/picture_info.rb5
A
0 mins
app/models/search.rb5
A
0 mins
app/models/search/facade.rb13
A
0 mins
app/models/search/index_entry.rb5
A
0 mins
app/models/search/trigram.rb5
A
0 mins
app/models/storage.rb5
A
0 mins
app/models/storage/facade.rb11
A
0 mins
app/models/storage/picture.rb15
A
0 mins
app/models/user.rb5
A
0 mins
app/views/collections/_form.haml
app/views/collections/edit.html.haml
app/views/collections/index.html.haml
app/views/collections/new.html.haml
app/views/dashboards/show.html.haml
app/views/layouts/_flash.haml
app/views/layouts/_main_menu.haml
app/views/layouts/application.html.haml
app/views/monuments/_form.haml
app/views/monuments/edit.html.haml
app/views/monuments/new.html.haml
app/views/pictures/_form.haml
app/views/pictures/index.html.haml
app/views/pictures/show.html.haml
app/views/shared/_form_errors.html.haml
bin/bundle
bin/rails
bin/rake