<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/stylesheets/rss.css" type="text/css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Robby on Rails: Running a Rails development firm is great because...</title>
    <link>http://www.robbyonrails.com/articles/2006/02/22/running-a-rails-development-firm-is-great-because</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>thoughts.sort_by{|t| t[:topic]}.collect </description>
    <item>
      <title>Running a Rails development firm is great because...</title>
      <description>&lt;p&gt;you can find yourself saying, &amp;#8220;boy, I sure wish that X could do Y.&amp;#8221;&lt;/p&gt;


	&lt;p&gt;15 minutes later&amp;#8230; you find that one of your developers has created a solution and then &lt;a href="http://dev.rubyonrails.org/ticket/3936"&gt;contributed it as a patch&lt;/a&gt; to the &lt;a href="http://rubyonrails.org"&gt;Rails project&lt;/a&gt;.&lt;/p&gt;


&lt;code&gt;
&lt;pre&gt;
./script/console
&amp;gt;&amp;gt; reset!
=&amp;gt; []
&lt;/pre&gt;
&lt;/code&gt;

	&lt;p&gt;Yes&amp;#8230; this is just a short-cut to &lt;code&gt;Dispatcher.reset_application!&lt;/code&gt; ... but it&amp;#8217;s saving me a whole 24 characters each time I need to reset my application while hanging out in &lt;code&gt;script/console&lt;/code&gt;.&lt;/p&gt;


	&lt;p&gt;Thanks &lt;a href="http://www.jvoorhis.com"&gt;Jeremy&lt;/a&gt;!&lt;/p&gt;
</description>
      <pubDate>Wed, 22 Feb 2006 21:07:00 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:a9872438-c294-4b54-83c2-cfd9f9eb3dc8</guid>
      <author>Robby Russell</author>
      <link>http://www.robbyonrails.com/articles/2006/02/22/running-a-rails-development-firm-is-great-because</link>
      <category>planetargon</category>
      <category>jvoorhis</category>
      <category>irb</category>
    </item>
    <item>
      <title>"Running a Rails development firm is great because..." by Jeremy Voorhis</title>
      <description>&lt;p&gt;Phil,&lt;/p&gt;


	&lt;p&gt;You can certainly &lt;em&gt;call&lt;/em&gt; this from &lt;code&gt;script/server&lt;/code&gt;, but we really just wanted a friendly way to reload the app from &lt;code&gt;script/console&lt;/code&gt;. This is just a wrapper to &lt;code&gt;Dispatcher.reset_application!&lt;/code&gt; which &amp;#8211; as far as I understand &amp;#8211; should not affect environment.rb. An olde-fashioned &lt;code&gt;Ctrl-C up return&lt;/code&gt; is still required for that. I&amp;#8217;m sure you&amp;#8217;ve got the reflex by now ;)&lt;/p&gt;</description>
      <pubDate>Fri, 24 Feb 2006 00:13:39 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:42531ee7-367a-4f67-8f3b-b29acba45416</guid>
      <link>http://www.robbyonrails.com/articles/2006/02/22/running-a-rails-development-firm-is-great-because#comment-1880</link>
    </item>
    <item>
      <title>"Running a Rails development firm is great because..." by kim</title>
      <description>&lt;p&gt;great tip, thanks&lt;/p&gt;</description>
      <pubDate>Thu, 23 Feb 2006 17:59:20 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:22fd9f1f-cac9-4cf5-8c37-03f63e031ae2</guid>
      <link>http://www.robbyonrails.com/articles/2006/02/22/running-a-rails-development-firm-is-great-because#comment-1878</link>
    </item>
    <item>
      <title>"Running a Rails development firm is great because..." by Phil</title>
      <description>&lt;p&gt;OK, say I&amp;#8217;ve got script/server running, and I make a change to enviroment.rb. Does this reset only affect script/console, or will it also change what&amp;#8217;s going on in script/server?&lt;/p&gt;</description>
      <pubDate>Thu, 23 Feb 2006 11:29:10 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:3ab81957-25ac-4bb7-8d8a-df97c227f046</guid>
      <link>http://www.robbyonrails.com/articles/2006/02/22/running-a-rails-development-firm-is-great-because#comment-1877</link>
    </item>
    <item>
      <title>"Running a Rails development firm is great because..." by Jeremy Voorhis</title>
      <description>&lt;p&gt;I prefer the short form, &lt;code&gt;r!&lt;/code&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 22 Feb 2006 21:41:31 -0600</pubDate>
      <guid isPermaLink="false">urn:uuid:3c808b97-70f9-4ae4-a366-c6f1ea6ec2db</guid>
      <link>http://www.robbyonrails.com/articles/2006/02/22/running-a-rails-development-firm-is-great-because#comment-1875</link>
    </item>
  </channel>
</rss>
