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
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: