nanosplit / demo_rails_app

A demo Ruby on Rails application with a ridiculous amount of tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo Rails App

This is a demo Ruby on Rails application with a ridiculous amount of tests (Code to Test Ratio: 1:4.1)

Getting Started:

  • Clone & CD into the repo
  • bundle install
  • docker-compose up -d
  • rails db:create && rails db:migrate
  • rails s -b 0.0.0.0
  • http://localhost:3000

Running Tests:

  • rspec

View Stats:

  • rails stats

About

A demo Ruby on Rails application with a ridiculous amount of tests

License:The Unlicense


Languages

Language:Ruby 75.9%Language:HTML 18.4%Language:JavaScript 3.6%Language:SCSS 1.4%Language:CSS 0.7%