RailsCasts Pro episodes are now free!

Learn more or hide this

Jody Albritton's Profile

GitHub User: jodyalbritton

Site: http://jodyalbritton.me

Comments by Jody Albritton

Avatar

I too have an empty tag_list in my form when editing or updating. If I leave it empty it removes my tags.

Avatar

Any one have this working with multiple models? I am trying to create audiences like on facebook, could be users, or groups, or etc.

I have tried polymorphic assoc. and have been banging my head against this for a week.

Avatar

I have used this with my meal planner app. I have it working but wonder, as above user. Can you add additional data? Example

I have it working to add ingredients to a meal. How could I specify the quantity of each ingredient? I am experimenting with the onAdd method, any help would be appreciated.