<?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>DesignBash &#187; Rails</title>
	<atom:link href="http://www.designbash.com/category/rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.designbash.com</link>
	<description>web magazine and more...</description>
	<lastBuildDate>Wed, 17 Mar 2010 20:57:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Rails Development Log &#8211; Live Environment</title>
		<link>http://www.designbash.com/rails/rails-development-log-live-environment/</link>
		<comments>http://www.designbash.com/rails/rails-development-log-live-environment/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 17:49:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://www.designbash.com/?p=281</guid>
		<description><![CDATA[I learned a little trick today that's going to make my rails development much easier than before. I can now see my development log on ]]></description>
			<content:encoded><![CDATA[<p>I learned a little trick today that&#8217;s going to make my rails development <strong>much</strong> much easier than before. While I generally like to develop my applications on a local machine &#8211; I&#8217;ve recently started developing in a live <em>(eg. www.myapp.com)</em> environment.<span id="more-281"></span></p>
<p>One thing I was really missing was my faithful server output that I would constantly monitor. I could check every SQL query, which actions were getting triggered, and most importantly <em>(IMO)</em> &#8211; the params that were getting passed into my controllers.</p>
<p>Well finally I&#8217;ve found a solution (<a href="http://stackoverflow.com/questions/1015739/how-can-we-watch-the-rails-development-log" target="_blank">thanks to this link</a>)!</p>
<p>Long story short &#8211; all you need to do is SSH into your hosting and then run the following command (from your application directory):</p>
<pre class="brush:bash">tail -f log/development.log
</pre>
<p>This will allow you to see the standard development.log in real time. Hope this helps someone as much as it helped me!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designbash.com/rails/rails-development-log-live-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
