<?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>Think Bohemian &#187; reload</title>
	<atom:link href="http://www.thinkbohemian.com/tag/reload/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thinkbohemian.com</link>
	<description>Secede from Convention in Life and Code</description>
	<lastBuildDate>Mon, 26 Jul 2010 17:13:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Test Model Changes in Script/Console Without Exiting</title>
		<link>http://www.thinkbohemian.com/2010/01/25/test-model-changes-in-scriptconsole-without-exiting/</link>
		<comments>http://www.thinkbohemian.com/2010/01/25/test-model-changes-in-scriptconsole-without-exiting/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 01:10:42 +0000</pubDate>
		<dc:creator>Richard Schneeman</dc:creator>
				<category><![CDATA[Ruby On Rails]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[model quit]]></category>
		<category><![CDATA[refresh]]></category>
		<category><![CDATA[reload]]></category>
		<category><![CDATA[ror]]></category>
		<category><![CDATA[script/console]]></category>

		<guid isPermaLink="false">http://www.thinkbohemian.com/?p=319</guid>
		<description><![CDATA[So if you&#8217;ve ever tested changes to a Ruby on Rails model in the script/console, it can be a pain having to completely quit and restart the application each time you make an adjustment. Instead you can use the reload! command
So this:
reload!

Acts as if you just did this:
exit
script/console

So not only does it require one less [...]]]></description>
			<content:encoded><![CDATA[<p>So if you&#8217;ve ever tested changes to a Ruby on Rails model in the <strong>script/console</strong>, it can be a pain having to completely quit and restart the application each time you make an adjustment. Instead you can use the <strong>reload!</strong> command</p>
<p>So this:</p>
<pre>reload!
</pre>
<p>Acts as if you just did this:</p>
<pre>exit
script/console
</pre>
<p>So not only does it require one less command, but you can still use all previously defined variables. Awesome!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkbohemian.com/2010/01/25/test-model-changes-in-scriptconsole-without-exiting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
