<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>dream.think.create</title>
	<link>http://blog.ncodedevlabs.com</link>
	<description>Technological journey&#039;s of a lonely African Programmer</description>
	<lastBuildDate>Sat, 17 Jul 2010 15:09:09 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>Secured way to deploy Rails App</title>
		<description><![CDATA[In recent times Rails has grown into a very large community of developers with new ones joining the programming sweetness by the hour. With the release of Passenger a.k.a mod_rails , the pain of deploying a Rails application is almost a no brainer, weather you choose to use Apache or Nginx as your server. Most [...]]]></description>
		<link>http://blog.ncodedevlabs.com/2010/03/27/secured-way-to-deploy-rails-app/</link>
			</item>
	<item>
		<title>Intelligent HTTP Request performance boost with Delayed_job</title>
		<description><![CDATA[After the launch of a recently developed application MYtxtBOX Lite, which allows free sms service online to all mobile networks in Ghana. Do to the nature of the SMS gateway which was the traditional style HTTP post or get request, the application takes a long time to respond to the user since the initial code [...]]]></description>
		<link>http://blog.ncodedevlabs.com/2010/03/24/intelligent-httprequestperformance-boost-with-delayed_job/</link>
			</item>
	<item>
		<title>Phone number cleanup in Rails</title>
		<description><![CDATA[There is practically nothing that cant be done with ruby (hmm&#8230; may be a little exaggerating there). Was working on this SMS platform where users can send SMS free without login or registration. The number was to be in the format eg. 233244342123, everything was smooth, i validated for digits on and the users are [...]]]></description>
		<link>http://blog.ncodedevlabs.com/2010/02/06/phone-number-cleanup-in-rails/</link>
			</item>
	<item>
		<title>Implementing reCAPTCHA in your rails app</title>
		<description><![CDATA[Adding reCaptcha to rails is quite easy First create an account with reCAPTCHA and get your API keys. Secondly get the ambethia-recaptcha gem from github http://github.com/ambethia/recaptcha You can either install it as a gem by adding config.gem &#8220;ambethia-recaptcha&#8221;, :lib =&#62; &#8220;recaptcha/rails&#8221;, :source =&#62; &#8220;http://gems.github.com&#8221; to your environment.rb file within the config block, then from your [...]]]></description>
		<link>http://blog.ncodedevlabs.com/2010/01/26/implementing-recaptcha-in-your-rails-app/</link>
			</item>
	<item>
		<title>Extracting audio length using Rails</title>
		<description><![CDATA[Was working on a module in one of my Rails projects and I had to find the length of the audio file clients uploaded to that they can be billed accordingly, since this was voice sms it was very crucial. I combed the whole internet for solutions and could not find any, came across a [...]]]></description>
		<link>http://blog.ncodedevlabs.com/2010/01/14/extracting-audio-length-using-rails/</link>
			</item>
	<item>
		<title>Rails 2.3.5 gem update (dependency errors fixed)</title>
		<description><![CDATA[I recently updated my rails gem and realised i was getting errors trying to create new rails projects in 2.3.5, below is the error i was getting. I went through a few debug modes checked but came up with no lasting solution. I finally checked for my installed gems &#8220;sudo gem list&#8221; and realised i [...]]]></description>
		<link>http://blog.ncodedevlabs.com/2010/01/07/rails-2-3-5-gem-update-dependency-errors-fixed/</link>
			</item>
	<item>
		<title>Heavy weight Rails Job workaround</title>
		<description><![CDATA[I am working on a Rails project and I recently had to do some FTP tricky stuff. I had to allow users to upload audio Files which will be transferred via FTP to another Server for processing to voice sms. Now its easy to do this on a lightly used system with a small audio [...]]]></description>
		<link>http://blog.ncodedevlabs.com/2010/01/02/heavy-weight-rails-job-workaround/</link>
			</item>
</channel>
</rss>

