mkocher/whiteboard

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.rspec
.rvmrc
.travis.yml
Gemfile
Gemfile.lock
MIT-LICENSE
Procfile
README.md
Rakefile
app/assets/images/rails.png
app/assets/images/whiteboard-icon-144x144.png
app/assets/javascripts/application.js24
A
0 mins
app/assets/javascripts/deck.js0
A
0 mins
app/assets/stylesheets/application.scss
app/assets/stylesheets/deck.scss
app/assets/stylesheets/mobile.scss
app/controllers/application_controller.rb11
A
0 mins
app/controllers/items_controller.rb60
A
0 mins
app/controllers/posts_controller.rb76
A
0 mins
app/controllers/sessions_controller.rb12
A
0 mins
app/controllers/standups_controller.rb52
A
0 mins
app/helpers/application_helper.rb48
A
0 mins
app/mailers/post_mailer.rb10
A
0 mins
app/models/item.rb31
A
0 mins
app/models/post.rb49
A
0 mins
app/models/standup.rb7
A
0 mins
app/views/items/_as_html.html.erb
app/views/items/_as_markdown.text.erb
app/views/items/_date_picker.html.erb
app/views/items/_errors.html.erb
app/views/items/index.html.erb
app/views/items/new.html.erb
app/views/items/new_new_face.html.erb
app/views/items/presentation.html.erb
app/views/layouts/application.html.erb
app/views/layouts/boxed.html.erb
app/views/layouts/deck.html.erb
app/views/post_mailer/send_to_all.html.erb
app/views/post_mailer/send_to_all.text.erb
app/views/posts/_table.html.erb
app/views/posts/archived.html.erb
app/views/posts/edit.html.erb
app/views/posts/index.html.erb
app/views/posts/show.html.erb
app/views/sessions/destroy.html.erb
app/views/standups/_form.html.erb
app/views/standups/edit.html.erb
app/views/standups/index.html.erb
app/views/standups/new.html.erb