CUGC/archives

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.rspec
Gemfile
Gemfile.lock
LICENSE.mkdn
RAILS-README.rdoc
README.mkdn
Rakefile
app/assets/images/rails.png
app/assets/javascripts/albums.js.coffee
app/assets/javascripts/application.js0
A
0 mins
app/assets/javascripts/collections.js.coffee
app/assets/javascripts/comments.js.coffee
app/assets/javascripts/items.js.coffee
app/assets/javascripts/users.js.coffee
app/assets/stylesheets/albums.css.scss
app/assets/stylesheets/application.css
app/assets/stylesheets/collections.css.scss
app/assets/stylesheets/comments.css.scss
app/assets/stylesheets/general.css.scss
app/assets/stylesheets/items.css.scss
app/assets/stylesheets/scaffolds.css.scss
app/assets/stylesheets/users.css.scss
app/controllers/albums_controller.rb62
A
2 hrs
app/controllers/application_controller.rb18
A
0 mins
app/controllers/collections_controller.rb59
A
2 hrs
app/controllers/comments_controller.rb58
A
2 hrs
app/controllers/items_controller.rb58
A
2 hrs
app/helpers/albums_helper.rb2
A
0 mins
app/helpers/application_helper.rb2
A
0 mins
app/helpers/collections_helper.rb2
A
0 mins
app/helpers/comments_helper.rb2
A
0 mins
app/helpers/items_helper.rb2
A
0 mins
app/helpers/users_helper.rb2
A
0 mins
app/models/album.rb4
A
0 mins
app/models/collection.rb25
A
25 mins
app/models/comment.rb5
A
0 mins
app/models/item.rb7
A
0 mins
app/models/user.rb10
A
0 mins
app/views/albums/_form.html.erb
app/views/albums/edit.html.erb
app/views/albums/index.html.erb
app/views/albums/new.html.erb
app/views/albums/show.html.erb
app/views/collections/_form.html.erb
app/views/collections/edit.html.erb
app/views/collections/index.html.erb
app/views/collections/new.html.erb
app/views/collections/show.html.erb
app/views/comments/_form.html.erb