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/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/views/books/_book.html.haml
app/views/books/_books_header.html.haml
app/views/books/_filter_form.html.haml
app/views/books/index.html.haml
app/views/copies/_copy.html.haml
app/views/layouts/application.html.haml
app/views/library_systems/_library_system.html.haml
app/views/locations/_book.html.haml
app/views/locations/show.html.haml
app/views/sync_errors/index.html.haml
app/views/sync_errors/show.html.haml
app/views/users/_form.html.haml
app/views/users/edit.html.haml
app/views/users/login.html.haml
app/views/users/signup.html.haml
app/views/welcome/index.html.haml
config.ru
doc/README_FOR_APP
lib/tasks/add_minuteman_library_system.rake
lib/tasks/scheduler.rake
lib/tasks/update_all_books.rake
public/images/goodreads-login.png
public/images/logo.png
app/assets/javascripts/application.js0
app/controllers/application_controller.rb10
app/controllers/books_controller.rb19
app/controllers/library_systems_controller.rb9
app/controllers/locations_controller.rb13
app/controllers/sync_errors_controller.rb8
app/controllers/users_controller.rb56