ems2141 / rails-bug-06

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rails Bug 05

Setup

  • bundle
  • rake db:create db:migrate db:seed
  • rails s

You can run specs with:

  • rspec

Note: email/password combinations for existing users populated by rake db:seed can be found in the db/seeds.rb file.

Stories

Seriously!!

It's like playing whack-a-mole with these bugs. I mean, really?

The edit page always shows the same task

As a user, when I login, I can edit the first task that is there.
If I add a new task, it works fine.
If I try to edit the new task I created, the site thinks it's editing the *first* task
But I want to be able to edit any task

About


Languages

Language:Ruby 67.0%Language:CSS 32.7%Language:JavaScript 0.2%