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

Latest commit

 

History

History
22 lines (14 loc) · 317 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 317 Bytes

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