bmalum/constructeev

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
app/assets/javascripts/application.js0
A
0 mins
app/assets/javascripts/bootstrap.min.js2
A
0 mins
app/assets/javascripts/semantic.min.js8
A
0 mins
app/controllers/application_controller.rb8
A
0 mins
app/controllers/channels_controller.rb55
A
0 mins
app/controllers/feedbacks_controller.rb18
A
0 mins
app/controllers/sessions_controller.rb18
A
0 mins
app/controllers/static_pages_controller.rb12
A
0 mins
app/helpers/application_helper.rb2
A
0 mins
app/helpers/channels_helper.rb2
A
0 mins
app/helpers/feedbacks_helper.rb2
A
0 mins
app/helpers/sessions_helper.rb2
A
0 mins
app/helpers/static_pages_helper.rb2
A
0 mins
app/mailers/application_mailer.rb4
A
0 mins
app/mailers/channel_mailer.rb8
A
0 mins
app/models/channel.rb31
A
0 mins
app/models/feedback.rb4
A
0 mins
.coveralls.yml
.gitignore
.ruby-version
.travis.yml
Gemfile
README.md
README.rdoc
Rakefile
app/assets/javascripts/channels.coffee
app/assets/javascripts/feedbacks.coffee
app/assets/javascripts/sessions.coffee
app/assets/javascripts/static_pages.coffee
app/assets/stylesheets/application.css
app/assets/stylesheets/channels.scss
app/assets/stylesheets/custom.css.scss
app/assets/stylesheets/feedbacks.scss
app/assets/stylesheets/scaffolds.scss
app/assets/stylesheets/semantic.min.css
app/assets/stylesheets/sessions.scss
app/assets/stylesheets/static_pages.scss
app/assets/stylesheets/theme.css
app/views/channel_mailer/welcome_email.html.erb
app/views/channels/_form.html.erb
app/views/channels/edit.html.erb
app/views/channels/index.html.erb
app/views/channels/index.json.jbuilder
app/views/channels/new.html.erb
app/views/channels/show.html.erb
app/views/channels/show.json.jbuilder
app/views/feedbacks/_feedback.html.erb
app/views/feedbacks/_feedback_form.html.erb
app/views/layouts/application.html.erb
app/views/layouts/mailer.html.erb