<?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"
	>
<channel>
	<title>Comments on: Creating a new rails app shouldn&#8217;t be boring</title>
	<atom:link href="http://blog.citrusbyte.com/2008/03/24/creating-a-new-rails-app-shouldnt-be-boring/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.citrusbyte.com/2008/03/24/creating-a-new-rails-app-shouldnt-be-boring/</link>
	<description>CitrusByte</description>
	<pubDate>Wed, 07 Jan 2009 16:56:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Rajesh Duggal</title>
		<link>http://blog.citrusbyte.com/2008/03/24/creating-a-new-rails-app-shouldnt-be-boring/#comment-205</link>
		<dc:creator>Rajesh Duggal</dc:creator>
		<pubDate>Wed, 03 Sep 2008 21:35:57 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=36#comment-205</guid>
		<description>rspec is on github..
The link in this blog entry and the railify.rb code can be updated...

from:
http://ropiku.wordpress.com/2008/02/04/installing-rspec-with-braid/

to:
http://ropiku.wordpress.com/2008/05/01/braid-04/

Cheers,
Rajesh Duggal</description>
		<content:encoded><![CDATA[<p>rspec is on github..<br />
The link in this blog entry and the railify.rb code can be updated&#8230;</p>
<p>from:<br />
<a href="http://ropiku.wordpress.com/2008/02/04/installing-rspec-with-braid/" rel="nofollow">http://ropiku.wordpress.com/2008/02/04/installing-rspec-with-braid/</a></p>
<p>to:<br />
<a href="http://ropiku.wordpress.com/2008/05/01/braid-04/" rel="nofollow">http://ropiku.wordpress.com/2008/05/01/braid-04/</a></p>
<p>Cheers,<br />
Rajesh Duggal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://blog.citrusbyte.com/2008/03/24/creating-a-new-rails-app-shouldnt-be-boring/#comment-48</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 21 Apr 2008 17:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=36#comment-48</guid>
		<description>Hi Geoff,

Yes, I have the same problem with braid - when trying to install rspec/rspec-on-rails it's hanging on git-index-pack.</description>
		<content:encoded><![CDATA[<p>Hi Geoff,</p>
<p>Yes, I have the same problem with braid - when trying to install rspec/rspec-on-rails it&#8217;s hanging on git-index-pack.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Bergman</title>
		<link>http://blog.citrusbyte.com/2008/03/24/creating-a-new-rails-app-shouldnt-be-boring/#comment-46</link>
		<dc:creator>Matthew Bergman</dc:creator>
		<pubDate>Tue, 15 Apr 2008 17:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=36#comment-46</guid>
		<description>Really Really newbie question here but I've been teaching myself all of this. I understand exactly what this does and how it does it. Very clean/nifty. But what steps do you do to use the script. Not how do you get it, you download it with git. But where do you put it if anywhere to run on your os. Or should we just symlink it. And also is it just railify your_app? I know, its really sad that I don't know this.</description>
		<content:encoded><![CDATA[<p>Really Really newbie question here but I&#8217;ve been teaching myself all of this. I understand exactly what this does and how it does it. Very clean/nifty. But what steps do you do to use the script. Not how do you get it, you download it with git. But where do you put it if anywhere to run on your os. Or should we just symlink it. And also is it just railify your_app? I know, its really sad that I don&#8217;t know this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff</title>
		<link>http://blog.citrusbyte.com/2008/03/24/creating-a-new-rails-app-shouldnt-be-boring/#comment-47</link>
		<dc:creator>Geoff</dc:creator>
		<pubDate>Tue, 15 Apr 2008 17:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=36#comment-47</guid>
		<description>Well I just copied and pasted, added a couple extra bits I normally want, saved the file to ~/bin/railify, set ~/bin/railify executable and all was dandy.

Basically it just needs to be somewhere in your shells $PATH, you could put it in /usr/bin if you felt like it.

Then just use like

prompt&#62; railify app_name

and leave it to finish. If it hangs for a while on a git repo check to see if git-index-pack is running. For some reason braid has issues with that, I've poked around but not found a fix for it.

I've seen the braid git-index-pack hang on the rspec, rspec-rails and rails git repositories.

I might try taking a look at git submodule but I don't know if I can use this to track svn repositories in git as well.</description>
		<content:encoded><![CDATA[<p>Well I just copied and pasted, added a couple extra bits I normally want, saved the file to ~/bin/railify, set ~/bin/railify executable and all was dandy.</p>
<p>Basically it just needs to be somewhere in your shells $PATH, you could put it in /usr/bin if you felt like it.</p>
<p>Then just use like</p>
<p>prompt&gt; railify app_name</p>
<p>and leave it to finish. If it hangs for a while on a git repo check to see if git-index-pack is running. For some reason braid has issues with that, I&#8217;ve poked around but not found a fix for it.</p>
<p>I&#8217;ve seen the braid git-index-pack hang on the rspec, rspec-rails and rails git repositories.</p>
<p>I might try taking a look at git submodule but I don&#8217;t know if I can use this to track svn repositories in git as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff</title>
		<link>http://blog.citrusbyte.com/2008/03/24/creating-a-new-rails-app-shouldnt-be-boring/#comment-44</link>
		<dc:creator>Geoff</dc:creator>
		<pubDate>Mon, 14 Apr 2008 17:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=36#comment-44</guid>
		<description>Mathijs: I've started noticing braid hanging on some git repositories while doing a git-index-pack. I can't quite work out why as it works fine on the command line.

Chris: rake rails:freeze:edge would do roughly the same thing if you kept updating it and committing all the differences between your last freeze. Again yes its a bit like plugin install but you keep the links to the plugins in your repository and your braid/track branch. So you can have a bit more control over what version of rails or a plugin you've frozen to. Makes working with remote repositories less of a moving target.</description>
		<content:encoded><![CDATA[<p>Mathijs: I&#8217;ve started noticing braid hanging on some git repositories while doing a git-index-pack. I can&#8217;t quite work out why as it works fine on the command line.</p>
<p>Chris: rake rails:freeze:edge would do roughly the same thing if you kept updating it and committing all the differences between your last freeze. Again yes its a bit like plugin install but you keep the links to the plugins in your repository and your braid/track branch. So you can have a bit more control over what version of rails or a plugin you&#8217;ve frozen to. Makes working with remote repositories less of a moving target.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://blog.citrusbyte.com/2008/03/24/creating-a-new-rails-app-shouldnt-be-boring/#comment-45</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 14 Apr 2008 17:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=36#comment-45</guid>
		<description>Thanks Geoff, I'm starting to see its value now :) However, I'm having a problem getting it to work -&#62;

braid add git://github.com/technoweenie/permalinkfu.git --type git vendor/plugins/permalinkfu

gives me:

braid: Checking out work branch 'braid/track'. braid: Adding git mirror from 'git://github.com/technoweenie/permalinkfu.git', branch 'master' into 'vendor/plugins/permalinkfu' using local branch 'braid/git/vendor/plugins/permalink-fu/master'. braid: Setting up remote branch and fetching data. braid: Error occured: fatal: 'braid/git/vendor/plugins/permalink-fu/master': unable to chdir or not a git archive fatal: The remote end hung up unexpectedly Cannot get the repository state from braid/git/vendor/plugins/permalink-fu/master fetch braid/git/vendor/plugins/permalink-fu/master: command returned error: 1 braid: Resetting braid/track to 26218373c99ccf12c5dd1779d5ccab74156a4b70. braid: Checking out branch 'master'. braid: An exception has occured: fatal: 'braid/git/vendor/plugins/permalink-fu/master': unable to chdir or not a git archive fatal: The remote end hung up unexpectedly Cannot get the repository state from braid/git/vendor/plugins/permalink-fu/master fetch braid/git/vendor/plugins/permalink-fu/master: command returned error: 1 (fatal: 'braid/git/vendor/plugins/permalink-fu/master': unable to chdir or not a git archive fatal: The remote end hung up unexpectedly Cannot get the repository state from braid/git/vendor/plugins/permalink-fu/master fetch braid/git/vendor/plugins/permalink-fu/master: command returned error: 1)</description>
		<content:encoded><![CDATA[<p>Thanks Geoff, I&#8217;m starting to see its value now :) However, I&#8217;m having a problem getting it to work -&gt;</p>
<p>braid add git://github.com/technoweenie/permalinkfu.git &#8211;type git vendor/plugins/permalinkfu</p>
<p>gives me:</p>
<p>braid: Checking out work branch &#8216;braid/track&#8217;. braid: Adding git mirror from &#8216;git://github.com/technoweenie/permalinkfu.git&#8217;, branch &#8216;master&#8217; into &#8216;vendor/plugins/permalinkfu&#8217; using local branch &#8216;braid/git/vendor/plugins/permalink-fu/master&#8217;. braid: Setting up remote branch and fetching data. braid: Error occured: fatal: &#8216;braid/git/vendor/plugins/permalink-fu/master&#8217;: unable to chdir or not a git archive fatal: The remote end hung up unexpectedly Cannot get the repository state from braid/git/vendor/plugins/permalink-fu/master fetch braid/git/vendor/plugins/permalink-fu/master: command returned error: 1 braid: Resetting braid/track to 26218373c99ccf12c5dd1779d5ccab74156a4b70. braid: Checking out branch &#8216;master&#8217;. braid: An exception has occured: fatal: &#8216;braid/git/vendor/plugins/permalink-fu/master&#8217;: unable to chdir or not a git archive fatal: The remote end hung up unexpectedly Cannot get the repository state from braid/git/vendor/plugins/permalink-fu/master fetch braid/git/vendor/plugins/permalink-fu/master: command returned error: 1 (fatal: &#8216;braid/git/vendor/plugins/permalink-fu/master&#8217;: unable to chdir or not a git archive fatal: The remote end hung up unexpectedly Cannot get the repository state from braid/git/vendor/plugins/permalink-fu/master fetch braid/git/vendor/plugins/permalink-fu/master: command returned error: 1)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://blog.citrusbyte.com/2008/03/24/creating-a-new-rails-app-shouldnt-be-boring/#comment-43</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 08 Apr 2008 17:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=36#comment-43</guid>
		<description>Great script!

I'm a little confused about a couple of things -

I don't quite understand the need (or use) of braid. If I want to freeze edge rails why don't I just do rake rails:freeze:edge ?

Also, is braid just another way of doing a script/plugin install ? If so, could I use script/plugin install git://git_project (since this is enabled in edge rails)

Chris</description>
		<content:encoded><![CDATA[<p>Great script!</p>
<p>I&#8217;m a little confused about a couple of things -</p>
<p>I don&#8217;t quite understand the need (or use) of braid. If I want to freeze edge rails why don&#8217;t I just do rake rails:freeze:edge ?</p>
<p>Also, is braid just another way of doing a script/plugin install ? If so, could I use script/plugin install git://git_project (since this is enabled in edge rails)</p>
<p>Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathijs</title>
		<link>http://blog.citrusbyte.com/2008/03/24/creating-a-new-rails-app-shouldnt-be-boring/#comment-40</link>
		<dc:creator>Mathijs</dc:creator>
		<pubDate>Fri, 04 Apr 2008 17:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=36#comment-40</guid>
		<description>Wow, very nice and clean script!

I couldn't get braid to work with git repositories though.

announcing "Installing sexy_scaffold" do
  braid "git://github.com/foca/sexy_scaffold.git", "vendor/plugins/sexy_scaffold", "git"
end

end

Now, I'm very new to git, so I don't know if what braid added to .git/config is actually right.

Anybody got this script to work with plugins in git repos?

Thanks</description>
		<content:encoded><![CDATA[<p>Wow, very nice and clean script!</p>
<p>I couldn&#8217;t get braid to work with git repositories though.</p>
<p>announcing &#8220;Installing sexy_scaffold&#8221; do<br />
  braid &#8220;git://github.com/foca/sexy_scaffold.git&#8221;, &#8220;vendor/plugins/sexy_scaffold&#8221;, &#8220;git&#8221;<br />
end</p>
<p>end</p>
<p>Now, I&#8217;m very new to git, so I don&#8217;t know if what braid added to .git/config is actually right.</p>
<p>Anybody got this script to work with plugins in git repos?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff</title>
		<link>http://blog.citrusbyte.com/2008/03/24/creating-a-new-rails-app-shouldnt-be-boring/#comment-41</link>
		<dc:creator>Geoff</dc:creator>
		<pubDate>Fri, 04 Apr 2008 17:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=36#comment-41</guid>
		<description>Mathijs: Does using braid manually work for you? The way braid works is by creating its own branch of what its tracking. You then merge the braid/track branch into your master branch.

I've admittedly not had a chance to actually test out this script, works been keeping me too busy to run a simple script. How bad is that...</description>
		<content:encoded><![CDATA[<p>Mathijs: Does using braid manually work for you? The way braid works is by creating its own branch of what its tracking. You then merge the braid/track branch into your master branch.</p>
<p>I&#8217;ve admittedly not had a chance to actually test out this script, works been keeping me too busy to run a simple script. How bad is that&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff</title>
		<link>http://blog.citrusbyte.com/2008/03/24/creating-a-new-rails-app-shouldnt-be-boring/#comment-42</link>
		<dc:creator>Geoff</dc:creator>
		<pubDate>Fri, 04 Apr 2008 17:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?p=36#comment-42</guid>
		<description>I have now tried it and yes it works fine for me with git repositories</description>
		<content:encoded><![CDATA[<p>I have now tried it and yes it works fine for me with git repositories</p>
]]></content:encoded>
	</item>
</channel>
</rss>
