sue445/gitpeach

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.coveralls.yml
.gitignore
.hound.yml
.rspec
.travis.yml
CHANGELOG.md
Gemfile
Gemfile.lock
LICENSE.txt
Procfile
README.md
Rakefile
VERSION
app/assets/images/loading.gif
app/assets/javascripts/application.coffee
app/assets/javascripts/bootstrap.js.coffee
app/assets/javascripts/drag_manager.coffee
app/assets/javascripts/kanbans_edit.js.coffee
app/assets/javascripts/kanbans_show.js.coffee
app/assets/javascripts/top.js.coffee
app/assets/javascripts/util.js.coffee
app/assets/stylesheets/application.css
app/assets/stylesheets/bootstrap_and_overrides.css.less
app/assets/stylesheets/kanbans_edit.css.scss
app/assets/stylesheets/kanbans_show.css.scss
app/assets/stylesheets/top.css.scss
app/controllers/application_controller.rb17
A
0 mins
app/controllers/issues_controller.rb77
A
0 mins
app/controllers/kanbans_controller.rb88
A
3 hrs
app/controllers/sessions_controller.rb19
A
0 mins
app/controllers/top_controller.rb11
A
0 mins
app/helpers/application_helper.rb2
A
0 mins
app/helpers/issues_helper.rb20
A
0 mins
app/helpers/kanbans_helper.rb2
A
0 mins
app/helpers/people_helper.rb4
A
0 mins
app/helpers/top_helper.rb2
A
0 mins
app/models/kanban.rb68
A
0 mins
app/models/label.rb24
A
0 mins
app/models/user.rb8
A
0 mins
app/models/user_kanban.rb28
A
0 mins
app/views/kanbans/edit.html.slim
app/views/kanbans/show.html.slim
app/views/kanbans/show.json.jbuilder
app/views/layouts/application.html.slim
app/views/shared/_issue_panel.html.slim
app/views/top/_logged_in.html.slim
app/views/top/_not_logged_in.html.slim
app/views/top/index.html.slim
bin/bundle
bin/rails