Skip to content

vandosant/rails-bug-06

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rails Bug 06

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 67.1%
  • CSS 32.7%
  • JavaScript 0.2%