jclem/detour

View on GitHub
Branch: development(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.travis.yml
Gemfile
LICENSE.txt
README.md
Rake.md
Rakefile
app/assets/fonts/glyphicons-halflings-regular.eot
app/assets/fonts/glyphicons-halflings-regular.svg
app/assets/fonts/glyphicons-halflings-regular.ttf
app/assets/fonts/glyphicons-halflings-regular.woff
app/assets/stylesheets/detour/application.css
app/assets/stylesheets/detour/bootstrap.css
app/assets/stylesheets/detour/main.css
app/views/detour/application/index.html.erb
app/views/detour/flaggable_flags/_errors.html.erb
app/views/detour/flaggable_flags/_flaggable_flag.html.erb
app/views/detour/flaggable_flags/_flaggable_flag_fields.html.erb
app/views/detour/flaggable_flags/error.js.erb
app/views/detour/flaggable_flags/index.html.erb
app/views/detour/flaggable_flags/success.js.erb
app/views/detour/flags/_feature_form.html.erb
app/views/detour/flags/index.html.erb
app/views/detour/groups/_group.html.erb
app/views/detour/groups/_membership_fields.html.erb
app/views/detour/groups/index.html.erb
app/views/detour/groups/show.html.erb
app/views/detour/memberships/_membership.html.erb
app/views/detour/shared/_errors.html.erb
app/views/detour/shared/_nav.html.erb
app/views/detour/shared/_spacer_cells.html.erb
app/views/detour/shared/error.js.erb
app/views/detour/shared/success.js.erb
app/views/layouts/detour/application.html.erb
detour.gemspec
app/assets/javascripts/detour/add_fields.js6
app/assets/javascripts/detour/application.js0
app/assets/javascripts/detour/bootstrap.js1,190
F
1 wk
app/assets/javascripts/detour/delete_feature.js10
B
6 hrs
app/assets/javascripts/detour/delete_flag.js10
B
6 hrs
app/assets/javascripts/detour/delete_group.js5
app/assets/javascripts/detour/feature_lines.js19
app/assets/javascripts/detour/modals.js4
app/assets/javascripts/detour/tooltips.js3
app/controllers/detour/application_controller.rb10
app/controllers/detour/features_controller.rb18
app/controllers/detour/flaggable_flags_controller.rb24
app/controllers/detour/flags_controller.rb15
app/controllers/detour/groups_controller.rb33
app/helpers/detour/application_helper.rb38