Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4828

Rails and ember. How to handle tags?

$
0
0

@johnunclesam wrote:

Let's say I have a model with tags (acts_as_taggable gem or custom code of mine).

How can I handle tags in my ember app model?

How can I change tags from ember using serialization with Rails?

If I get from server tags: [1,2] how can I add then 3? With saving tags: [1,2,3] but maybe in the meantime the 2 is missing on database so I need maybe something to add/remove a tag?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4828

Trending Articles