<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Installing Rails Plugins with Git on Windows</title>
	<atom:link href="http://jamie.ideasasylum.com/2008/08/installing-rails-plugins-with-git-on-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://jamie.ideasasylum.com/2008/08/installing-rails-plugins-with-git-on-windows/</link>
	<description>Jamie's thoughts, ideas, musings and utter drivel.  Procrastination with a purpose!</description>
	<lastBuildDate>Thu, 18 Mar 2010 23:03:32 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Marc Luzietti</title>
		<link>http://jamie.ideasasylum.com/2008/08/installing-rails-plugins-with-git-on-windows/comment-page-1/#comment-1414</link>
		<dc:creator>Marc Luzietti</dc:creator>
		<pubDate>Mon, 01 Mar 2010 17:30:03 +0000</pubDate>
		<guid isPermaLink="false">http://jamie.ideasasylum.com/2008/08/installing-rails-plugins-with-git-on-windows/#comment-1414</guid>
		<description>Someone suggested to me to use bitnami&#039;s rubystack. I did and I was able to start installing plugins.</description>
		<content:encoded><![CDATA[<p>Someone suggested to me to use bitnami&#8217;s rubystack. I did and I was able to start installing plugins.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian</title>
		<link>http://jamie.ideasasylum.com/2008/08/installing-rails-plugins-with-git-on-windows/comment-page-1/#comment-1407</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Sun, 28 Feb 2010 20:14:43 +0000</pubDate>
		<guid isPermaLink="false">http://jamie.ideasasylum.com/2008/08/installing-rails-plugins-with-git-on-windows/#comment-1407</guid>
		<description>Same. Whatever I try, I end up with an empty folder. Only exception, when I try http:// with a trailing / I get &quot;Plugin not found&quot;.</description>
		<content:encoded><![CDATA[<p>Same. Whatever I try, I end up with an empty folder. Only exception, when I try http:// with a trailing / I get &#8220;Plugin not found&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Luzietti</title>
		<link>http://jamie.ideasasylum.com/2008/08/installing-rails-plugins-with-git-on-windows/comment-page-1/#comment-1397</link>
		<dc:creator>Marc Luzietti</dc:creator>
		<pubDate>Wed, 24 Feb 2010 19:08:40 +0000</pubDate>
		<guid isPermaLink="false">http://jamie.ideasasylum.com/2008/08/installing-rails-plugins-with-git-on-windows/#comment-1397</guid>
		<description>I&#039;ve followed the instructions on you blog, but I still get the &quot;Plugin not found&quot; problem. I&#039;ve even downloaded the plugin to my harddrive and pointed ruby script/plugin install right at the directory. Nothing seems to be working.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve followed the instructions on you blog, but I still get the &#8220;Plugin not found&#8221; problem. I&#8217;ve even downloaded the plugin to my harddrive and pointed ruby script/plugin install right at the directory. Nothing seems to be working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://jamie.ideasasylum.com/2008/08/installing-rails-plugins-with-git-on-windows/comment-page-1/#comment-1352</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Fri, 15 Jan 2010 14:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://jamie.ideasasylum.com/2008/08/installing-rails-plugins-with-git-on-windows/#comment-1352</guid>
		<description>Thank you SOOOOOO much, this was driving me crazy on my windows machine. Again I needed to use http: and the trailing / to get it to work, previously was just a blank folder.</description>
		<content:encoded><![CDATA[<p>Thank you SOOOOOO much, this was driving me crazy on my windows machine. Again I needed to use http: and the trailing / to get it to work, previously was just a blank folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mgv</title>
		<link>http://jamie.ideasasylum.com/2008/08/installing-rails-plugins-with-git-on-windows/comment-page-1/#comment-1236</link>
		<dc:creator>mgv</dc:creator>
		<pubDate>Fri, 18 Sep 2009 02:40:35 +0000</pubDate>
		<guid isPermaLink="false">http://jamie.ideasasylum.com/2008/08/installing-rails-plugins-with-git-on-windows/#comment-1236</guid>
		<description>Hi, I have a problem, script/plugin install svn://... not working on windows XP and rails 2.3. How to do this ? please help me</description>
		<content:encoded><![CDATA[<p>Hi, I have a problem, script/plugin install svn://&#8230; not working on windows XP and rails 2.3. How to do this ? please help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karl.rb</title>
		<link>http://jamie.ideasasylum.com/2008/08/installing-rails-plugins-with-git-on-windows/comment-page-1/#comment-1204</link>
		<dc:creator>karl.rb</dc:creator>
		<pubDate>Tue, 25 Aug 2009 16:14:02 +0000</pubDate>
		<guid isPermaLink="false">http://jamie.ideasasylum.com/2008/08/installing-rails-plugins-with-git-on-windows/#comment-1204</guid>
		<description>@Hunts make sure you&#039;re executing the &quot;ruby script/plugin&quot; command from the root of your application workspace</description>
		<content:encoded><![CDATA[<p>@Hunts make sure you&#8217;re executing the &#8220;ruby script/plugin&#8221; command from the root of your application workspace</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hunts</title>
		<link>http://jamie.ideasasylum.com/2008/08/installing-rails-plugins-with-git-on-windows/comment-page-1/#comment-1185</link>
		<dc:creator>Hunts</dc:creator>
		<pubDate>Tue, 28 Jul 2009 10:53:38 +0000</pubDate>
		<guid isPermaLink="false">http://jamie.ideasasylum.com/2008/08/installing-rails-plugins-with-git-on-windows/#comment-1185</guid>
		<description>Please please please help!

I got it to work once, but now when I type that line in the windows command prompt, it just says &quot;ruby: No such file or directory -- script/plugin (LoadError)&quot;

What am I doing wrong here?</description>
		<content:encoded><![CDATA[<p>Please please please help!</p>
<p>I got it to work once, but now when I type that line in the windows command prompt, it just says &#8220;ruby: No such file or directory &#8212; script/plugin (LoadError)&#8221;</p>
<p>What am I doing wrong here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillaume</title>
		<link>http://jamie.ideasasylum.com/2008/08/installing-rails-plugins-with-git-on-windows/comment-page-1/#comment-1178</link>
		<dc:creator>Guillaume</dc:creator>
		<pubDate>Sat, 18 Jul 2009 00:44:23 +0000</pubDate>
		<guid isPermaLink="false">http://jamie.ideasasylum.com/2008/08/installing-rails-plugins-with-git-on-windows/#comment-1178</guid>
		<description>OMG, thanks a lot!

I spent so much time to search for a solution before finding this post.
S**t, people have to start documenting things better!</description>
		<content:encoded><![CDATA[<p>OMG, thanks a lot!</p>
<p>I spent so much time to search for a solution before finding this post.<br />
S**t, people have to start documenting things better!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: k</title>
		<link>http://jamie.ideasasylum.com/2008/08/installing-rails-plugins-with-git-on-windows/comment-page-1/#comment-1006</link>
		<dc:creator>k</dc:creator>
		<pubDate>Tue, 14 Apr 2009 22:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://jamie.ideasasylum.com/2008/08/installing-rails-plugins-with-git-on-windows/#comment-1006</guid>
		<description>I am working on a win2k8 machine and had the same problem. If all you care about is installing the plugin just download the plugin manually rename it to restful_authentication and copy into your vendors/plugin directory. 

Proceed with scripts/generate user sessions 

should work.</description>
		<content:encoded><![CDATA[<p>I am working on a win2k8 machine and had the same problem. If all you care about is installing the plugin just download the plugin manually rename it to restful_authentication and copy into your vendors/plugin directory. </p>
<p>Proceed with scripts/generate user sessions </p>
<p>should work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javix</title>
		<link>http://jamie.ideasasylum.com/2008/08/installing-rails-plugins-with-git-on-windows/comment-page-1/#comment-1005</link>
		<dc:creator>Javix</dc:creator>
		<pubDate>Tue, 14 Apr 2009 13:25:47 +0000</pubDate>
		<guid isPermaLink="false">http://jamie.ideasasylum.com/2008/08/installing-rails-plugins-with-git-on-windows/#comment-1005</guid>
		<description>How should I set up my proxy in Git? I think I can&#039;t get it work as you described before because of that. So I installed &#039;msysgit&#039;. I browsed to my Rails app folder, thet right-clkicked on the projet and chosen &#039;Git Bash here&#039;; I entered in a command prompt window; I typed as you told: ruby script\plugin install http://github.com/technoweenie/attachment_fu.git. I got the following error: no such file or directory --scriptplugin. So tried like that: ruby script/plugin install http://github.com/technoweenie/attachment_fu.git. The error changed for: Plugin not found:[http://github.com/technoweenie/attachment_fu.git]. I tried like that:ruby script/plugin install git://github.com/technoweenie/attachment_fu.git. The error changed for: 

Initialized empty Git repository in C:/Documents and Settings/e134276/My Documents/Rails projects/up
load_files/vendor/plugins/attachment_fu/.git/
github.com[0: 65.74.177.129]: errno=No such file or directory
fatal: unable to connect a socket (No such file or directory)
Any idea how to get it work, please ?</description>
		<content:encoded><![CDATA[<p>How should I set up my proxy in Git? I think I can&#8217;t get it work as you described before because of that. So I installed &#8216;msysgit&#8217;. I browsed to my Rails app folder, thet right-clkicked on the projet and chosen &#8216;Git Bash here&#8217;; I entered in a command prompt window; I typed as you told: ruby script\plugin install <a href="http://github.com/technoweenie/attachment_fu.git" rel="nofollow">http://github.com/technoweenie/attachment_fu.git</a>. I got the following error: no such file or directory &#8211;scriptplugin. So tried like that: ruby script/plugin install <a href="http://github.com/technoweenie/attachment_fu.git" rel="nofollow">http://github.com/technoweenie/attachment_fu.git</a>. The error changed for: Plugin not found:[http://github.com/technoweenie/attachment_fu.git]. I tried like that:ruby script/plugin install git://github.com/technoweenie/attachment_fu.git. The error changed for: </p>
<p>Initialized empty Git repository in C:/Documents and Settings/e134276/My Documents/Rails projects/up<br />
load_files/vendor/plugins/attachment_fu/.git/<br />
github.com[0: 65.74.177.129]: errno=No such file or directory<br />
fatal: unable to connect a socket (No such file or directory)<br />
Any idea how to get it work, please ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
