<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.1" -->
<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/"
	>

<channel>
	<title>Ruby on Rails Resources</title>
	<link>http://smoothrails.com</link>
	<description>Ruby on Rails news resources and information RoR code snippets and help scripts for newbies.</description>
	<pubDate>Sat, 15 Mar 2008 20:20:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<item>
		<title>Need Ruby on Rails Developers</title>
		<link>http://smoothrails.com/2007/03/16/need-ruby-on-rails-developers/</link>
		<comments>http://smoothrails.com/2007/03/16/need-ruby-on-rails-developers/#comments</comments>
		<pubDate>Fri, 16 Mar 2007 16:04:47 +0000</pubDate>
		<dc:creator>Shad</dc:creator>
		
		<category><![CDATA[rubyonrails]]></category>

		<guid isPermaLink="false">http://smoothrails.com/2007/03/16/need-ruby-on-rails-developers/</guid>
		<description><![CDATA[Lunawebs.com is looking for immediate contract, part-time and/or full time ruby on rails developers to support existing clients and build new enterprise level applications.  LunaWebs.com is sponsoring the Mountain West Ruby Conference event.  Attendees at the Mountain West Ruby Conference who are interested should look for Shad Vick who is also attending or [...]]]></description>
			<content:encoded><![CDATA[<p>Lunawebs.com is looking for immediate contract, part-time and/or full time ruby on rails developers to support existing clients and build new enterprise level applications.  LunaWebs.com is sponsoring the Mountain West Ruby Conference event.  Attendees at the Mountain West Ruby Conference who are interested should look for Shad Vick who is also attending or call 801 755-9966.</p>
]]></content:encoded>
			<wfw:commentRss>http://smoothrails.com/2007/03/16/need-ruby-on-rails-developers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Great RSS feeds</title>
		<link>http://smoothrails.com/2007/02/20/great-rss-feeds/</link>
		<comments>http://smoothrails.com/2007/02/20/great-rss-feeds/#comments</comments>
		<pubDate>Tue, 20 Feb 2007 23:21:49 +0000</pubDate>
		<dc:creator>timcharper</dc:creator>
		
		<category><![CDATA[rubyonrails]]></category>

		<guid isPermaLink="false">http://smoothrails.com/2007/02/20/great-rss-feeds/</guid>
		<description><![CDATA[Here are some of the blog feeds that I subscribe too.Â  I&#8217;ve gotten a lot of value from these

http://duncan-cragg.org/blog/atom/
http://feeds.feedburner.com/height1percent
http://feeds.feedburner.com/buckblog
http://feeds.feedburner.com/TheRailsWay
http://feeds.feedburner.com/RyansScraps
http://www.rubyonrailsblog.com/xml/rss20/feedburner.xml
http://feeds.feedburner.com/RidingRails
http://redhanded.hobix.com/index.xml
http://www.railsweenie.com/questions?format=rss
http://nubyonrails.com/xml/rss20/feed.xml
http://feeds.feedburner.com/hasmanythrough
http://feeds.feedburner.com/errtheblog

Tim
]]></description>
			<content:encoded><![CDATA[<p>Here are some of the blog feeds that I subscribe too.Â  I&#8217;ve gotten a lot of value from these</p>
<ul>
<li>http://duncan-cragg.org/blog/atom/</li>
<li>http://feeds.feedburner.com/height1percent</li>
<li>http://feeds.feedburner.com/buckblog</li>
<li>http://feeds.feedburner.com/TheRailsWay</li>
<li>http://feeds.feedburner.com/RyansScraps</li>
<li>http://www.rubyonrailsblog.com/xml/rss20/feedburner.xml</li>
<li>http://feeds.feedburner.com/RidingRails</li>
<li>http://redhanded.hobix.com/index.xml</li>
<li>http://www.railsweenie.com/questions?format=rss</li>
<li>http://nubyonrails.com/xml/rss20/feed.xml</li>
<li>http://feeds.feedburner.com/hasmanythrough</li>
<li>http://feeds.feedburner.com/errtheblog</li>
</ul>
<p>Tim</p>
]]></content:encoded>
			<wfw:commentRss>http://smoothrails.com/2007/02/20/great-rss-feeds/feed/</wfw:commentRss>
		</item>
		<item>
		<title>RAILS PLUGIN: Ajax Scaffold File Upload plugin</title>
		<link>http://smoothrails.com/2007/01/29/rails-plugin-ajax-scaffold-file-upload-plugin/</link>
		<comments>http://smoothrails.com/2007/01/29/rails-plugin-ajax-scaffold-file-upload-plugin/#comments</comments>
		<pubDate>Mon, 29 Jan 2007 14:06:57 +0000</pubDate>
		<dc:creator>timcharper</dc:creator>
		
		<category><![CDATA[plugin]]></category>

		<category><![CDATA[rubyonrails]]></category>

		<guid isPermaLink="false">http://smoothrails.com/2007/01/29/rails-plugin-ajax-scaffold-file-upload-plugin/</guid>
		<description><![CDATA[Here&#8217;s a simple but elegant solution to handling file uploads with the marvelous Ajax Scaffold plugin.  It seamlessly extends (not replaces) the ajax-scaffold plugin so posts can be made via an iframe, allowing the possibility of file uploads.  Because it extends, and not replaces, you can continue to update your copy of ajax-scaffold-plugin [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a simple but elegant solution to handling file uploads with the marvelous <a href="http://www.ajaxscaffold.com/">Ajax Scaffold</a> plugin.  It seamlessly extends (not replaces) the ajax-scaffold plugin so posts can be made via an iframe, allowing the possibility of file uploads.  Because it extends, and not replaces, you can continue to update your copy of ajax-scaffold-plugin without having to back and redo anything!</p>
<p>install via script/plugin install svn://rubyforge.org/var/svn/timcharper/ajaxscaffoldp_upload</p>
<p> <a href="http://smoothrails.com/2007/01/29/rails-plugin-ajax-scaffold-file-upload-plugin/#more-20" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://smoothrails.com/2007/01/29/rails-plugin-ajax-scaffold-file-upload-plugin/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mountain West Ruby Conference</title>
		<link>http://smoothrails.com/2007/01/25/mountain-web-ruby-conference/</link>
		<comments>http://smoothrails.com/2007/01/25/mountain-web-ruby-conference/#comments</comments>
		<pubDate>Thu, 25 Jan 2007 02:13:07 +0000</pubDate>
		<dc:creator>Shad</dc:creator>
		
		<category><![CDATA[rubyonrails]]></category>

		<guid isPermaLink="false">http://smoothrails.com/2007/01/25/mountain-web-ruby-conference/</guid>
		<description><![CDATA[We&#8217;ll be one of the sponsors at the upcoming MtnWest RubyConf 2007.  You should be there if you haven&#8217;t planned already.
Registration is $50 and includes access to all conference session as well as a nifty t-shirt.
Details:
March 16-17, 2007
Salt Lake City Library
For more information, contact mtnwestruby at gmail dot com or go to Mt West [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ll be one of the sponsors at the upcoming MtnWest RubyConf 2007.  You should be there if you haven&#8217;t planned already.</p>
<p>Registration is $50 and includes access to all conference session as well as a nifty t-shirt.</p>
<p>Details:<br />
March 16-17, 2007<br />
Salt Lake City Library<br />
For more information, contact mtnwestruby at gmail dot com or go to <a title="Mt West Ruby Conference" target="_blank" href="http://mtnwestruby.org/">Mt West Ruby Conference</a></p>
<p>To register directly go to <a title="the registration page" target="_blank" href="http://www.acteva.com/booking.cfm?bevaid=126426">Mt. West ruby registration page</a><br />
See you all there.</p>
]]></content:encoded>
			<wfw:commentRss>http://smoothrails.com/2007/01/25/mountain-web-ruby-conference/feed/</wfw:commentRss>
		</item>
		<item>
		<title>RMagick for Fedora Core 6 - (How to overcome [BUG] Segmentation fault)</title>
		<link>http://smoothrails.com/2007/01/17/rmagick-for-fedora-core-6-how-to-overcome-bug-segmentation-fault/</link>
		<comments>http://smoothrails.com/2007/01/17/rmagick-for-fedora-core-6-how-to-overcome-bug-segmentation-fault/#comments</comments>
		<pubDate>Wed, 17 Jan 2007 15:43:06 +0000</pubDate>
		<dc:creator>timcharper</dc:creator>
		
		<category><![CDATA[linux]]></category>

		<category><![CDATA[ruby]]></category>

		<category><![CDATA[rubyonrails]]></category>

		<guid isPermaLink="false">http://smoothrails.com/2007/01/17/rmagick-for-fedora-core-6-how-to-overcome-bug-segmentation-fault/</guid>
		<description><![CDATA[I have a fresh copy of fedora core 6 installed on my own server which I use for personal projects (like my brother-in-law&#8217;s piano website).  Recently, I wanted to install RMagick on the server for a image-uploading gallery I put on (using the wonderful file-column plugin).  I used the distro version of ruby [...]]]></description>
			<content:encoded><![CDATA[<p>I have a fresh copy of fedora core 6 installed on my own server which I use for personal projects (like <a href="http://www.djperformances.com/">my brother-in-law&#8217;s piano website</a>).  Recently, I wanted to install RMagick on the server for a image-uploading gallery I put on (using the wonderful file-column plugin).  I used the distro version of ruby from the rpm repositories, and the rpm specifically compiled for fedora core 6 from the website, and the gem command line to install rmagick.<br />
 <a href="http://smoothrails.com/2007/01/17/rmagick-for-fedora-core-6-how-to-overcome-bug-segmentation-fault/#more-16" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://smoothrails.com/2007/01/17/rmagick-for-fedora-core-6-how-to-overcome-bug-segmentation-fault/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Launching external tools from radrails (without using the internal console window)</title>
		<link>http://smoothrails.com/2007/01/10/radrails-tip-launching-an-external-rails-console-for-the-current-project/</link>
		<comments>http://smoothrails.com/2007/01/10/radrails-tip-launching-an-external-rails-console-for-the-current-project/#comments</comments>
		<pubDate>Wed, 10 Jan 2007 21:06:57 +0000</pubDate>
		<dc:creator>timcharper</dc:creator>
		
		<category><![CDATA[tips]]></category>

		<category><![CDATA[walkthrough]]></category>

		<category><![CDATA[rubyonrails]]></category>

		<category><![CDATA[radrails]]></category>

		<guid isPermaLink="false">http://smoothrails.com/2007/01/10/radrails-tip-launching-an-external-rails-console-for-the-current-project/</guid>
		<description><![CDATA[I am a windows rails developer, and I love rad-rails.  However, it has a big gap when it comes to debugging features.  But, when using the ruby-debug gem in tandem with the external tools feature of rad-rails (eclipse), debugging can become surprisingly pleasant.  In this article I will show you how to [...]]]></description>
			<content:encoded><![CDATA[<p>I am a windows rails developer, and I love <a href="http://radrails.org/">rad-rails</a>.  However, it has a big gap when it comes to debugging features.  But, when using the <a href="http://rubyforge.org/projects/ruby-debug/">ruby-debug gem</a> in tandem with the external tools feature of <a href="http://radrails.org/">rad-rails (eclipse)</a>, debugging can become surprisingly pleasant.  In this article I will show you how to set up various &#8220;External Tools&#8221; shortcuts to aid you debug rails applications (and do other things).<br />
 <a href="http://smoothrails.com/2007/01/10/radrails-tip-launching-an-external-rails-console-for-the-current-project/#more-3" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://smoothrails.com/2007/01/10/radrails-tip-launching-an-external-rails-console-for-the-current-project/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fantastic Ruby Editors</title>
		<link>http://smoothrails.com/2006/01/17/fantastic-ruby-editors/</link>
		<comments>http://smoothrails.com/2006/01/17/fantastic-ruby-editors/#comments</comments>
		<pubDate>Tue, 17 Jan 2006 22:08:13 +0000</pubDate>
		<dc:creator>Shad</dc:creator>
		
		<category><![CDATA[Opinions]]></category>

		<guid isPermaLink="false">http://smoothrails.com/2006/01/17/fantastic-ruby-editors/</guid>
		<description><![CDATA[I often get asked - &#8216;What&#8217;s a good editor for Ruby?&#8217;
The votes are in - I&#8217;ve asked around and received a few responses from folks on their favorite Ruby editors.
Here&#8217;s the short list without commentary or reviews.  Will take a peek at these and a longer list when we have time.
Vim on Windows
PSPad
 Eclipse
JEdit
Textmate [...]]]></description>
			<content:encoded><![CDATA[<p>I often get asked - &#8216;What&#8217;s a good editor for Ruby?&#8217;</p>
<p>The votes are in - I&#8217;ve asked around and received a few responses from folks on their favorite Ruby editors.</p>
<p>Here&#8217;s the short list without commentary or reviews.  Will take a peek at these and a longer list when we have time.<br />
Vim on Windows<br />
<a href="http://www.pspad.com/">PSPad</a><br />
<a href="http://rubyeclipse.sourceforge.net/"> Eclipse</a><br />
<a href="http://www.jedit.org/">JEdit</a><br />
<a href="http://macromates.com/">Textmate</a> on OSX<br />
<a href="http://www.bdcsoftware.com/blog/entry/8/Dreamweaver_8_and_Ruby_on_Rail">Dreamweaver</a> (some tweaking to config files required to color code)</p>
]]></content:encoded>
			<wfw:commentRss>http://smoothrails.com/2006/01/17/fantastic-ruby-editors/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Rails Running Slower in Dev?</title>
		<link>http://smoothrails.com/2006/01/16/rails-running-slower-in-dev/</link>
		<comments>http://smoothrails.com/2006/01/16/rails-running-slower-in-dev/#comments</comments>
		<pubDate>Mon, 16 Jan 2006 12:04:59 +0000</pubDate>
		<dc:creator>Shad</dc:creator>
		
		<category><![CDATA[rubyonrails]]></category>

		<guid isPermaLink="false">http://smoothrails.com/2006/01/16/rails-running-slower-in-dev/</guid>
		<description><![CDATA[Does Rails run so slower in the Development environment?
Rails allows you to setup 3 environments each with its own database, error loggin etc. So you have Production, Development and Testing.
]]></description>
			<content:encoded><![CDATA[<p>Does Rails run so slower in the Development environment?<br />
Rails allows you to setup 3 environments each with its own database, error loggin etc. So you have Production, Development and Testing.</p>
<p> <a href="http://smoothrails.com/2006/01/16/rails-running-slower-in-dev/#more-14" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://smoothrails.com/2006/01/16/rails-running-slower-in-dev/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Why Ruby on Rails is better then PHP</title>
		<link>http://smoothrails.com/2005/12/30/why-ruby-on-rails-is-better-then-php/</link>
		<comments>http://smoothrails.com/2005/12/30/why-ruby-on-rails-is-better-then-php/#comments</comments>
		<pubDate>Fri, 30 Dec 2005 21:58:54 +0000</pubDate>
		<dc:creator>Shad</dc:creator>
		
		<category><![CDATA[Opinions]]></category>

		<guid isPermaLink="false">http://smoothrails.com/2007/01/11/why-ruby-on-rails-is-better-then-php/</guid>
		<description><![CDATA[I&#8217;ll admit - I&#8217;ve been a fan of the LAMP for a long time.  When I started out, like many new web designers I needed ways to do things dynamically.  I remember my first form to capture data to a text file using PERL.  It didn&#8217;t take long before I got sick [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll admit - I&#8217;ve been a fan of the LAMP for a long time.  When I started out, like many new web designers I needed ways to do things dynamically.  I remember my first form to capture data to a text file using PERL.  It didn&#8217;t take long before I got sick of the picky uploading requirements and file permssion setting that PERL required.  I was looking for a faster, easier plug and play way.  Ah at last - PHP.  I could pretty much copy and paste code snippets as a newbie and scripts were working immediately.  Now and then an error would pop-up - but delightfully followed with a tip to &#8220;go to line&#8230;&#8221; whatever to fix my &#8220;parse errors&#8221;.  Yes I was and still am a huge fan of PHP.</p>
<p>It wasn&#8217;t until some of the best PHP developers I knew wondered why I was doing things so &#8220;inneffeciently&#8221; that I started probing RoR.  Now I&#8217;ll admit - I&#8217;m far from conversant in Rails as I&#8217;m a webmaster/designer type, but I have learned a few things that have influenced me and our organization to switch over to the rails framework for new applications.  Here are a few reasons we made the (95% of the time) switch. I say 95% of the time because there are still cases when we find the framework may not be the best option - but that&#8217;s for a later post.</p>
<p>I&#8217;ll admit - I&#8217;ve learned these benefits from the pros I work with who write the language. Adrian Madrid of HyperX first introduced me and I&#8217;m glad he did. Others have had to force the logic into my brain - but I&#8217;m starting to &#8216;get&#8217; it.</p>
<ol>
<li>Rails has an <strong>interactive shell</strong> that lets you write and execute code directly. No queries&#8230;just simple code.</li>
<li><strong>Database abstraction</strong>.  Being able to loop through rows with just one simple command rocks. Remember php while &#8230; In rails the same thing would be something like this: table.each do |column| is pretty cool. Of course you can still run queries, but the most common ones are taken care of. It also understands relationships if you let it.</li>
<li>Working with <strong>databases as objects</strong> is a great time saver.</li>
</ol>
<p>So there you have it - yes it is better then PHP.  Where is it headed?  I&#8217;m not sure - but folks around here cringe if I mention doing new projects in PHP, and smaller projects are typically finished in half the time - so I&#8217;m sold.</p>
]]></content:encoded>
			<wfw:commentRss>http://smoothrails.com/2005/12/30/why-ruby-on-rails-is-better-then-php/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
