<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Rails on Ubuntu</title>
	<link>http://ask.metafilter.com/105710/Rails-on-Ubuntu/</link>
	<description>Comments on Ask MetaFilter post Rails on Ubuntu</description>
	<pubDate>Fri, 31 Oct 2008 18:24:53 -0800</pubDate>
	<lastBuildDate>Fri, 31 Oct 2008 18:24:53 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Rails on Ubuntu</title>
		<link>http://ask.metafilter.com/105710/Rails-on-Ubuntu</link>	
		<description>Rails on Ubuntu. 

I&apos;ve followed this tutorial: http://wiki.rubyonrails.org/rails/pages/RailsOnUbuntu 
Now how to do I access ror from my browser? Where do I put files for dev? Help please!! </description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.105710</guid>
		<pubDate>Fri, 31 Oct 2008 18:02:12 -0800</pubDate>
		<dc:creator>BoldStepDesign</dc:creator>
		
			<category>ror</category>
		
			<category>rails</category>
		
			<category>ubuntu</category>
		
			<category>ruby</category>
		
			<category>programming</category>
		
	</item> <item>
		<title>By: rhizome</title>
		<link>http://ask.metafilter.com/105710/Rails-on-Ubuntu#1526430</link>	
		<description>First you have to write something, but it sounds like you might need a tutorial or a book. You can just do &quot;rails test_app&quot; in your home dir and it will set up the skeleton. Then you can cd into ./test_app and run &quot;./script/server&quot; to fire it up. It will return the port the server is running on, somewhere around 3000, 3001 or so. Point your browser at http://ubuntubox:3004/ (or whatever port) and you should see something.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.105710-1526430</guid>
		<pubDate>Fri, 31 Oct 2008 18:24:53 -0800</pubDate>
		<dc:creator>rhizome</dc:creator>
	</item><item>
		<title>By: Kickstart70</title>
		<link>http://ask.metafilter.com/105710/Rails-on-Ubuntu#1526481</link>	
		<description>A note on what rhizome said, you can run the built in server, but it&apos;s not going to be functional for a live website with real visitors. You&apos;ll want to set yourself up using fcgi under Apache (or other ways, that&apos;s the one &lt;a href=&quot;http://www.myjobtips.com&quot;&gt;I use&lt;/a&gt; and I find it easy). &lt;br&gt;
&lt;br&gt;
If you are interested in RoR, but are learning Rails at the same time, I heartily recommend &lt;a href=&quot;http://poignantguide.net/ruby/&quot;&gt;Why&apos;s (poignant) Guide&lt;/a&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.105710-1526481</guid>
		<pubDate>Fri, 31 Oct 2008 20:12:49 -0800</pubDate>
		<dc:creator>Kickstart70</dc:creator>
	</item><item>
		<title>By: sonofslim</title>
		<link>http://ask.metafilter.com/105710/Rails-on-Ubuntu#1526523</link>	
		<description>Assuming you&apos;ve created a project, like so:&lt;br&gt;
&lt;br&gt;
$&amp;gt; rails my_new_project&lt;br&gt;
&lt;br&gt;
just step into your directory:&lt;br&gt;
&lt;br&gt;
$&amp;gt; cd my_new_project&lt;br&gt;
&lt;br&gt;
and start the server:&lt;br&gt;
&lt;br&gt;
$&amp;gt; ./script/server&lt;br&gt;
&lt;br&gt;
You now have a Rails app running on your local box.  From your browser, you should be able to reach http://localhost:3000. If you haven&apos;t already, you&apos;ll need to set up a database and configure your app to reach it (consult one of the zillion Rails how-tos; I recommend picking up a copy of Agile Web Development with Rails, published by Pragmatic Programmers.) All of your development will take place within that my_new_project folder.&lt;br&gt;
&lt;br&gt;
The nice thing about development with Rails is that this folder can be anywhere on your local box -- you don&apos;t need to wire it up to Apache or anything. Although as Kickstart70 mentioned, you will need to tackle that if/when you move your app to a production server.&lt;br&gt;
&lt;br&gt;
Good luck!</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.105710-1526523</guid>
		<pubDate>Fri, 31 Oct 2008 21:42:59 -0800</pubDate>
		<dc:creator>sonofslim</dc:creator>
	</item><item>
		<title>By: pwnguin</title>
		<link>http://ask.metafilter.com/105710/Rails-on-Ubuntu#1526528</link>	
		<description>I should mention that the rails maintainers in debian/ubuntu are a bit hostile towards Ruby Gems, which sort of does the same thing but apparently is not apt-get or package policy friendly.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.105710-1526528</guid>
		<pubDate>Fri, 31 Oct 2008 22:44:20 -0800</pubDate>
		<dc:creator>pwnguin</dc:creator>
	</item>
	</channel>
</rss>
