<?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>Rails Carma</title>
	<atom:link href="http://railscarma.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://railscarma.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 03 Mar 2011 10:00:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>How to Set up Redmine-project tracking system</title>
		<link>http://railscarma.com/blog/technical-articles/how-to-set-up-redmine-project-tracking-system/</link>
		<comments>http://railscarma.com/blog/technical-articles/how-to-set-up-redmine-project-tracking-system/#comments</comments>
		<pubDate>Thu, 03 Mar 2011 10:00:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technical Articles]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[Redmine-project]]></category>
		<category><![CDATA[Rubygem]]></category>
		<category><![CDATA[Set up Redmine-project tracking system]]></category>

		<guid isPermaLink="false">http://railscarma.com/blog/?p=265</guid>
		<description><![CDATA[Installation Steps 1) Make sure ruby 1.8.7 and Rubygem are installed 2) Install Rails and few required gems gem install rails -v=2.3.5 gem install rack -v=1.0.1 gem install -v=0.4.2 i18n 3) Checkout the Redmine source code svn co http://redmine.rubyforge.org/svn/branches/1.0-stable redmine-1.0 4) Go to redmine-1.0/config and rename few files mv database.yml.example database.yml mv email.yml.example email.yml and [...]]]></description>
		<wfw:commentRss>http://railscarma.com/blog/technical-articles/how-to-set-up-redmine-project-tracking-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Group chat room in Rails</title>
		<link>http://railscarma.com/blog/technical-articles/group-chat-room-in-rails/</link>
		<comments>http://railscarma.com/blog/technical-articles/group-chat-room-in-rails/#comments</comments>
		<pubDate>Thu, 10 Feb 2011 07:35:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technical Articles]]></category>
		<category><![CDATA[Group chat room]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[memcached]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://railscarma.com/blog/?p=244</guid>
		<description><![CDATA[Contributor : Nagendra Introduction: Chat Engine is a lightweight rails engine that heavily uses jQuery and memcached to implement a very simple group chat room. Features: * You must enter a nickname to be part of the chat room. * All logged in users are shown in the user list * Lines in the chat [...]]]></description>
		<wfw:commentRss>http://railscarma.com/blog/technical-articles/group-chat-room-in-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>File Uploading with Paper clip</title>
		<link>http://railscarma.com/blog/technical-articles/file-uploading-with-paper-clip/</link>
		<comments>http://railscarma.com/blog/technical-articles/file-uploading-with-paper-clip/#comments</comments>
		<pubDate>Wed, 09 Feb 2011 07:26:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technical Articles]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[paperclip plugin]]></category>
		<category><![CDATA[rails]]></category>

		<guid isPermaLink="false">http://railscarma.com/blog/?p=213</guid>
		<description><![CDATA[Contributor : Nagendra This is one of the most useful plug in that can be used in your application when you require to upload a file as attachment to your application, its quite easy to use and with the help of paperclip scaffolding you can achieve file upload feature very easily, below i have explained [...]]]></description>
		<wfw:commentRss>http://railscarma.com/blog/technical-articles/file-uploading-with-paper-clip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Image-magick and rmagick for rails</title>
		<link>http://railscarma.com/blog/technical-articles/install-image-magick-and-rmagick-for-rails/</link>
		<comments>http://railscarma.com/blog/technical-articles/install-image-magick-and-rmagick-for-rails/#comments</comments>
		<pubDate>Tue, 08 Feb 2011 10:06:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technical Articles]]></category>
		<category><![CDATA[Image-magick]]></category>
		<category><![CDATA[Install Image-magick and rmagick for rails]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[rmagick]]></category>

		<guid isPermaLink="false">http://railscarma.com/blog/?p=202</guid>
		<description><![CDATA[Contributor : Nagendra Start by removing any old versions previously installed via apt-get: sudo apt-get remove imagemagick Then update apt-get and install some supporting packages: sudo apt-get update *(sudo apt-get install libperl-dev gcc libjpeg62-dev libbz2-dev libtiff4-dev libwmf-dev libz-dev libpng12-dev libx11-dev libxt-dev libxext-dev libxml2-dev libfreetype6-dev liblcms1-dev libexif-dev perl libjasper-dev libltdl3-dev graphviz gs-gpl pkg-config)* *its a single [...]]]></description>
		<wfw:commentRss>http://railscarma.com/blog/technical-articles/install-image-magick-and-rmagick-for-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure Sphinx in Rails application</title>
		<link>http://railscarma.com/blog/technical-articles/configure-sphinx-in-rails-application/</link>
		<comments>http://railscarma.com/blog/technical-articles/configure-sphinx-in-rails-application/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 07:49:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technical Articles]]></category>
		<category><![CDATA[Configure Sphinx]]></category>
		<category><![CDATA[Configure Sphinx in Rails application]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[Sphinx]]></category>

		<guid isPermaLink="false">http://railscarma.com/blog/?p=177</guid>
		<description><![CDATA[Contributor : Nagendra Install Sphinx Just run the following three commands on your server or dev machine to install Sphinx: ./configure make sudo make install That will setup Sphinx with default for use with MySQL. If you want to use it with PostgreSQL, then run configure with the following flag: ./configure --with-pgsql Note: you can [...]]]></description>
		<wfw:commentRss>http://railscarma.com/blog/technical-articles/configure-sphinx-in-rails-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

