The website of the North West Ruby User Group, a Manchester-based user group for folk interested in the Ruby programming language.
After cloning the repository, run bin/setup to install the gme dependencies, prepare the database and start the
server. Note you will need MySQL installed and running locally.
bundle exec rakeCheck gems for known vulnerabilities:
bundle exec bundle-audit check --updateRun static code analysis on codebase to identify common vulnerabilities:
bundle exec brakeman -zAll contributions welcome!