<?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>Sean&#039;s Blog &#187; shotgun</title>
	<atom:link href="http://seanbehan.com/tag/shotgun/feed/" rel="self" type="application/rss+xml" />
	<link>http://seanbehan.com</link>
	<description>Web Programming, Ruby on Rails, Wordpress, PHP from Burlington, Vermont</description>
	<lastBuildDate>Tue, 31 Aug 2010 14:38:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Manage Sinatra Server in Development Mode with Shotgun</title>
		<link>http://seanbehan.com/sinatra/manage-sinatra-server-in-development-mode-with-shotgun/</link>
		<comments>http://seanbehan.com/sinatra/manage-sinatra-server-in-development-mode-with-shotgun/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 02:03:31 +0000</pubDate>
		<dc:creator>bseanvt</dc:creator>
				<category><![CDATA[Sinatra]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[reload]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[shotgun]]></category>

		<guid isPermaLink="false">http://seanbehan.com/?p=512</guid>
		<description><![CDATA[Sinatra won&#8217;t reload your files. So if you&#8217;re developing your app and want to see any changes made in the browser, install the shotgun gem. gem install shotgun You can then use shotgun to run your server shotgun your_sinatra_ditty.rb Presto, your ditty will never be out of key]]></description>
			<content:encoded><![CDATA[<p>Sinatra won&#8217;t reload your files. So if you&#8217;re developing your app and want to see any changes made in the browser, install the shotgun gem.</p>
<pre>
gem install shotgun
</pre>
<p>You can then use shotgun to run your server</p>
<pre>
shotgun your_sinatra_ditty.rb
</pre>
<p>Presto, your ditty will never be out of key <img src='http://seanbehan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://seanbehan.com/sinatra/manage-sinatra-server-in-development-mode-with-shotgun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
