andrewhao/bookplanner

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
app/views/students/_form.html.haml
app/views/students/edit.html.haml
app/views/students/index.html.haml
app/views/students/new.html.haml
app/views/students/show.html.haml
bin/autospec
bin/bundle
bin/rails
bin/rake
bin/rspec
bin/spring
circle.yml
coffeelint.json
config.ru
doc/controllers_brief.svg
doc/controllers_complete.svg
doc/models_brief.svg
doc/models_complete.svg
lib/tasks/cucumber.rake
lib/tasks/db.rake
lib/tasks/rspec.rake
lib/templates/haml/scaffold/_form.html.haml
public/404.html
public/422.html
public/500.html
public/favicon.ico
public/robots.txt
app/assets/javascripts/application.js0
app/assets/javascripts/plans.js15
app/assets/javascripts/storybook.js24
app/assets/javascripts/validation_deduper.js28
app/controllers/application_controller.rb3
app/controllers/assignments_controller.rb15
app/controllers/book_bags_controller.rb60
A
1 hr
app/controllers/classrooms_controller.rb54
A
45 mins
app/controllers/home_controller.rb4
app/controllers/inventory_states_controller.rb29
app/controllers/plans_controller.rb73
A
1 hr
app/controllers/schools_controller.rb50
A
45 mins
app/controllers/students_controller.rb57
A
45 mins
app/helpers/application_helper.rb5
app/helpers/inventory_states_helper.rb2
app/models/assignment.rb26
app/models/book_bag.rb7
app/models/classroom.rb40
app/models/inventory_state.rb25
app/models/period.rb26
app/models/plan.rb38
app/models/school.rb3
app/models/student.rb12