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/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/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/tasks/cfp_tasks.rake
lib/tasks/cucumber.rake
app/assets/javascripts/cfp/application.js3
app/controllers/cfp/application_controller.rb4
app/controllers/cfp/base_controller.rb14
app/controllers/cfp/comments_controller.rb33
app/controllers/cfp/profiles_controller.rb40
app/controllers/cfp/proposals_controller.rb44
app/controllers/cfp/ranks_controller.rb28
app/helpers/cfp/application_helper.rb4
app/mailers/cfp/notifications.rb12
app/models/cfp/comment.rb15
app/models/cfp/config.rb6
app/models/cfp/profile.rb11
app/models/cfp/proposal.rb49
app/models/cfp/rank.rb10
lib/cfp.rb7