Displaying 3 results from an estimated 3 matches for "show_tags".
Did you mean:
show_tag
2006 Feb 19
0
acts_as_taggable
...to delete tags. The code below doesn''t seem to work
def remove_tag
@page = Page.find(params[:id])
@tag = Tag.find(params[:tag])
arr = @page.tag_names
arr.delete( @page.name )
@page.tag( arr, :clear => true )
@page.save
render( :partial => ''show_tags'' )
end
--
Posted via http://www.ruby-forum.com/.
2004 Sep 10
2
xmms plugin, fileinfo
Here is preliminary patch for fileinfo for xmms plugin. Saving and
removing of the tag isn't working.
When saving, how handle id3v1, v2?
Display and edit more fields (e.g. performer)?
How handle genres? Combo with predefined values?
--
Miroslav Lichvar
-------------- next part --------------
Index: src/plugin_xmms/Makefile.am
2005 May 25
0
[PATCH] Fix fuction prototypes/definitions with void argument
Hi,
the patch below fixes function prototypes/defintions with void
argument to shut up the heartful warnings by recent gcc :)
It doesn't cover all places, e.g. test directories.
The patch is to 1.1.2.
Takashi
--- src/metaflac/operations.c-dist 2005-05-25 16:20:02.000000000 +0200
+++ src/metaflac/operations.c 2005-05-25 16:20:09.000000000 +0200
@@ -26,7 +26,7 @@
#include <stdlib.h>