<?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>Ryan Coughlin &#124; Web and Graphic Designer &#187; plugins</title>
	<atom:link href="http://www.ryancoughlin.com/tag/plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ryancoughlin.com</link>
	<description></description>
	<lastBuildDate>Fri, 26 Mar 2010 00:07:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing Ruby on Rails Plugins via MediaTemple</title>
		<link>http://www.ryancoughlin.com/2009/05/10/installing-ruby-on-rails-plugins-via-mediatemple/</link>
		<comments>http://www.ryancoughlin.com/2009/05/10/installing-ruby-on-rails-plugins-via-mediatemple/#comments</comments>
		<pubDate>Sun, 10 May 2009 12:31:10 +0000</pubDate>
		<dc:creator>Ryan Coughlin</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[media temple]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://www.ryancoughlin.com/?p=472</guid>
		<description><![CDATA[Good Morning and Happy Mothers Day!
I have been running Ruby on Rails on my Mac, playing around with applications, getting familiar with the framework. I recently started a Ruby on Rails project for a client and I told the client to switch over to MediaTemple, the best decision ever made. All of the controls and [...]


Related posts:<ol><li><a href='http://www.ryancoughlin.com/2008/11/03/cracking-down-with-ruby-on-rails/' rel='bookmark' title='Permanent Link: Cracking down with Ruby on Rails'>Cracking down with Ruby on Rails</a> <small>So over the weekend I finally sat back down and...</small></li>
<li><a href='http://www.ryancoughlin.com/2008/11/04/validating-with-rails/' rel='bookmark' title='Permanent Link: Validating with Rails'>Validating with Rails</a> <small>Ruby on Rails is one of the more popular MVC...</small></li>
<li><a href='http://www.ryancoughlin.com/2009/05/04/active-record-already-activated/' rel='bookmark' title='Permanent Link: Active Record Already Activated'>Active Record Already Activated</a> <small>After spending hours and hours staring at line after line...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Good Morning and Happy Mothers Day!</p>
<p>I have been running Ruby on Rails on my Mac, playing around with applications, getting familiar with the framework. I recently started a Ruby on Rails project for a client and I told the client to switch over to MediaTemple, the best decision ever made. All of the controls and support are amazing. I was trying to run this command to install Restful Authentication:</p>
<pre lang="text">./script/plugin install git://github.com/technoweenie/restful-authentication.git</pre>
<p>The main issue to make sure to be aware of is to change to your containers directory using this via Terminal:</p>
<pre lang="text">cd $HOME/../../containers</pre>
<p>If you do run:</p>
<pre lang="text">ls</pre>
<p>You should now see a listing of any containers you have purchased in my case mine returns:</p>
<pre lang="text">rails</pre>
<p>Change directories for you are inside your rails application and now run:</p>
<pre lang="text">./script/plugin install git://github.com/technoweenie/restful-authentication.git</pre>
<p>You should be golden! Hope this helps out some people with any issues they may have. I should also add in that the command will generate your controllers/models, best of luck!</p>
<pre lang="text">
./script/generate authenticated user sessions
</pre>


<p>Related posts:<ol><li><a href='http://www.ryancoughlin.com/2008/11/03/cracking-down-with-ruby-on-rails/' rel='bookmark' title='Permanent Link: Cracking down with Ruby on Rails'>Cracking down with Ruby on Rails</a> <small>So over the weekend I finally sat back down and...</small></li>
<li><a href='http://www.ryancoughlin.com/2008/11/04/validating-with-rails/' rel='bookmark' title='Permanent Link: Validating with Rails'>Validating with Rails</a> <small>Ruby on Rails is one of the more popular MVC...</small></li>
<li><a href='http://www.ryancoughlin.com/2009/05/04/active-record-already-activated/' rel='bookmark' title='Permanent Link: Active Record Already Activated'>Active Record Already Activated</a> <small>After spending hours and hours staring at line after line...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ryancoughlin.com/2009/05/10/installing-ruby-on-rails-plugins-via-mediatemple/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
