<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Bin-Blog &#187; acts_as_taggable</title>
	<atom:link href="http://www.bin-co.com/blog/tag/acts_as_taggable/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bin-co.com/blog</link>
	<description>Learn about the latest in Web Development - as soon as I do.</description>
	<lastBuildDate>Tue, 13 Oct 2009 18:55:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing the acts_as_taggable Rails Plugin</title>
		<link>http://www.bin-co.com/blog/2007/12/installing-the-acts_as_taggable-rails-plugin/</link>
		<comments>http://www.bin-co.com/blog/2007/12/installing-the-acts_as_taggable-rails-plugin/#comments</comments>
		<pubDate>Thu, 20 Dec 2007 17:04:58 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[acts_as_taggable]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.bin-co.com/blog/2007/12/installing-the-acts_as_taggable-rails-plugin/</guid>
		<description><![CDATA[You don&#8217;t have to write a lot of code to get tagging support in your Ruby on Rails application &#8211; you just have to install a plugin. This is how you install the &#8216;acts_as_taggable&#8217; plugin&#8230;
First go to the Ruby on Rails application folder and open a terminal at that location. Now run this commad&#8230;
ruby script/plugin [...]]]></description>
			<content:encoded><![CDATA[<p class="intro">You don&#8217;t have to write a lot of code to get tagging support in your Ruby on Rails application &#8211; you just have to install a plugin. This is how you install the &#8216;acts_as_taggable&#8217; plugin&#8230;</p>
<p>First go to the Ruby on Rails application folder and open a terminal at that location. Now run this commad&#8230;</p>
<p><code class="cli">ruby script/plugin install acts_as_taggable</code></p>
<p>If your have previously installed some plugins from the same repository, that command will work. If not, you will get this error&#8230;</p>
<p><code>Plugin not found: ["acts_as_taggable"]</code></p>
<p>This is because the &#8216;acts_as_taggable&#8217; plugin is not in any of the repositories you check. To see the all the repositories on your check list, run this command&#8230;</p>
<p><code>ruby script/plugin list  	#Shows the list of all the repositories you check.</code></p>
<p>To add new repositories to your list, you have to run this command&#8230;</p>
<p><code>ruby script/plugin discover</code></p>
<p>This will shows a list of repositories &#8211; just press &#8216;y&#8217; to select all the repositories you need. I added every repository in the list.</p>
<p>Now run the first command again&#8230;</p>
<p><code>ruby script/plugin install acts_as_taggable</code></p>
<h2>Installing the Gem</h2>
<p>The above instructions are for installing the acts_as_taggable plugin &#8211; not the acts_as_taggable gem. To install the gem run the command&#8230;</p>
<p><code>gem install acts_as_taggable</code></p>
<h2>Related Links</h2>
<ul>
<li><a href="http://wiki.rubyonrails.com/rails/pages/ActsAsTaggablePluginHowto">Acts As Taggable Plugin Howto</a></li>
<li><a href="http://nubyonrails.com/articles/the-complete-guide-to-rails-plugins-part-i">The Complete Guide to Rails Plugins</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.bin-co.com/blog/2007/12/installing-the-acts_as_taggable-rails-plugin/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
