<?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>Tracy Phillips &#187; ruby</title>
	<atom:link href="http://tracyphillips.com/tag/ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://tracyphillips.com</link>
	<description></description>
	<lastBuildDate>Tue, 27 Oct 2009 14:12:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Ruby On Rails Setup With FreeBSD</title>
		<link>http://tracyphillips.com/2005/12/11/ruby-on-rails-setup-with-freebsd-2/</link>
		<comments>http://tracyphillips.com/2005/12/11/ruby-on-rails-setup-with-freebsd-2/#comments</comments>
		<pubDate>Sun, 11 Dec 2005 19:29:10 +0000</pubDate>
		<dc:creator>tracphil</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://www.tracyphillips.com/?p=10</guid>
		<description><![CDATA[Setting up Ruby on Rails using FreeBSD has to be one of the most dead simple things (/me knocks on wood) that you can get setup. First you will need to have Ruby installed. If you have been following along in our Setting up FreeBSD series this was done for you when you installed portupgrade. [...]]]></description>
			<content:encoded><![CDATA[<p>Setting up <a href="http://www.rubyonrails.org/">Ruby on Rails</a> using <a href="http://www.freebsd.org/">FreeBSD</a> has to be one of the most dead simple things (/me knocks on wood) that you can get setup.</p>
<p>First you will need to have <a href="http://www.ruby-lang.org/">Ruby</a> installed. If you have been following along in our <a href="http://www.tracyphillips.com/2005/11/new-server-setup/">Setting up FreeBSD</a> series this was done for you when you installed portupgrade. If you don't just use portinstall ruby and then you will be up to speed with us.</p>
<p>With Ruby installed, the next step is to install <a href="http://docs.rubygems.org/">Ruby Gems</a></p>
<pre>[server][root][~]# portinstall ruby18-gems</pre>
<p>Next we will want to install the rails gem with Ruby Gems.</p>
<pre>[server][root][~]# gem install rails --include-dependencies</pre>
<p>Whew that was hard :) Ruby on Rails is now setup. Next we will go through the process of setting up a Ruby on Rails blog application... I think Typo would fit the bill don't you?</p>
<p><u><strong>Rails Server Setup:</strong></u></p>
<p>Part 1: <a href="http://www.tracyphillips.com/2005/11/new-server-setup/">New Server Setup</a><br />
Part 2: <a href="http://www.tracyphillips.com/2005/11/setup-freebsd-6x-for-ruby-on-rails/">Setup FreeBSD 6.x</a><br />
Part 3: <a href="http://www.tracyphillips.com/2005/11/freebsd-usability/">FreeBSD Usability</a><br />
Part 4: <a href="http://www.tracyphillips.com/2005/11/setup-freebsd-to-use-blowfish/">Setup FreeBSD To Use Blowfish</a><br />
Part 5: <a href="http://www.tracyphillips.com/2005/12/install-and-setup-postgresql-on-freebsd/">Install and Setup PostgreSQL</a><br />
Part 6: <a href="http://www.tracyphillips.com/2005/12/install-lighttpd-on-freebsd/">Install Lighttpd on FreeBSD</a><br />
Part 7: <a href="http://www.tracyphillips.com/2005/12/install-mysql-5x-on-freebsd/">Install MySQL 5.x on FreeBSD</a><br />
Part 8: Install Ruby On Rails with FreeBSD</p>
]]></content:encoded>
			<wfw:commentRss>http://tracyphillips.com/2005/12/11/ruby-on-rails-setup-with-freebsd-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Server Setup</title>
		<link>http://tracyphillips.com/2005/11/28/new-server-setup-2/</link>
		<comments>http://tracyphillips.com/2005/11/28/new-server-setup-2/#comments</comments>
		<pubDate>Mon, 28 Nov 2005 23:41:32 +0000</pubDate>
		<dc:creator>tracphil</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://www.tracyphillips.com/?p=22</guid>
		<description><![CDATA[I am going through the process of switching from a Linux server (CentOS to be exact) running DirectAdmin as the control panel to a FreeBSD server with no control panel for management. Since I do not have to build within the constraints of some other company's control panel, I thought I would install the best [...]]]></description>
			<content:encoded><![CDATA[<p>I am going through the process of switching from a Linux server (<a href="http://www.centos.org/">CentOS</a> to be exact) running <a href="http://www.directadmin.com">DirectAdmin</a> as the control panel to a <a href="http://www.freebsd.org/">FreeBSD</a> server with no control panel for management. Since I do not have to build within the constraints of some other company's control panel, I thought I would install the best of breed servers and applications.</p>
<p>The main components that I require to be installed are:</p.</p>
<p><a href="http://www.postgresql.org/">PostgreSQL</a><br />
<a href="http://www.lighttpd.net/">Lighttpd</a><br />
<a href="http://www.rubyonrails.org">Ruby On Rails</a><br />
<a href="http://subversion.tigris.org/">Subversion</a><br />
<a href="http://www.postfix.org/">Postfix</a><br />
<a href="http://www.dovecot.org/">Dovecot</a><br />
<a href="http://www.nuclearelephant.com/">Dspam</a></p>
<p>I will most likely do some more tweaking but at the moment that is the standard I wish to build against. I know for a fact that I will do some more "tweaking" such as setting up DNS RBLS, <a href="http://www.openspf.org/">SPF</a>, and maybe even Yahoo <a href="http://domainkeys.sourceforge.net/">Domain Keys</a> along with some good old postfix filtering for spam (can you tell I hate spam).<br />
The fist thing that I will get to (hopefully in the next post) will be setting up FreeBSD 6 and getting it ready to install applications onto.</p>
<p><u><strong>Rails Server Setup:</strong></u></p>
<p>Part 1: New Server Setup<br />
Part 2: <a href="http://www.tracyphillips.com/2005/11/setup-freebsd-6x-for-ruby-on-rails/">Setup FreeBSD 6.x</a><br />
Part 3: <a href="http://www.tracyphillips.com/2005/11/freebsd-usability/">FreeBSD Usability</a><br />
Part 4: <a href="http://www.tracyphillips.com/2005/11/setup-freebsd-to-use-blowfish.php">Setup FreeBSD To Use Blowfish</a><br />
Part 5: <a href="http://www.tracyphillips.com/2005/12/install-and-setup-postgresql-on-freebsd/">Install and Setup PostgreSQL</a><br />
Part 6: <a href="http://www.tracyphillips.com/2005/12/install-lighttpd-on-freebsd/">Install Lighttpd on FreeBSD</a><br />
Part 7: <a href="http://www.tracyphillips.com/2005/12/install-mysql-5x-on-freebsd/">Install MySQL 5.x on FreeBSD</a><br />
Part 8: <a href="http://www.tracyphillips.com/2005/12/ruby-on-rails-setup-with-freebsd.php">Install Ruby On Rails with FreeBSD</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tracyphillips.com/2005/11/28/new-server-setup-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RailsConf 2006</title>
		<link>http://tracyphillips.com/2005/11/28/railsconf-2006-2/</link>
		<comments>http://tracyphillips.com/2005/11/28/railsconf-2006-2/#comments</comments>
		<pubDate>Mon, 28 Nov 2005 17:02:29 +0000</pubDate>
		<dc:creator>tracphil</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://www.tracyphillips.com/?p=36</guid>
		<description><![CDATA[It looks like Ruby on Rails is getting large enough to have its own conference. RailsConf 2006 Rails seems to be raising some eyebrows in the Java communty as well. Ruby the Rival over at OnJava.com is an inteview with four Java "luminaries" about the possible impact of Ruby on Rails in the enterprise. Some [...]]]></description>
			<content:encoded><![CDATA[<p>It looks like Ruby on Rails is getting large enough to have its own conference.<br />
<a href="http://railsconf.org/articles/2005/11/24/announcing-railsconf-2006">RailsConf 2006</a><br />
Rails seems to be raising some eyebrows in the Java communty as well. <a href="http://www.onjava.com/pub/a/onjava/2005/11/16/ruby-the-rival.html">Ruby the Rival</a> over at <a href="http://www.onjava.com/">OnJava.com</a> is an inteview with four Java "luminaries" about the possible impact of Ruby on Rails in the enterprise. Some of them are even taking the time to sip on a glass of <a href="http://www.humandoing.net/blojsom/blog/daniel/development/2005/11/28/Drinking-the-RoR-Kool-Aid.html">Kool-Aid</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tracyphillips.com/2005/11/28/railsconf-2006-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
