acts-as-taggable Questions
3
Solved
I'm trying to add "tags" to an Article model in a Rails 3 application.
I'm wondering if there is a gem or plugin that has adds both the "tagging" functionality in the model and also the auto-compl...
Whitehead asked 8/2, 2011 at 19:7
3
Solved
I have tried to destroy tags from the given code but it's not working. How can it be accomplished?
@tag = Tag.find_by_name(params[:name])
@tag.destroy
render :update do |page|
page[:divtag].in...
Homogeny asked 21/1, 2010 at 13:27
3
Solved
I installed Sphinx and Thinking Sphinx for ruby on rails 2.3.2.
When I search without conditions search works ok. Now, what I'd like to do is filter by tags, so, as I'm using the acts_as_taggable_...
Extensor asked 17/1, 2010 at 19:59
1
© 2022 - 2024 — McMap. All rights reserved.