<?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>CS8 &#187; Ruby On Rails</title>
	<atom:link href="http://www.cs8.my/tag/ruby-on-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cs8.my</link>
	<description>Rapid Web Applications Done The Right Way!</description>
	<lastBuildDate>Thu, 05 Aug 2010 08:22:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Routes Gotcha</title>
		<link>http://www.cs8.my/routes-gotcha/</link>
		<comments>http://www.cs8.my/routes-gotcha/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 01:52:05 +0000</pubDate>
		<dc:creator>fadhli</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[rails routes]]></category>
		<category><![CDATA[Ruby On Rails]]></category>

		<guid isPermaLink="false">http://bugsneedfix.wordpress.com/?p=89</guid>
		<description><![CDATA[Something peculiar happened when I was doing something trivial. If you accidently named your restful route the following resource :roles instead of resources :roles When you point your app to /roles it won&#8217;t go to your index controller action but it will instead call your show action.]]></description>
		<wfw:commentRss>http://www.cs8.my/routes-gotcha/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Global Email Settings in Rails</title>
		<link>http://www.cs8.my/global-email-settings-in-rails/</link>
		<comments>http://www.cs8.my/global-email-settings-in-rails/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 11:43:01 +0000</pubDate>
		<dc:creator>fadhli</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[ActionMailer SMTP Settings]]></category>
		<category><![CDATA[Ruby On Rails]]></category>

		<guid isPermaLink="false">http://bugsneedfix.wordpress.com/?p=12</guid>
		<description><![CDATA[I was running the functional test and didn&#8217;t realize it was sending actual emails from my data fixtures. However, I did learn how to globally set the email settings so not to send the emails out during tests. If you want to use this, create a file called global_email_settings.rb (or whatever you want to name [...]]]></description>
		<wfw:commentRss>http://www.cs8.my/global-email-settings-in-rails/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>to_proc or not to_proc</title>
		<link>http://www.cs8.my/to_proc-or-not-to_proc/</link>
		<comments>http://www.cs8.my/to_proc-or-not-to_proc/#comments</comments>
		<pubDate>Thu, 22 May 2008 07:37:09 +0000</pubDate>
		<dc:creator>fadhli</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby On Rails]]></category>

		<guid isPermaLink="false">http://bugsneedfix.wordpress.com/?p=7</guid>
		<description><![CDATA[Instead of writing this [sourcecode language='ruby'] Profile.find(:all).collect{ &#124;x&#124; x.email } [/sourcecode] I could write this using Rails&#8217; Symbol#to_proc [sourcecode language='ruby'] Profile.find(:all).collect(&#038;:email) [/sourcecode] Nice.]]></description>
		<wfw:commentRss>http://www.cs8.my/to_proc-or-not-to_proc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>User filter_parameter_logging for password</title>
		<link>http://www.cs8.my/user-filter_parameter_logging-for-password/</link>
		<comments>http://www.cs8.my/user-filter_parameter_logging-for-password/#comments</comments>
		<pubDate>Thu, 22 May 2008 02:29:19 +0000</pubDate>
		<dc:creator>fadhli</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby On Rails]]></category>

		<guid isPermaLink="false">http://bugsneedfix.wordpress.com/?p=5</guid>
		<description><![CDATA[This morning while I was looking at some codes, I&#8217;ve found something interesting. When I login, I looked at the logs and I could see clearly the password that I&#8217;d just entered. Example [sourcecode language="ruby"] Parameters:{&#8220;commit&#8221;=>&#8221;Log in&#8221;, &#8220;action&#8221;=>&#8221;create&#8221;,&#8221;controller&#8221;=>&#8221;sessions&#8221;, &#8220;password&#8221;=>&#8221;password123&#8243;,&#8221;login&#8221;=>&#8221;foobar&#8221;} [/sourcecode] I know, this looks like a trivial matter but imagine anyone having access to our [...]]]></description>
		<wfw:commentRss>http://www.cs8.my/user-filter_parameter_logging-for-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
