<?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"
	>

<channel>
	<title>Ruby On Rails Programming 101</title>
	<atom:link href="http://rubyonrailsprogramming101.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://rubyonrailsprogramming101.com</link>
	<description>Making Learning Ruby on Rails the Easy a Breeze</description>
	<pubDate>Tue, 25 Nov 2008 04:18:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Simplicity is the Key</title>
		<link>http://rubyonrailsprogramming101.com/information/simplicity-is-the-key/</link>
		<comments>http://rubyonrailsprogramming101.com/information/simplicity-is-the-key/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 04:18:56 +0000</pubDate>
		<dc:creator>Drew</dc:creator>
		
		<category><![CDATA[Information]]></category>

		<guid isPermaLink="false">http://rubyonrailsprogramming101.com/?p=98</guid>
		<description><![CDATA[
 Image Source:farm2.static.flickr.com       
It is quite interesting to recall how David Hansson, the creator of Ruby on Rails came up with this simple yet powerful tool for developers and programmers alike.  Hansson, a native of Copenhagen has built an entire framework aiming to help simplify all the complexities [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://farm2.static.flickr.com/1385/1403210859_24a7b7148d.jpg" alt="" /></p>
<p><em> Image Source:farm2.static.flickr.com       </em></p>
<p>It is quite interesting to recall how David Hansson, the creator of <a href="http://rubyonrailsprogramming101.com">Ruby on Rails</a> came up with this simple yet powerful tool for developers and programmers alike.  Hansson, a native of Copenhagen has built an entire framework aiming to help simplify all the complexities of programming. And help developers save more time and energy thus be more productive with their work. It was his belief to look for alternative ways around the standard IDEAS of computer science that influence the work of programmers.  This has led to so many complex product design, that would in turn lead to further complexity. He did not think of creating a complex framework for Google engineers to flock to. He instead concentrated on creating simple designs that would modify the database which developers face every time. </p>
]]></content:encoded>
			<wfw:commentRss>http://rubyonrailsprogramming101.com/information/simplicity-is-the-key/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ruby Migrations</title>
		<link>http://rubyonrailsprogramming101.com/information/ruby-migrations/</link>
		<comments>http://rubyonrailsprogramming101.com/information/ruby-migrations/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 19:07:57 +0000</pubDate>
		<dc:creator>Drew</dc:creator>
		
		<category><![CDATA[Information]]></category>

		<guid isPermaLink="false">http://rubyonrailsprogramming101.com/?p=94</guid>
		<description><![CDATA[
 Image Source: netbeans.org          
Ruby Migrations support all the basic data types like  string, text, integer, float, datetime, timestamp, time, date, binary and boolean. 

string is  basically used for small data types such as a title.
text is used for longer pieces of text data, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.netbeans.org/images/articles/61/ruby/rapid-ruby-weblog/genmigrationpopup.png" alt="" /><br />
<em> Image Source: netbeans.org      </em>    </p>
<p>Ruby Migrations support all the basic data types like  string, text, integer, float, datetime, timestamp, time, date, binary and boolean. </p>
<ul>
<li>string is  basically used for small data types such as a title.</li>
<li>text is used for longer pieces of text data, such as the description.</li>
<li>float is used for decimals.</li>
<li>integer is used for whole numbers.</li>
<li>date and time is used to store either the date only or time only.   </li>
<li>boolean is used for storing true or false values.</li>
<li>binary is used for storing data like images, audio, or movies.</li>
<li>datetime and timestamp is used to store the date and time into a column.    </li>
</ul>
<p>Rails Migration activities  can be done using any front end GUI or direct on SQL prompt. Rails Migration makes all those activities very easy. Valid column options are:  limit (:limit => “50”),  default (:default => “blah”), null (:null => false implies Not Null)</p>
]]></content:encoded>
			<wfw:commentRss>http://rubyonrailsprogramming101.com/information/ruby-migrations/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Apple and Ruby Together</title>
		<link>http://rubyonrailsprogramming101.com/information/apple-and-ruby-together/</link>
		<comments>http://rubyonrailsprogramming101.com/information/apple-and-ruby-together/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 21:14:10 +0000</pubDate>
		<dc:creator>Drew</dc:creator>
		
		<category><![CDATA[Information]]></category>

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

		<category><![CDATA[mac os x leopard]]></category>

		<guid isPermaLink="false">http://rubyonrailsprogramming101.com/?p=50</guid>
		<description><![CDATA[
 Image Source:farm4.static.flickr.com            
Last year was an exciting thrill for the techies and developers alike, when Mac OS X (Leopard) was released. And with full support for Ruby and Rails included in the OS package. It seems that the Ruby on Rails  train [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://farm4.static.flickr.com/3173/2558496663_873a13c97f_o.jpg" alt="" /><br />
<em> Image Source:farm4.static.flickr.com       </em>     </p>
<p>Last year was an exciting thrill for the techies and developers alike, when Mac OS X (Leopard) was released. And with full support for<a href="http://rubyonrailsprogrammingguide.com"> Ruby and Rails</a> included in the OS package. It seems that the Ruby on Rails  train is still rolling with Apple. Some of highlights of Apple, using Ruby in its package, that you might have missed out  includes:</p>
<ul>
<li>   The iPhone Configuration Web Utility - A tool written with Ruby on Rails allowing its user  to manage iPhones.</li>
<li>The SproutCore JavaScript framework - Which is designed for making desktop-like applications on the web and is used in Apple&#8217;s new MobileMe applications. Fyi:  SproutCore is not a Ruby project, but it does offer some good tie-ins to the system.</li>
<li>The MacRuby project - Apple&#8217;s own port of Ruby to the Objective-C runtimes - which should make it much easier to integrate with Cocoa for Desktop development.
</li>
]]></content:encoded>
			<wfw:commentRss>http://rubyonrailsprogramming101.com/information/apple-and-ruby-together/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ruby on Rails Development Tips</title>
		<link>http://rubyonrailsprogramming101.com/information/ruby-on-rails-development-tips/</link>
		<comments>http://rubyonrailsprogramming101.com/information/ruby-on-rails-development-tips/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 10:13:26 +0000</pubDate>
		<dc:creator>Drew</dc:creator>
		
		<category><![CDATA[Advanced]]></category>

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

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

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

		<category><![CDATA[Sample Code]]></category>

		<category><![CDATA[Set-Up]]></category>

		<guid isPermaLink="false">http://rubyonrailsprogramming101.com/?p=52</guid>
		<description><![CDATA[
Image Source: www.web2.socialcomputingmagazine.com
Ruby on Rails is great for acquiring ideas prototyped super quick. These tips will slow down growth and make apps less portable, but definitely progress the speed your system
Ruby on rails coding style:
• Try to evade the over indulgence use of helpers since it adds overhead.
• You may think about using memcached to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://rubyonrailsprogramming101.com/wp-content/uploads/2008/10/images.jpg"><img src="http://rubyonrailsprogramming101.com/wp-content/uploads/2008/10/images.jpg" alt="" title="images" width="126" height="109" class="alignnone size-medium wp-image-53" /></a><br />
Image Source: www.web2.socialcomputingmagazine.com</p>
<p><a href="http://rubyonrailsprogrammingguide.com">Ruby on Rails</a> is great for acquiring ideas prototyped super quick. These tips will slow down growth and make apps less portable, but definitely progress the speed your system<br />
Ruby on rails coding style:<br />
• Try to evade the over indulgence use of helpers since it adds overhead.<br />
• You may think about using memcached to cache your model and library computation results.<br />
• Use a custom configuration file for passwords and API keys instead of keeping them in your Subversion repository. Use YAML and mirror the style of database.yml.<br />
• Use constants when desired. Instead of repeating strings like the address of your customer service reply email, set it once in a constant (in environment.rb or the appropriate environment file) and use that throughout your application.<br />
• Keep time in UTC. A no brainer, and easy to do.<br />
• Don’t loop through ActiveRecord models inside other models. Use keen loading if you need to exertion with multiple associated models. Better yet, write a custom SQL query and let the database do the work for you.</p>
]]></content:encoded>
			<wfw:commentRss>http://rubyonrailsprogramming101.com/information/ruby-on-rails-development-tips/feed/</wfw:commentRss>
		</item>
		<item>
		<title>RoR and Text Editors Part-2</title>
		<link>http://rubyonrailsprogramming101.com/basics/ror-and-text-editors-part-2/</link>
		<comments>http://rubyonrailsprogramming101.com/basics/ror-and-text-editors-part-2/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 11:33:19 +0000</pubDate>
		<dc:creator>Avatar</dc:creator>
		
		<category><![CDATA[Basics]]></category>

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

		<category><![CDATA[Text Editors]]></category>

		<guid isPermaLink="false">http://rubyonrailsprogramming101.com/basics/ror-and-text-editors-part-2/</guid>
		<description><![CDATA[
More on text editors that are used with RoR and we not discuss VIM or Vi Improved. Vim like Emacs is quite efficient and easy to use with RoR provided it is set-up properly. The nice about Vim is that it has the nifty way of highlighting syntax in ruby making it easy to trace [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://biodegradablegeek.com/2007/12/using-vim-as-a-complete-ruby-on-rails-ide/"><img src="/wp-content/uploads/scraped/16.jpg"/></a>
<p>More on text editors that are used with RoR and we not discuss VIM or Vi Improved. Vim like Emacs is quite efficient and easy to use with RoR provided it is set-up properly. The nice about Vim is that it has the nifty way of highlighting syntax in ruby making it easy to trace and debug. It features advanced features such as having a selective command and insert mode with the first being the default mode upon startup. It is not a word processor so fonts and other word processor features are not to be expected.</p>
<p>TextPad<br />
One of the quickest and easiest to use as a text editor for making RoR programs with straightforward interface and features mostly adept to windows users. Though considered a text editor it is capable of syntax highlighting, search , spell check and macro recording which makes it a choice of many developers.</p>
<p>ArachnoRuby<br />
Is deployable on both windows based and Unix based systems and is considered to be the native editor of RoR. It was not too user friendly so it quickly lost favor of many developers who turned to the other specified editors for programming code.</p>
]]></content:encoded>
			<wfw:commentRss>http://rubyonrailsprogramming101.com/basics/ror-and-text-editors-part-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Before You Start</title>
		<link>http://rubyonrailsprogramming101.com/set-up/before-you-start/</link>
		<comments>http://rubyonrailsprogramming101.com/set-up/before-you-start/#comments</comments>
		<pubDate>Sun, 01 Jun 2008 05:05:08 +0000</pubDate>
		<dc:creator>Avatar</dc:creator>
		
		<category><![CDATA[Advanced]]></category>

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

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

		<category><![CDATA[Set-Up]]></category>

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

		<category><![CDATA[ROR Installer]]></category>

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

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

		<guid isPermaLink="false">http://rubyonrailsprogramming101.com/set-up/before-you-start/</guid>
		<description><![CDATA[
Assuming you have even just a little background in programming with any language there are four basic programs and extensions that you need but are provided by the quick installers you&#8217;ve just downloaded to your hard drive. You have The Ruby programming language program files, the Rails part of the programming extension/platform, MySql or your [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://keys2drive.com.au/go/supervisors/before-you-start-supervising-your-learner"><img src="/wp-content/uploads/scraped/8.jpg"/></a>
<p>Assuming you have even just a little background in programming with any language there are four basic programs and extensions that you need but are provided by the quick installers you&#8217;ve just downloaded to your hard drive. You have The Ruby programming language program files, the Rails part of the programming extension/platform, MySql or your database query handling system and the Apache which is a web server that you use to emulate your application&#8217;s execution on the web. Granting you have these set up properly and tested (instructions for which are included in the installer package). You can now start building your first application with RoR.</p>
]]></content:encoded>
			<wfw:commentRss>http://rubyonrailsprogramming101.com/set-up/before-you-start/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What to Look for in a Hosting Company that Supports Rails (Part 2)</title>
		<link>http://rubyonrailsprogramming101.com/information/what-to-look-for-in-a-hosting-company-that-supports-rails-part-2/</link>
		<comments>http://rubyonrailsprogramming101.com/information/what-to-look-for-in-a-hosting-company-that-supports-rails-part-2/#comments</comments>
		<pubDate>Fri, 30 May 2008 16:28:25 +0000</pubDate>
		<dc:creator>editor</dc:creator>
		
		<category><![CDATA[Information]]></category>

		<guid isPermaLink="false">http://rubyonrailsprogramming101.com/uncategorized/what-to-look-for-in-a-hosting-company-that-supports-rails-part-2/</guid>
		<description><![CDATA[
5. Rails Documentation (that is why some websites have FAQ’s if they can’t solve your problem, then you might have a bigger problem)
6. Scalability Options (do they meet your demands presently and for the future?)
7. Pre-installed Gems (much better if they already have this)
8. mySQL, PostgreSQL and SQLite Databases (options are better than no choice [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.entigrate.com/"><img src="/wp-content/uploads/scraped/47.jpg"/></a>
<p>5. Rails Documentation (that is why some websites have FAQ’s if they can’t solve your problem, then you might have a bigger problem)<br />
6. Scalability Options (do they meet your demands presently and for the future?)<br />
7. Pre-installed Gems (much better if they already have this)<br />
8. mySQL, PostgreSQL and SQLite Databases (options are better than no choice at all)<br />
9. Subversion, Trac, and/or Buzilla Hosting (company that supports developers are good companies)<br />
10. A Website or Applications of Their Own Developed with Rails. (a good sign that they mean business with a framework)</p>
]]></content:encoded>
			<wfw:commentRss>http://rubyonrailsprogramming101.com/information/what-to-look-for-in-a-hosting-company-that-supports-rails-part-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What to Look for in a Hosting Company that Supports Rails (Part 1)</title>
		<link>http://rubyonrailsprogramming101.com/information/what-to-look-for-in-a-hosting-company-that-supports-rails-part-1/</link>
		<comments>http://rubyonrailsprogramming101.com/information/what-to-look-for-in-a-hosting-company-that-supports-rails-part-1/#comments</comments>
		<pubDate>Tue, 27 May 2008 16:25:27 +0000</pubDate>
		<dc:creator>editor</dc:creator>
		
		<category><![CDATA[Information]]></category>

		<guid isPermaLink="false">http://rubyonrailsprogramming101.com/uncategorized/what-to-look-for-in-a-hosting-company-that-supports-rails-part-1/</guid>
		<description><![CDATA[
Sure, you are about to go Rails, but which company works best? How would you know right? Well, the ten listed below are your criterias for a good Rails application in a company.
1. Shell/SSH Access (the command line is important)
2. Fast CGI, SCGI and/or Mongrel Support (needs to have speedy connection)
3. The Latest Ruby on [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.pathf.com/blogs/2008/04/hacking-transpa/"><img src="/wp-content/uploads/scraped/46.jpg"/></a>
<p>Sure, you are about to go Rails, but which company works best? How would you know right? Well, the ten listed below are your criterias for a good Rails application in a company.</p>
<p>1. Shell/SSH Access (the command line is important)<br />
2. Fast CGI, SCGI and/or Mongrel Support (needs to have speedy connection)<br />
3. The Latest Ruby on Rails Releases (updating is important, if they don’t update, security problems may be up)<br />
4. Support Staff who knows Rails (it is better to know someone who can guide you with your every single inquiry than taking a wild guess)</p>
]]></content:encoded>
			<wfw:commentRss>http://rubyonrailsprogramming101.com/information/what-to-look-for-in-a-hosting-company-that-supports-rails-part-1/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Rails Render</title>
		<link>http://rubyonrailsprogramming101.com/information/rails-render/</link>
		<comments>http://rubyonrailsprogramming101.com/information/rails-render/#comments</comments>
		<pubDate>Sat, 24 May 2008 16:24:50 +0000</pubDate>
		<dc:creator>editor</dc:creator>
		
		<category><![CDATA[Information]]></category>

		<guid isPermaLink="false">http://rubyonrailsprogramming101.com/uncategorized/rails-render/</guid>
		<description><![CDATA[
Rails render is a well-built technique that assists you to provide your web pages. It has proven itself as easy to use and it is less time consuming. So, Rails on Ruby has Rails Render in supporting you to fix up your site. Tom make Rails Ruby easy to use, Rails Render has provided the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.worldofstock.com/closeups/PMI1194.php"><img src="/wp-content/uploads/scraped/45.jpg"/></a>
<p>Rails render is a well-built technique that assists you to provide your web pages. It has proven itself as easy to use and it is less time consuming. So, Rails on Ruby has Rails Render in supporting you to fix up your site. Tom make Rails Ruby easy to use, Rails Render has provided the following commands. It appears in different varieties like:</p>
<p>1. Action (renders an action in the present controller)<br />
2. Partial (renders a part of your web page)<br />
3. Template (renders a page, the file path is comparative to your application)<br />
4. File (complete path is needed)<br />
5. Text<br />
6. Json</p>
]]></content:encoded>
			<wfw:commentRss>http://rubyonrailsprogramming101.com/information/rails-render/feed/</wfw:commentRss>
		</item>
		<item>
		<title>411 on Ruby on Rails</title>
		<link>http://rubyonrailsprogramming101.com/information/411-on-ruby-on-rails/</link>
		<comments>http://rubyonrailsprogramming101.com/information/411-on-ruby-on-rails/#comments</comments>
		<pubDate>Fri, 16 May 2008 16:24:21 +0000</pubDate>
		<dc:creator>editor</dc:creator>
		
		<category><![CDATA[Information]]></category>

		<guid isPermaLink="false">http://rubyonrailsprogramming101.com/uncategorized/411-on-ruby-on-rails/</guid>
		<description><![CDATA[
Good name and actually makes you wonder, what is ruby on rails? Is it literally the ruby for jewelry found on railroad tracks? It is not, and if you read on, you will understand, that this is no bling on a train track, but it is actually for web designing with codes that will make [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://rubyonrailsprogramming101.com/"><img src="/wp-content/uploads/scraped/44.jpg"/></a>
<p>Good name and actually makes you wonder, what is ruby on rails? Is it literally the ruby for jewelry found on railroad tracks? It is not, and if you read on, you will understand, that this is no bling on a train track, but it is actually for web designing with codes that will make you dizzy. But with a little help, you will get it.</p>
<p>Ruby on rails is a full-stacked outline for creating database-backed web applications in reference to the Model-View-Control Pattern. Rails provide a wholesome-Ruby advance setting such as: Ajax in the view, demand and retort in the controller, domain model wrapping the database. Ruby on rails is the answer to go live since it supplies database and a web server.</p>
]]></content:encoded>
			<wfw:commentRss>http://rubyonrailsprogramming101.com/information/411-on-ruby-on-rails/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
