<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Getting started with Streamlined (part 1)</title>
	<atom:link href="http://matthewbass.com/2007/05/28/getting-started-with-streamlined-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://matthewbass.com/2007/05/28/getting-started-with-streamlined-part-1/</link>
	<description>Musings on software and life...</description>
	<lastBuildDate>Sun, 11 Jul 2010 16:07:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: brandon</title>
		<link>http://matthewbass.com/2007/05/28/getting-started-with-streamlined-part-1/comment-page-1/#comment-6736</link>
		<dc:creator>brandon</dc:creator>
		<pubDate>Wed, 19 Dec 2007 14:25:33 +0000</pubDate>
		<guid isPermaLink="false">http://matthewbass.com/2007/05/28/getting-started-with-streamlined-part-1/#comment-6736</guid>
		<description>I&#039;d be very interested to know how/why you chose Streamlined over ActiveScaffold.  Any comments?</description>
		<content:encoded><![CDATA[<p>I&#8217;d be very interested to know how/why you chose Streamlined over ActiveScaffold.  Any comments?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nclibrarian</title>
		<link>http://matthewbass.com/2007/05/28/getting-started-with-streamlined-part-1/comment-page-1/#comment-5135</link>
		<dc:creator>nclibrarian</dc:creator>
		<pubDate>Wed, 12 Sep 2007 20:32:33 +0000</pubDate>
		<guid isPermaLink="false">http://matthewbass.com/2007/05/28/getting-started-with-streamlined-part-1/#comment-5135</guid>
		<description>I had the same issue as MercedesAMG (trying to get streamlined up and running on a pc).

rake streamlined:install_files 

got me through the missing layout issue.  Now it seems that there are no default index.rhtml files or that my app can&#039;t locate the default index.rhtml from streamlined.

Dropping a dummy index in gets around the error but eliminates all of the basic streamlined stuff (like the basic CRUD functions)

Any ideas?</description>
		<content:encoded><![CDATA[<p>I had the same issue as MercedesAMG (trying to get streamlined up and running on a pc).</p>
<p>rake streamlined:install_files </p>
<p>got me through the missing layout issue.  Now it seems that there are no default index.rhtml files or that my app can&#8217;t locate the default index.rhtml from streamlined.</p>
<p>Dropping a dummy index in gets around the error but eliminates all of the basic streamlined stuff (like the basic CRUD functions)</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Bass</title>
		<link>http://matthewbass.com/2007/05/28/getting-started-with-streamlined-part-1/comment-page-1/#comment-4214</link>
		<dc:creator>Matthew Bass</dc:creator>
		<pubDate>Mon, 02 Jul 2007 20:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://matthewbass.com/2007/05/28/getting-started-with-streamlined-part-1/#comment-4214</guid>
		<description>MercedesAMG, make sure you&#039;ve run the installer task that copies layouts, JavaScript, etc. to the correct directories:

rake streamlined:install_files

This task is supposed to get triggered on install, but sometimes it doesn&#039;t. When it doesn&#039;t, it has to be run manually.</description>
		<content:encoded><![CDATA[<p>MercedesAMG, make sure you&#8217;ve run the installer task that copies layouts, JavaScript, etc. to the correct directories:</p>
<p>rake streamlined:install_files</p>
<p>This task is supposed to get triggered on install, but sometimes it doesn&#8217;t. When it doesn&#8217;t, it has to be run manually.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MercedesAMG</title>
		<link>http://matthewbass.com/2007/05/28/getting-started-with-streamlined-part-1/comment-page-1/#comment-4213</link>
		<dc:creator>MercedesAMG</dc:creator>
		<pubDate>Mon, 02 Jul 2007 19:26:59 +0000</pubDate>
		<guid isPermaLink="false">http://matthewbass.com/2007/05/28/getting-started-with-streamlined-part-1/#comment-4213</guid>
		<description>Is it layout &quot;streamlined&quot; 
this is what u have
or

layout &#039;streamlined&#039;
this is what the streamlined screencast has

tried both
even tried gems update
the error message I get on a windows machine is Template is missing</description>
		<content:encoded><![CDATA[<p>Is it layout &#8220;streamlined&#8221;<br />
this is what u have<br />
or</p>
<p>layout &#8217;streamlined&#8217;<br />
this is what the streamlined screencast has</p>
<p>tried both<br />
even tried gems update<br />
the error message I get on a windows machine is Template is missing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: puts Blog.new(&#8221;nonsense&#8221;) &#187; Blog Archive &#187; Streamlining Your Way to Rails</title>
		<link>http://matthewbass.com/2007/05/28/getting-started-with-streamlined-part-1/comment-page-1/#comment-4126</link>
		<dc:creator>puts Blog.new(&#8221;nonsense&#8221;) &#187; Blog Archive &#187; Streamlining Your Way to Rails</dc:creator>
		<pubDate>Sun, 24 Jun 2007 14:27:31 +0000</pubDate>
		<guid isPermaLink="false">http://matthewbass.com/2007/05/28/getting-started-with-streamlined-part-1/#comment-4126</guid>
		<description>[...] &#8230;a screencast is easily worth some vast multiple of that. The application shown above is the result of a whopping 5 minutes of effort, and you can see Justin Ghetland it develop even more fully (in a nice iterative fashion) over the course of three screencasts. And once you&#8217;ve seen it in action, surely you&#8217;ll be ready to try it out first-hand. Check out Matthew Bass&#8217;s recent tutorial, and you&#8217;ll have your own Streamlined app up and running in just a few short steps. [...]</description>
		<content:encoded><![CDATA[<p>[...] &#8230;a screencast is easily worth some vast multiple of that. The application shown above is the result of a whopping 5 minutes of effort, and you can see Justin Ghetland it develop even more fully (in a nice iterative fashion) over the course of three screencasts. And once you&#8217;ve seen it in action, surely you&#8217;ll be ready to try it out first-hand. Check out Matthew Bass&#8217;s recent tutorial, and you&#8217;ll have your own Streamlined app up and running in just a few short steps. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wwwebster</title>
		<link>http://matthewbass.com/2007/05/28/getting-started-with-streamlined-part-1/comment-page-1/#comment-3854</link>
		<dc:creator>wwwebster</dc:creator>
		<pubDate>Wed, 30 May 2007 20:48:58 +0000</pubDate>
		<guid isPermaLink="false">http://matthewbass.com/2007/05/28/getting-started-with-streamlined-part-1/#comment-3854</guid>
		<description>Thanks for posting this. It helped me get rolling with Streamlined.

Couple of things:

1) Don&#039;t forget to:

   a) update database.yml w/ appropriate &#039;username&#039; and &#039;password&#039; values;
   b) create (at least) the &#039;address_book_development&#039; database from a MySQL client;
   c) run &quot;rake db:migrate&quot; from the command line

before starting up the server &amp; browsing to the application.

2) I couldn&#039;t get this to work on my Wintel box [Ruby 1.8.5, rails 1.2.3, ...], even after deleting the source_cache file and:

   &gt;gems update --system
   &gt;gems update

For some reason, the plugin wouldn&#039;t install properly ...

However, Ubuntu (Dapper Drake), Ruby 1.8.4, rails 1.2.3, etc., all went smoothly.</description>
		<content:encoded><![CDATA[<p>Thanks for posting this. It helped me get rolling with Streamlined.</p>
<p>Couple of things:</p>
<p>1) Don&#8217;t forget to:</p>
<p>   a) update database.yml w/ appropriate &#8216;username&#8217; and &#8216;password&#8217; values;<br />
   b) create (at least) the &#8216;address_book_development&#8217; database from a MySQL client;<br />
   c) run &#8220;rake db:migrate&#8221; from the command line</p>
<p>before starting up the server &amp; browsing to the application.</p>
<p>2) I couldn&#8217;t get this to work on my Wintel box [Ruby 1.8.5, rails 1.2.3, ...], even after deleting the source_cache file and:</p>
<p>   &gt;gems update &#8211;system<br />
   &gt;gems update</p>
<p>For some reason, the plugin wouldn&#8217;t install properly &#8230;</p>
<p>However, Ubuntu (Dapper Drake), Ruby 1.8.4, rails 1.2.3, etc., all went smoothly.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
