thegreatape/literate-minuteman

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.buildpacks
.gitignore
.travis.yml
Capfile
Gemfile
Gemfile.lock
Procfile
README.md
Rakefile
TODO.txt
app/assets/images/rails.png
app/assets/javascripts/app.js.coffee
app/assets/javascripts/application.js0
A
0 mins
app/assets/javascripts/controllers/books_controller.js.coffee
app/assets/javascripts/services/book_service.js.coffee
app/assets/javascripts/services/location_service.js.coffee
app/assets/javascripts/user_form.js.coffee
app/assets/stylesheets/application.css
app/assets/stylesheets/books.css.sass
app/assets/stylesheets/bootstrap_and_overrides.css
app/assets/stylesheets/users.css.sass
app/controllers/application_controller.rb10
A
0 mins
app/controllers/books_controller.rb19
A
0 mins
app/controllers/library_systems_controller.rb9
A
0 mins
app/controllers/locations_controller.rb13
A
0 mins
app/controllers/sync_errors_controller.rb8
A
0 mins
app/controllers/users_controller.rb56
A
0 mins
app/controllers/welcome_controller.rb9
A
0 mins
app/helpers/application_helper.rb2
A
0 mins
app/helpers/users_helper.rb6
A
0 mins
app/models/book.rb42
A
0 mins
app/models/book_notifier.rb19
A
0 mins
app/models/copy.rb11
A
0 mins
app/models/goodreads_book.rb10
A
0 mins
app/models/library_system.rb24
A
0 mins
app/models/location.rb7
A
0 mins
app/models/lookup_strategies/boston.rb15
A
0 mins
app/models/lookup_strategies/bpl_overdrive.rb11
A
30 mins
app/models/lookup_strategies/lyeberry.rb9
A
0 mins
app/models/lookup_strategies/minuteman.rb16
A
0 mins
app/models/lookup_strategies/minuteman_overdrive.rb11
A
30 mins
app/models/scraped_book.rb9
A
0 mins
app/models/shelving.rb6
A
0 mins
app/models/sync_errors_presenter.rb10
A
0 mins
app/models/user.rb64
A
0 mins
app/serializers/book_serializer.rb4
A
0 mins
app/serializers/copy_serializer.rb6
A
0 mins
app/serializers/location_serializer.rb3
A
0 mins
app/views/books/_book.html.haml
app/views/books/_books_header.html.haml