Turf is the student management application for Rootpath.
The product backlog is here.
Aim to write good, full tests.
There are a number of code quality tools available in the repo. The following commands are available:
rubocop # Scan for ruby styleguide violations
bundler-audit # Scan for outdated dependencies
reek # Scan for code smells
brakeman # Scan for security vulnerabilities
sandi_meter -d # Print a report showing adherance to Sandy Metz' rules
bin/analyze # Run various of the above scripts. See the source for details.
rails_best_practices # Check for adherance to rails best practaces
rubycritic # Open a browser window showing code quality metrics
rubrowser # Run a server showing the app's node graph
rake notes # See TODO comments
rake traceroute # Search for unused routes and unreachable actions