pwillikins / rails-bug-01

A rails app to help find and fix a bug

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rails Practice

Setup

  • bundle
  • rake db:create db:migrate
  • psql -d g2-rails-bug-01-development -f db/production.sql
  • rails s

You can run specs with:

  • rspec

Stories

One of your clients tells you that their site it totally broken.
You download the app and run it locally and it seems fine, so you decide to pull in production data (see above).

Your job is to find and fix the bug.

What happens now:

  • You login
  • It blows up

What should happen:

  • You login
  • You see this page:

About

A rails app to help find and fix a bug