crowdint/cfp

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.autotest
.gitignore
.rspec
.travis.yml
Gemfile
MIT-LICENSE
README.md
Rakefile
app/assets/javascripts/cfp/application.js3
A
0 mins
app/assets/javascripts/cfp/backbone/models/rank.js.coffee
app/assets/javascripts/cfp/backbone/views/ranking_view.js.coffee
app/assets/stylesheets/cfp/_comments.css.scss
app/assets/stylesheets/cfp/_errors.css.scss
app/assets/stylesheets/cfp/application.css.scss
app/controllers/cfp/application_controller.rb4
A
0 mins
app/controllers/cfp/base_controller.rb14
A
0 mins
app/controllers/cfp/comments_controller.rb33
A
0 mins
app/controllers/cfp/profiles_controller.rb40
A
0 mins
app/controllers/cfp/proposals_controller.rb44
A
0 mins
app/controllers/cfp/ranks_controller.rb28
A
0 mins
app/helpers/cfp/application_helper.rb4
A
0 mins
app/mailers/cfp/notifications.rb12
A
0 mins
app/models/cfp/comment.rb15
A
0 mins
app/models/cfp/config.rb6
A
0 mins
app/models/cfp/profile.rb11
A
0 mins
app/models/cfp/proposal.rb49
A
0 mins
app/models/cfp/rank.rb10
A
0 mins
app/views/cfp/application/_alerts.html.haml
app/views/cfp/application/_navbar.html.haml
app/views/cfp/base/_formatted_proposal.html.haml
app/views/cfp/comments/_comment.html.haml
app/views/cfp/comments/_form.html.haml
app/views/cfp/comments/index.html.haml
app/views/cfp/comments/new.html.haml
app/views/cfp/notifications/comment_sent.html.haml
app/views/cfp/profiles/_form.html.haml
app/views/cfp/profiles/edit.html.haml
app/views/cfp/profiles/new.html.haml
app/views/cfp/profiles/show.html.haml
app/views/cfp/proposals/_form.html.haml
app/views/cfp/proposals/_proposal.html.haml
app/views/cfp/proposals/edit.html.haml
app/views/cfp/proposals/index.html.haml
app/views/cfp/proposals/new.html.haml
app/views/cfp/proposals/show.html.haml
app/views/layouts/cfp/application.html.haml
cfp.gemspec
lib/cfp.rb7
A
0 mins
lib/cfp/engine.rb10
A
0 mins
lib/cfp/user.rb40
A
0 mins