

<?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>RubyPDF Blog &#187; Ruby on Rails</title>
	<atom:link href="http://blog.rubypdf.com/category/ror/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rubypdf.com</link>
	<description>PDF &#38; Marketing</description>
	<lastBuildDate>Tue, 02 Mar 2010 06:47:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Install Ruby on Rails , Lighttpd,Sqlite3 and Mongrel under Ubuntu</title>
		<link>http://blog.rubypdf.com/2006/10/20/install-ruby-on-rails-lighttpdsqlite3-and-mongrel-under-ubuntu/</link>
		<comments>http://blog.rubypdf.com/2006/10/20/install-ruby-on-rails-lighttpdsqlite3-and-mongrel-under-ubuntu/#comments</comments>
		<pubDate>Fri, 20 Oct 2006 10:02:59 +0000</pubDate>
		<dc:creator>rubypdf</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.rubypdf.com/2006/10/20/install-ruby-on-rails-lighttpdsqlite3-and-mongrel-under-ubuntu/</guid>
		<description><![CDATA[




nothing but the script I used:
#install Mysql
apt-get install mysql-server
#install Ruby and relative
apt-get install  irb libdbm-ruby1.8 libgdbm-ruby1.8 libmysql-ruby1.8 libmysqlclient14 libopenssl-ruby1.8 libruby1.8-dbg mysql-common ri ri1.8 ruby1.8-dev
#install rubygems
wget http://rubyforge.org/frs/download.php/11289/rubygems-0.9.0.tgz
tar zxfv rubygems-0.9.0.tgz
cd rubygems-0.9.0
ruby setup.rb
gem update &#8211;system
#install Rails and dependencies
gem install rails &#8211;include-dependencies
#before install Mongrel,
apt-get install build-essential #we need it to compile mongrel and Sqlite3
#intall Mongrel
gem install mongrel &#8211;include-dependencies





#install [...]]]></description>
		<wfw:commentRss>http://blog.rubypdf.com/2006/10/20/install-ruby-on-rails-lighttpdsqlite3-and-mongrel-under-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>UTF-8,Ruby on Rails under Ubuntu</title>
		<link>http://blog.rubypdf.com/2006/10/20/utf-8ruby-on-rails-under-ubuntu/</link>
		<comments>http://blog.rubypdf.com/2006/10/20/utf-8ruby-on-rails-under-ubuntu/#comments</comments>
		<pubDate>Fri, 20 Oct 2006 09:35:03 +0000</pubDate>
		<dc:creator>rubypdf</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.rubypdf.com/2006/10/20/utf-8ruby-on-rails-under-ubuntu/</guid>
		<description><![CDATA[




I installed Ruby on Rails under Ubuntu(from /var/lib/locales/supported.d/local, I know, my default charset is en_US.UTF-8 UTF-8), and create a demo, by default, mysql (table type is MyISAM)supports UTF-8. But when I input Chinese character and save to database, the output on the web is UTF-8 code, not what I want, why?  After searching, I [...]]]></description>
		<wfw:commentRss>http://blog.rubypdf.com/2006/10/20/utf-8ruby-on-rails-under-ubuntu/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>GrabTheMic:A Ruby on Rails version Digg/Reddit</title>
		<link>http://blog.rubypdf.com/2006/10/10/grabthemica-ruby-on-rails-version-diggreddit/</link>
		<comments>http://blog.rubypdf.com/2006/10/10/grabthemica-ruby-on-rails-version-diggreddit/#comments</comments>
		<pubDate>Mon, 09 Oct 2006 22:19:34 +0000</pubDate>
		<dc:creator>rubypdf</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://blog.rubypdf.com/2006/10/10/grabthemica-ruby-on-rails-version-diggreddit/</guid>
		<description><![CDATA[GrabTheMic is an Open Source implementation of community-driven news sites such as Digg (http://www.digg.com) and Reddit (http://www.reddit.com). It is powered by Ruby on Rails, and the main version of the code is run at http://www.grabthemic.org

Home : http://sourceforge.net/projects/grabthemic
License : GNU General Public License (GPL)
Operating System : OS Independent (Written in an interpreted language)
Programming Language : Ruby

]]></description>
		<wfw:commentRss>http://blog.rubypdf.com/2006/10/10/grabthemica-ruby-on-rails-version-diggreddit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
