Skip to content

Latest commit

 

History

History
executable file
·
12 lines (8 loc) · 458 Bytes

README.md

File metadata and controls

executable file
·
12 lines (8 loc) · 458 Bytes

Blog with subscriptions

Build Status

It's based on Rails 4 and Ruby 2.3.0.

Scripts

  • bin/setup - setup required gems and migrate db if needed
  • bin/quality - runs rubocop, brakeman, rails_best_practices and bundle-audit for the app
  • bin/ci - should be used in the CI or locally
  • bin/server - to run server locally