iBet uBet web content aggregator. Adding the entire web to your favor.
iBet uBet web content aggregator. Adding the entire web to your favor.



Link to original content: http://github.com/rubysec/rubysec.com
GitHub - rubysec/rubysec.com: Rails app that powers rubysec.com
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