clairelee/directable

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
spec/javascripts/support/jasmine.yml
app/assets/javascripts/application.js0
coverage/assets/0.10.0/application.js1,259
app/controllers/application_controller.rb15
app/controllers/home_controller.rb5
app/controllers/notes_controller.rb146
B
5 hrs
app/controllers/productions_controller.rb35
app/controllers/profiles_controller.rb53
app/controllers/sessions_controller.rb12
app/helpers/application_helper.rb2
app/helpers/home_helper.rb2
app/helpers/notes_helper.rb2
app/helpers/productions_helper.rb2
app/helpers/profiles_helper.rb2
app/helpers/sessions_helper.rb2
app/models/instrument.rb13
app/models/note.rb28
app/models/notes_instrument.rb5
app/models/production.rb12
app/models/profile.rb3
app/models/user.rb21
db/migrate/20161018214716_create_users.rb12
db/migrate/20161019042310_create_notes.rb9
db/migrate/20161019235834_add_details_to_notes.rb5
db/migrate/20161028022139_add_overall_rating_to_notes.rb5
db/migrate/20161028022958_add_extra_details_to_notes.rb10
db/migrate/20161028023327_add_production_to_notes.rb5
db/migrate/20161116021029_add_user_id_to_notes.rb5
db/migrate/20161116034556_create_profiles.rb10
db/migrate/20161116040940_create_productions.rb10
db/migrate/20161116051540_remove_production_from_notes.rb5
db/migrate/20161116051903_add_production_id_to_notes.rb5
db/migrate/20161121113312_add_profile_id_to_notes.rb5
db/migrate/20161122015153_create_notes_instrument.rb8
db/migrate/20161122015244_create_instruments.rb7
db/migrate/20161123222749_add_note_id_to_profiles.rb5
db/migrate/20161129080758_remove_name_from_profiles.rb5
db/migrate/20161129080818_add_name_to_profiles.rb5
db/schema.rb50
db/seeds.rb1
features/step_definitions/notes_steps.rb20
features/step_definitions/production_steps.rb7
features/step_definitions/profile_steps.rb3
features/step_definitions/user_record_steps.rb3
features/step_definitions/web_steps.rb186
A
1 hr
features/support/env.rb12
features/support/paths.rb42
A
1 hr
features/support/selectors.rb14
spec/controllers/application_controller_spec.rb11
spec/controllers/notes_controller_spec.rb108
A
3 hrs