Skip to content

Intentionally vulnerable Ruby application to show Snyk's open source security capabilities. Also includes CircleCI integration.

Notifications You must be signed in to change notification settings

ambersnyk/ruby-goof

 
 

Repository files navigation

Ruby goof project

This is a simple Ruby app using the Rails framework.

Running Locally

Make sure you have Ruby, Bundler and the Heroku Toolbelt installed.

git clone git@github.com:heroku/ruby-rails-sample.git # or clone your own fork
cd ruby-rails-sample
bundle
bundle exec rake bootstrap
heroku local

Your app should now be running on localhost:5000.

Deploying to Heroku

heroku create
git push heroku master
heroku run rake db:migrate
heroku open

Alternatively, you can deploy your own copy of the app using the web-based flow:

Deploy to Heroku

Documentation

For more information about using Ruby on Heroku, see these Dev Center articles:

About

Intentionally vulnerable Ruby application to show Snyk's open source security capabilities. Also includes CircleCI integration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 74.2%
  • HTML 19.0%
  • CSS 2.6%
  • JavaScript 2.5%
  • CoffeeScript 0.8%
  • SCSS 0.7%
  • Procfile 0.2%