similar to: RubyOnRails Plugin: Auto Tags

Displaying 20 results from an estimated 20000 matches similar to: "RubyOnRails Plugin: Auto Tags"

2007 Feb 18
6
Simple Captcha for Rails
check out the simple captcha plugin for rails... http://expressica.com/2007/02/06/simple-captcha-released-the-captcha-for-rails-applications/ it is really simple to implement, just need one line of code in view and one line of code in controller or model as required. And it provides multiple image styles to be selected from. -- Posted via http://www.ruby-forum.com/.
2009 Dec 07
3
captcha
Hi all, I want to implement a captcha on my register page to help weed out any ''non-human'' visitors. I was told to check out http://expressica.com/simple_captcha/ but the site isnt responding. Does anyone have any other reccomendations that are tried and tested & successful? Many Thanks -- You received this message because you are subscribed to the Google Groups
2005 Aug 21
0
Problem with auto-attendant config, I think..
I never heard anything on the AMP list, so figured maybe someone here might be able to help me sort this one out.. I was making some updates to my attendant config, which is really very basic, and now incoming call processing stopped. Not sure exactly what the heck happened, but figured maybe someone could help me with a clue as to what broke. Now incoming calls are not being answered at
2009 Mar 27
1
Images and Alt Tags Acheiving Better Search Engine Ranking
Many years ago, my sister asked me to look at the Google <a href="http://images.google.com/">Images search</a> . When I first saw the page, I thought Google was offering a place for freebie photos before I realized that it was probably searching for and finding the "alt tag" text written in the HTML for website images. "Alt tags" or "alt text"
2007 Jan 15
1
Flickr.rb - displaying tags
Maybe I''m having a "slow day" but I can''t for the life of me figure out how to print a photo''s tags using the flickr gem (flickr.rb). Consider this: <% @photos.each do |photo| %> Tags: <%= debug(photo.tags) %> <% end %> ...Gives the following output: tag: - authorname: gmacgregor author: 62682519@N00 id: 4181224-280985155-130
2013 May 21
1
[LLVMdev] a callback for opt plugin unloading event
Hello, My opt plugin contains multiple passes in it and each pass produces some results and saves them in a global data structure. $ opt -load myplugin.dylib -pass1 -pass2 -pass3 test.bc After all passes finish running, I need to flush out the collected results to a disk file. But I don't know when I can do it. Is there a way/callback for my plugin to know when opt is done with it?
2006 Jan 12
0
Re: RE: Re: Re: Auto refreshing a page based on select chang
> -----Original Message----- > From: rails-bounces@lists.rubyonrails.org > [mailto:rails-bounces@lists.rubyonrails.org] On Behalf Of > Kevin Olbrich > Sent: Wednesday, January 11, 2006 3:14 PM > To: rails@lists.rubyonrails.org > Subject: [Rails] Re: RE: Re: Re: Auto refreshing a page based > on select chang > > > Daniel Berger wrote: > > > <%=
2006 May 18
0
Rails Plugin Directory: Tags
The Rails Plugin Directory now has tag support: http:// www.bencurtis.com/archives/2006/05/rails-plugins-tagged/ -- Benjamin Curtis http://www.bencurtis.com/ http://www.tesly.com/ -- Collaborative test case management http://www.agilewebdevelopment.com/ -- Resources for the Rails community
2004 Sep 10
1
XMMS plugin doesn't see ID3V2 tags
I tagged some FLAC files with ID3V2 information (by the id3v2 program), but their metadata does not show up in XMMS. Anyone else have this problem? Anyone have a solution? (I tested the tags using the --list option of id3v2; they are there. XMMS and the FLAC plugin just don't seem to respect them.) -- Asheesh.
2011 Sep 30
0
Firefox 7 vs latest Flash plugin vs CNN
I'm seeing a strange issue on my C-5.7 system. running Firefox 7 with the very latest flash plugin. browse to CNN, I can view any of the videos directly linked on the main page, or directly linked on sub-pages. but if I click on the video link at the top of the page (in the red bar) Firefox displays the page as a list of "thumbnails" for each video with a small viewer in the upper
2000 Apr 11
0
samba-tng-alpha-2.3.tar.bz2
yes, there's a .gz, too. there's also always patch files (diff.gz) for those people with really slow links [in russia, hi there, thanks for wanting to keep up with this stuff!] this release may be a bit dodgy, it contains three separate sets of changes: - andrew's simplified the file-opening. however, it doesn't deal with the shared NFS / SMB case, so jeremy is investigating
2006 Dec 31
1
File locking problem between Linux and WinXP
I'm encountering a nasty file locking problem on my development system. The base system is WinXP SP2 (call it "Alpha"), on which there is a shared directory ("D:\Websites") on NTFS. Running in a M$ Virtual Machine session on Alpha is an Ubuntu Linux (6.06) system, call it "Beta". Most of the website development is done on Alpha, and Beta gets spun up to
2018 Nov 30
1
[PATCH RFC 00/15] Zero ****s, hugload of hugs <3
On 30/11/2018 20:40, Kees Cook wrote: > On Fri, Nov 30, 2018 at 11:27 AM Jarkko Sakkinen > <jarkko.sakkinen at linux.intel.com> wrote: >> >> In order to comply with the CoC, replace **** with a hug. > > Heh. I support the replacement of the stronger language, but I find > "hug", "hugged", and "hugging" to be very weird replacements.
2018 May 22
1
Re: Create qcow2 v3 volumes via libvirt
Hi Eric and list, I had another production VM start pausing itself.  This one had been running for more than 4 years on a 60G LVM volume.  It has had the occasional snapshot during that time though all have been "removed" using the virt-manager gui so I used qemu-img as you suggested. # qemu-img convert /dev/trk-kvm-02-vg/rt44 -O qcow2 /mnt/scratch/rt44.qcow2 dd'd the qcow2
2006 Apr 19
4
RJS replace_html auto-closing tags
I''m using the following RJS template to spit out a div containing a list of projects: page.replace_html ''results'', ''<div>'' @projects.each do |p| page.insert_html :bottom, ''results'', p.name + "<br/>" end page.insert_html :bottom, ''searchresults'', ''</div>'' page.show
2018 Nov 30
0
[PATCH RFC 00/15] Zero ****s, hugload of hugs <3
On Fri, Nov 30, 2018 at 11:27 AM Jarkko Sakkinen <jarkko.sakkinen at linux.intel.com> wrote: > > In order to comply with the CoC, replace **** with a hug. Heh. I support the replacement of the stronger language, but I find "hug", "hugged", and "hugging" to be very weird replacements. Can we bikeshed this to "heck", "hecked", and
2018 Nov 30
1
[PATCH RFC 00/15] Zero ****s, hugload of hugs <3
On 30 Nov 2018, at 14:40, Kees Cook wrote: > On Fri, Nov 30, 2018 at 11:27 AM Jarkko Sakkinen > <jarkko.sakkinen at linux.intel.com> wrote: >> >> In order to comply with the CoC, replace **** with a hug. > > Heh. I support the replacement of the stronger language, but I find > "hug", "hugged", and "hugging" to be very weird
2010 Jul 31
5
date_select Year as a text_field
Hey all, Using date_select in a form, how can I make the Year field a text_field instead of a select? It looks like it will take more than a simple modification of the date_select method. Thanks in advance. Cam -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2019 Sep 09
0
multiple instances?
Hello, Thomas_B._Rücker, >> I was wondering if it is at all possible to run more than one instance of icecast? I tried installing a 2nd instance of icecast (folder name icecast2) and adjusted the xml files to accommodate a 2nd port but it doesn't seem to be working. > > >Yes it's possible, but in most cases it is not necessary. > >What is the use case that you are
2006 Feb 17
1
acts_as_taggable plugin and multi word tags
I decided to play with the plugin acts_as_taggable based on Chad Fowler''s book Rails Recipes. Is it just me or can tags only be one word? If not can you explain to me how to assign multi-word tags using the acts_as_taggable plugin. Thanks :-) John Kopanas http://www.kopanas.com ===================================================================== http://www.soen.info - source