<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: On Web App Development, the &#8220;Sites&#8221; folder, and Ruby on Rails&#8230;</title>
	<atom:link href="http://theappleblog.com/2006/12/28/on-web-app-development-the-sites-folder-and-ruby-on-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://theappleblog.com/2006/12/28/on-web-app-development-the-sites-folder-and-ruby-on-rails/</link>
	<description>TheAppleBlog, published by and for the day-to-day Apple user, is a prominent source for news, reviews, walkthroughs, and real life application of all Apple products.</description>
	<pubDate>Fri, 21 Nov 2008 18:32:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Don&#8217;t Look Here &#187; Blog Archive &#187; More links to some cool apps and stuff</title>
		<link>http://theappleblog.com/2006/12/28/on-web-app-development-the-sites-folder-and-ruby-on-rails/#comment-102160</link>
		<dc:creator>Don&#8217;t Look Here &#187; Blog Archive &#187; More links to some cool apps and stuff</dc:creator>
		<pubDate>Wed, 21 Feb 2007 07:20:33 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2006/12/28/on-web-app-development-the-sites-folder-and-ruby-on-rails/#comment-102160</guid>
		<description>[...] Ruby on Rails article at The Apple [...]</description>
		<content:encoded><![CDATA[<p>[...] Ruby on Rails article at The Apple [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jack</title>
		<link>http://theappleblog.com/2006/12/28/on-web-app-development-the-sites-folder-and-ruby-on-rails/#comment-90711</link>
		<dc:creator>jack</dc:creator>
		<pubDate>Fri, 29 Dec 2006 23:20:58 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2006/12/28/on-web-app-development-the-sites-folder-and-ruby-on-rails/#comment-90711</guid>
		<description>The only thing I want is to be able to browse sites on my local machine's webserver in Parallels Windows IE6 &lt;i&gt;without&lt;/i&gt; using the IP. Still fairly difficult, unless someone else knows? Halp!

Thanks.</description>
		<content:encoded><![CDATA[<p>The only thing I want is to be able to browse sites on my local machine&#8217;s webserver in Parallels Windows IE6 <i>without</i> using the IP. Still fairly difficult, unless someone else knows? Halp!</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: watchingnow &#187; Blog Archive &#187; links for 2006-12-29</title>
		<link>http://theappleblog.com/2006/12/28/on-web-app-development-the-sites-folder-and-ruby-on-rails/#comment-90531</link>
		<dc:creator>watchingnow &#187; Blog Archive &#187; links for 2006-12-29</dc:creator>
		<pubDate>Fri, 29 Dec 2006 12:34:27 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2006/12/28/on-web-app-development-the-sites-folder-and-ruby-on-rails/#comment-90531</guid>
		<description>[...] On Web App Development, the “Sites” folder, and Ruby on Rails… at The Apple Blog (tags: development osx ruby_on_rails php) [...]</description>
		<content:encoded><![CDATA[<p>[...] On Web App Development, the “Sites” folder, and Ruby on Rails… at The Apple Blog (tags: development osx ruby_on_rails php) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Terhorst</title>
		<link>http://theappleblog.com/2006/12/28/on-web-app-development-the-sites-folder-and-ruby-on-rails/#comment-90366</link>
		<dc:creator>Jason Terhorst</dc:creator>
		<pubDate>Thu, 28 Dec 2006 22:18:11 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2006/12/28/on-web-app-development-the-sites-folder-and-ruby-on-rails/#comment-90366</guid>
		<description>When I was talking about being confined to the sites folder, it is because that is the only easy way to use and manage it... To restart that server, you need only to hit "stop" then "start" in the "Personal Web Sharing" preference.
I'm sure there are a million ways to do it by digging through the innards of Apache, but those tend to be a bit more difficult for most folks.</description>
		<content:encoded><![CDATA[<p>When I was talking about being confined to the sites folder, it is because that is the only easy way to use and manage it&#8230; To restart that server, you need only to hit &#8220;stop&#8221; then &#8220;start&#8221; in the &#8220;Personal Web Sharing&#8221; preference.<br />
I&#8217;m sure there are a million ways to do it by digging through the innards of Apache, but those tend to be a bit more difficult for most folks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Arrington</title>
		<link>http://theappleblog.com/2006/12/28/on-web-app-development-the-sites-folder-and-ruby-on-rails/#comment-90306</link>
		<dc:creator>Kyle Arrington</dc:creator>
		<pubDate>Thu, 28 Dec 2006 19:29:32 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2006/12/28/on-web-app-development-the-sites-folder-and-ruby-on-rails/#comment-90306</guid>
		<description>I have found that using Headdress (http://headdress.twinsparc.com) is perfect for managing multiple development versions.  Basically it manages the virtual hosting portion of the Apache httpd.conf file assigning different port numbers to different sites, solving the subdirectory tangle I have encountered before.

I cannot speak for it working with RoR since I stay in PHP, but its works well for me.

Also, if CakePHP works best for you stick with it, but I started using a little PHP framework called Code Igniter (www.codeigniter.com) and fell in love.  It's just the right amount of framework to not get in the way.</description>
		<content:encoded><![CDATA[<p>I have found that using Headdress (http://headdress.twinsparc.com) is perfect for managing multiple development versions.  Basically it manages the virtual hosting portion of the Apache httpd.conf file assigning different port numbers to different sites, solving the subdirectory tangle I have encountered before.</p>
<p>I cannot speak for it working with RoR since I stay in PHP, but its works well for me.</p>
<p>Also, if CakePHP works best for you stick with it, but I started using a little PHP framework called Code Igniter (www.codeigniter.com) and fell in love.  It&#8217;s just the right amount of framework to not get in the way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yasser Dahab</title>
		<link>http://theappleblog.com/2006/12/28/on-web-app-development-the-sites-folder-and-ruby-on-rails/#comment-90256</link>
		<dc:creator>Yasser Dahab</dc:creator>
		<pubDate>Thu, 28 Dec 2006 16:49:45 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2006/12/28/on-web-app-development-the-sites-folder-and-ruby-on-rails/#comment-90256</guid>
		<description>Bill is correct. All of my Rails apps live outside of the Sites folder in an aptly named "Ruby" folder. WEBrick makes this ridiculously easy.</description>
		<content:encoded><![CDATA[<p>Bill is correct. All of my Rails apps live outside of the Sites folder in an aptly named &#8220;Ruby&#8221; folder. WEBrick makes this ridiculously easy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Biven</title>
		<link>http://theappleblog.com/2006/12/28/on-web-app-development-the-sites-folder-and-ruby-on-rails/#comment-90224</link>
		<dc:creator>Michael Biven</dc:creator>
		<pubDate>Thu, 28 Dec 2006 14:16:01 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2006/12/28/on-web-app-development-the-sites-folder-and-ruby-on-rails/#comment-90224</guid>
		<description>Echoing the previous comments you're not locked into using the "sites" folder for any web site or a Rails app on a Mac. 

If a person is not familiar with working from the terminal I can maybe see where Dan Benjamin's guide might cause some frustration , but that guide is basically a cut and paste for someone to manually install Ruby and Rails from source and this makes it easier for someone to apply any patches or fixes themselves. For example it looks like the &lt;a href="http://lists.danga.com/pipermail/memcached/2006-March/002027.html" rel="nofollow"&gt;performance fix&lt;/a&gt; for memcached on OS X is not being used from looking at the environment.plist. 

And while Locomotive has lighttpd, mongrel and all the items you would need to run it with Apache 1.3 or 2, another option for people needing less config files and more of a gui for the web server is &lt;a href="http://litespeedtech.com/" rel="nofollow"&gt;LiteSpeed&lt;/a&gt;. It has a great Ruby module and an excellent web interface to admin the server.</description>
		<content:encoded><![CDATA[<p>Echoing the previous comments you&#8217;re not locked into using the &#8220;sites&#8221; folder for any web site or a Rails app on a Mac. </p>
<p>If a person is not familiar with working from the terminal I can maybe see where Dan Benjamin&#8217;s guide might cause some frustration , but that guide is basically a cut and paste for someone to manually install Ruby and Rails from source and this makes it easier for someone to apply any patches or fixes themselves. For example it looks like the <a href="http://lists.danga.com/pipermail/memcached/2006-March/002027.html" rel="nofollow">performance fix</a> for memcached on OS X is not being used from looking at the environment.plist. </p>
<p>And while Locomotive has lighttpd, mongrel and all the items you would need to run it with Apache 1.3 or 2, another option for people needing less config files and more of a gui for the web server is <a href="http://litespeedtech.com/" rel="nofollow">LiteSpeed</a>. It has a great Ruby module and an excellent web interface to admin the server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Green</title>
		<link>http://theappleblog.com/2006/12/28/on-web-app-development-the-sites-folder-and-ruby-on-rails/#comment-90152</link>
		<dc:creator>Bill Green</dc:creator>
		<pubDate>Thu, 28 Dec 2006 09:26:31 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2006/12/28/on-web-app-development-the-sites-folder-and-ruby-on-rails/#comment-90152</guid>
		<description>Continuing on the same thread as the above comment, you not confined to the sites folder with a Rails app, either.

Once you generate the app using the 'rails' command, simply cd into the project folder and type 'script/server'. This starts up Rails' built-in webserver (Webrick by default, though this can be changed to several others if you so wish) on port 3000 (this too can be changed).

Besides being totally portable (you can place the app anywhere you want), this option is often easier since the server launched by Rails is already set up for Rails, including FastCGI. If you've installed the whole shebang manually, you also get the added advantage of having the latest version of Ruby (including Gems), Rails, and MySQL.

So, really, it's no big deal</description>
		<content:encoded><![CDATA[<p>Continuing on the same thread as the above comment, you not confined to the sites folder with a Rails app, either.</p>
<p>Once you generate the app using the &#8216;rails&#8217; command, simply cd into the project folder and type &#8217;script/server&#8217;. This starts up Rails&#8217; built-in webserver (Webrick by default, though this can be changed to several others if you so wish) on port 3000 (this too can be changed).</p>
<p>Besides being totally portable (you can place the app anywhere you want), this option is often easier since the server launched by Rails is already set up for Rails, including FastCGI. If you&#8217;ve installed the whole shebang manually, you also get the added advantage of having the latest version of Ruby (including Gems), Rails, and MySQL.</p>
<p>So, really, it&#8217;s no big deal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: unimatrixZxero</title>
		<link>http://theappleblog.com/2006/12/28/on-web-app-development-the-sites-folder-and-ruby-on-rails/#comment-90139</link>
		<dc:creator>unimatrixZxero</dc:creator>
		<pubDate>Thu, 28 Dec 2006 08:04:18 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2006/12/28/on-web-app-development-the-sites-folder-and-ruby-on-rails/#comment-90139</guid>
		<description>You might not know, but you were never confined to the "sites" folder. All you had to do was 
#:  vi /etc/httpd/httpd.conf  (or other use an other editor) and put in a virtual host or change the document root, etc. You should have picked up the Apache in  Nutshell book before ranting on about something that isn't even true. Confined, preposterous!</description>
		<content:encoded><![CDATA[<p>You might not know, but you were never confined to the &#8220;sites&#8221; folder. All you had to do was<br />
#:  vi /etc/httpd/httpd.conf  (or other use an other editor) and put in a virtual host or change the document root, etc. You should have picked up the Apache in  Nutshell book before ranting on about something that isn&#8217;t even true. Confined, preposterous!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
