-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
removing a tag from a record affects to all records having the same tag name. #538
Comments
Wow, thank you. That a serious bug, i will try to fix it today. Tip : you can chain rake commands
that way, if the first fail, the second won't be executed. |
… the same tag. Fixes mbleigh#538
… the same tag. Fixes mbleigh#538
@github0013 , Thank you for reporting this bug and providing details |
that was very quick fix. |
It seems this is only fixed on master, or there has been a regression. I was still getting this issue on the latest release until pointing to master. |
Can you double check ? The version in rubygem is exactly the one in master . |
Sigh, nevermind, it seems like spring didn't reload the gem when I updated it. Stopping spring and reloading the server fixed the issue. My bad. |
… the same tag. Fixes mbleigh#538
[Bug fix] Fixes mbleigh#538 Version bump
environments
$ ruby -v ruby 2.0.0p451 (2014-02-24 revision 45167) [x86_64-darwin13.1.0] $ uname -a Darwin test.local 13.1.0 Darwin Kernel Version 13.1.0: Wed Apr 2 23:52:02 PDT 2014; root:xnu-2422.92.1~2/RELEASE_X86_64 x86_64
I prepared a repo for this issue.
git clone https://github.com/github0013/tag_issue.git bundle rake db:create; rake db:migrate rails c
then run this
I am only removing
tag "c"
ONLY from the last record, buttag "c"
is removed from ALL.The text was updated successfully, but these errors were encountered: