clairelee/directable

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.gitignore
.travis.yml
Gemfile
Gemfile.lock
LICENSE
Procfile
README.rdoc
Rakefile
app/assets/images/directable_logo.png
app/assets/javascripts/application.js0
A
0 mins
app/assets/javascripts/home.coffee
app/assets/javascripts/notes.coffee
app/assets/javascripts/productions.coffee
app/assets/javascripts/profiles.coffee
app/assets/javascripts/sessions.coffee
app/assets/stylesheets/application.css.scss
app/assets/stylesheets/home.scss
app/assets/stylesheets/notes.scss
app/assets/stylesheets/notes/notes_bg.jpg
app/assets/stylesheets/productions.scss
app/assets/stylesheets/profiles.scss
app/assets/stylesheets/scaffolds.scss
app/assets/stylesheets/sessions.scss
app/controllers/application_controller.rb15
A
0 mins
app/controllers/home_controller.rb5
A
0 mins
app/controllers/notes_controller.rb146
B
5 hrs
app/controllers/productions_controller.rb35
A
0 mins
app/controllers/profiles_controller.rb53
A
0 mins
app/controllers/sessions_controller.rb12
A
0 mins
app/helpers/application_helper.rb2
A
0 mins
app/helpers/home_helper.rb2
A
0 mins
app/helpers/notes_helper.rb2
A
0 mins
app/helpers/productions_helper.rb2
A
0 mins
app/helpers/profiles_helper.rb2
A
0 mins
app/helpers/sessions_helper.rb2
A
0 mins
app/models/instrument.rb13
A
0 mins
app/models/note.rb28
A
0 mins
app/models/notes_instrument.rb5
A
0 mins
app/models/production.rb12
A
0 mins
app/models/profile.rb3
A
0 mins
app/models/user.rb21
A
0 mins
app/views/home/show.html.erb
app/views/layouts/application.html.erb
app/views/notes/edit.html.erb
app/views/notes/home.html.erb
app/views/notes/index.html.erb
app/views/notes/new.html.erb
app/views/notes/new_actor.html.erb
app/views/notes/new_musician.html.erb