Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

Tag objects not getting flagged dirty if not created with .new this basicaly makes dm-tags unusable #4

Open
greenail opened this issue Jan 3, 2011 · 7 comments

Comments

@greenail
Copy link

greenail commented Jan 3, 2011

http://pastie.org/1426838

@zachad
Copy link

zachad commented Feb 14, 2011

Any update to this? It's difficult to find a working tagging solution for use with datamapper.

@synthemesc
Copy link

+1 on this issue

@theworkerant
Copy link

+1

@solnic
Copy link
Contributor

solnic commented Apr 12, 2011

dm-tags has no maintainer at the moment. As an alternative please take a look at https://github.com/solnic/dm-taggings

@theworkerant
Copy link

Cheers, but I found dm-taggings doesn't quite have what I need. A workaround for anyone interesed:

# Make dirty manually
tagged_object.updated_at = Time.now
tagged_object.save

Not very satisfying, but gets the job done.

@solnic
Copy link
Contributor

solnic commented Apr 12, 2011

I'm happy to add what you need :) Let me know what it is.

@korzhenevski
Copy link

Temporary fix:
https://github.com/outself/dm-tags/commit/4476073a623aef77f055f8c89f17510dd88a4600

Hmm, i think I need to alter the helpers interface...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants