<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Using Emacs for Rails development &#8211; The perfect setup</title>
	<atom:link href="http://devcraft.wordpress.com/2008/07/19/using-emacs-for-rails-development-the-perfect-setup/feed/" rel="self" type="application/rss+xml" />
	<link>http://devcraft.wordpress.com/2008/07/19/using-emacs-for-rails-development-the-perfect-setup/</link>
	<description>The craft of software development</description>
	<lastBuildDate>Thu, 10 Dec 2009 17:44:41 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Emacs: my first achievements, frustrations and impressions &#8211; gnapse.com</title>
		<link>http://devcraft.wordpress.com/2008/07/19/using-emacs-for-rails-development-the-perfect-setup/#comment-51</link>
		<dc:creator>Emacs: my first achievements, frustrations and impressions &#8211; gnapse.com</dc:creator>
		<pubDate>Fri, 17 Jul 2009 20:44:45 +0000</pubDate>
		<guid isPermaLink="false">http://devcraft.wordpress.com/?p=14#comment-51</guid>
		<description>[...] code I borrowed from elsewhere to further customize my environment. I should particularly mention Devcraft&#8217;s advises to customize Emacs for Rails development, Dahoiv&#8217;s .emacs file, the Emacs blog (where Ryan McGeary also writes) and the emacs-flu [...]</description>
		<content:encoded><![CDATA[<p>[...] code I borrowed from elsewhere to further customize my environment. I should particularly mention Devcraft&#8217;s advises to customize Emacs for Rails development, Dahoiv&#8217;s .emacs file, the Emacs blog (where Ryan McGeary also writes) and the emacs-flu [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bozhidar</title>
		<link>http://devcraft.wordpress.com/2008/07/19/using-emacs-for-rails-development-the-perfect-setup/#comment-29</link>
		<dc:creator>Bozhidar</dc:creator>
		<pubDate>Wed, 30 Jul 2008 19:55:09 +0000</pubDate>
		<guid isPermaLink="false">http://devcraft.wordpress.com/?p=14#comment-29</guid>
		<description>Yes, I do practice TDD. I&#039;ll take a look at those modes when I have some time. The navigation features are very valuable in my opinion, they save quite some time at one point... rinari&#039;s development is moving at a pretty nice pace these days - I think that re-evaluating it will certainly be worth your while.</description>
		<content:encoded><![CDATA[<p>Yes, I do practice TDD. I&#8217;ll take a look at those modes when I have some time. The navigation features are very valuable in my opinion, they save quite some time at one point&#8230; rinari&#8217;s development is moving at a pretty nice pace these days &#8211; I think that re-evaluating it will certainly be worth your while.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Didyk</title>
		<link>http://devcraft.wordpress.com/2008/07/19/using-emacs-for-rails-development-the-perfect-setup/#comment-28</link>
		<dc:creator>Chris Didyk</dc:creator>
		<pubDate>Wed, 30 Jul 2008 19:44:10 +0000</pubDate>
		<guid isPermaLink="false">http://devcraft.wordpress.com/?p=14#comment-28</guid>
		<description>Do you practice TDD? There are a couple of nice rspec minor-modes for emacs: http://github.com/pat-maddox/myconfig/tree/master/dot.emacs.d/rspec-mode.el (I haven&#039;t used this one yet, but Pat is on the RSpec team)

http://pezra.barelyenough.org/blog/projects/rspec-mode/ (what I currently use along with a couple of macros to customize it to how I work)

I&#039;m currently using emacs-rails, but I don&#039;t use the railsy features much (like navigation between controllers, models, etc.). Maybe I should, but I just use a shell to get around, mostly. It might be time to re-evaluate rinari.</description>
		<content:encoded><![CDATA[<p>Do you practice TDD? There are a couple of nice rspec minor-modes for emacs: <a href="http://github.com/pat-maddox/myconfig/tree/master/dot.emacs.d/rspec-mode.el" rel="nofollow">http://github.com/pat-maddox/myconfig/tree/master/dot.emacs.d/rspec-mode.el</a> (I haven&#8217;t used this one yet, but Pat is on the RSpec team)</p>
<p><a href="http://pezra.barelyenough.org/blog/projects/rspec-mode/" rel="nofollow">http://pezra.barelyenough.org/blog/projects/rspec-mode/</a> (what I currently use along with a couple of macros to customize it to how I work)</p>
<p>I&#8217;m currently using emacs-rails, but I don&#8217;t use the railsy features much (like navigation between controllers, models, etc.). Maybe I should, but I just use a shell to get around, mostly. It might be time to re-evaluate rinari.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bozhidar</title>
		<link>http://devcraft.wordpress.com/2008/07/19/using-emacs-for-rails-development-the-perfect-setup/#comment-24</link>
		<dc:creator>Bozhidar</dc:creator>
		<pubDate>Mon, 28 Jul 2008 09:29:59 +0000</pubDate>
		<guid isPermaLink="false">http://devcraft.wordpress.com/?p=14#comment-24</guid>
		<description>Well, I&#039;m aware of emacs-rails, but I prefer rinari. It offers the features that I need packaged in smaller form, and leaves me with the option to add other features if I happen to require them. I track rinari&#039;s dev tree and see that the maintainer is doing a pretty good job of adding valuable features as well as squashing existing bugs.</description>
		<content:encoded><![CDATA[<p>Well, I&#8217;m aware of emacs-rails, but I prefer rinari. It offers the features that I need packaged in smaller form, and leaves me with the option to add other features if I happen to require them. I track rinari&#8217;s dev tree and see that the maintainer is doing a pretty good job of adding valuable features as well as squashing existing bugs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mprokopov</title>
		<link>http://devcraft.wordpress.com/2008/07/19/using-emacs-for-rails-development-the-perfect-setup/#comment-23</link>
		<dc:creator>mprokopov</dc:creator>
		<pubDate>Mon, 28 Jul 2008 09:04:27 +0000</pubDate>
		<guid isPermaLink="false">http://devcraft.wordpress.com/?p=14#comment-23</guid>
		<description>You should try emacs-rails http://dima-exe.ru/rails-on-emacs</description>
		<content:encoded><![CDATA[<p>You should try emacs-rails <a href="http://dima-exe.ru/rails-on-emacs" rel="nofollow">http://dima-exe.ru/rails-on-emacs</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
