Skip to content

Ariflo/rails-bug-01

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 73.3%
  • HTML 21.9%
  • CSS 4.6%
  • JavaScript 0.2%