Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

rubysec/rubysec.com

Repository files navigation

rubysec.com

Rails app that powers rubysec.com.

Pull requests welcome.

Setup

Requires ruby-2.3.1

bundle install

bundle exec rake db:create db:migrate

Load advisory database

# inside a console
RubysecImporter.new.import!

Run the tests

bundle exec rake test