Skip to content

Ariflo/rails-bug-05

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

I'm pulling my hair out!!!

You can only edit certain tasks

OK, bear with me here.

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, IT UPDATES THE OTHER TASK!!
Every time I add a new task, then update it, the updates are applied to the original task

HELP!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 71.2%
  • HTML 22.9%
  • CSS 5.7%
  • JavaScript 0.2%