linanc/CApoets

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.travis.yml
Gemfile
Gemfile.lock
LICENSE.md
README.md
Rakefile
app/assets/javascripts/admindash.js13
A
0 mins
app/assets/javascripts/application.js9
A
0 mins
app/assets/javascripts/home.js9
A
0 mins
app/assets/javascripts/new.js44
A
0 mins
app/assets/stylesheets/admindash.css
app/assets/stylesheets/adminlogin.css
app/assets/stylesheets/adminsignup.css
app/assets/stylesheets/adminwelcome.css
app/assets/stylesheets/home.css
app/assets/stylesheets/new.css
app/assets/stylesheets/show.css
app/assets/stylesheets/submitpoemform.css
app/controllers/admin_controller.rb5
A
0 mins
app/controllers/application_controller.rb9
A
0 mins
app/controllers/poems_controller.rb40
A
0 mins
app/helpers/application_helper.rb2
A
0 mins
app/models/item_wrapper.rb2
A
0 mins
app/models/poem.rb17
A
0 mins
app/models/user.rb4
A
0 mins
app/uploaders/attachment_uploader.rb11
A
0 mins
app/uploaders/release_uploader.rb11
A
0 mins
app/views/admin/index.html.erb
app/views/layouts/application.html.haml
app/views/poems/home.html.haml
app/views/poems/index.html.haml
app/views/poems/new.html.haml
app/views/poems/show.html.haml
app/views/poems/submitted.html.haml
app/views/users/confirmations/new.html.erb
app/views/users/mailer/confirmation_instructions.html.erb
app/views/users/mailer/password_change.html.erb
app/views/users/mailer/reset_password_instructions.html.erb
app/views/users/mailer/unlock_instructions.html.erb
app/views/users/passwords/edit.html.erb
app/views/users/passwords/new.html.erb
app/views/users/registrations/edit.html.erb
app/views/users/registrations/new.html.erb
app/views/users/sessions/new.html.erb
app/views/users/shared/_links.html.erb
app/views/users/unlocks/new.html.erb
bin/bundle
bin/rails
bin/rake