<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Internet And Design &#187; rails</title>
	<atom:link href="http://internetanddesign.com/category/rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://internetanddesign.com</link>
	<description>All About!</description>
	<lastBuildDate>Fri, 02 Dec 2011 12:24:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>HTML5 Mobile Apps With Ruby Code?</title>
		<link>http://internetanddesign.com/rails/html5-mobile-apps-with-ruby-code/</link>
		<comments>http://internetanddesign.com/rails/html5-mobile-apps-with-ruby-code/#comments</comments>
		<pubDate>Mon, 06 Dec 2010 18:29:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[37Signals]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Cofeescript]]></category>

		<guid isPermaLink="false">http://internetanddesign.com/?p=285</guid>
		<description><![CDATA[Interesting interview with Ryan Singer who works at 37signals. He gave this interview after he did a talk at the &#8216;future of web apps&#8217; conference earlier this year. The one thing thats I think is really interesting is that 37signals is working on a new way of making mobile phone apps with HTML5. They don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Interesting interview with <a href="http://twitter.com/#!/rjs">Ryan Singer</a> who works at 37signals. He gave this interview after he did a talk at the &#8216;future of web apps&#8217; conference earlier this year. The one thing thats I think is really interesting is that 37signals is working on a new way of making mobile phone apps with HTML5. They don&#8217;t like the way how they are building mobile apps right now.</p>
<p>So the people at 37signals are working on a new development process for building HTML5 phone apps. Ryan said &#8220;It&#8217;s basically like rails but all build on a javascript&#8221;. They use <a href="http://jashkenas.github.com/coffee-script/">CoffeeScript</a> which is doing javascript but looks like ruby and for the templates they are using <a href="https://github.com/sstephenson/eco">eco</a>. Eco lets you embed <a href="http://coffeescript.org/">CoffeeScript</a> logic in your markup, eco looks like the rails erb files. So this ruby inspired way of making mobile phone apps looks like the rails development process 37signals is currently using. I&#8217;m looking forward to see it go open source.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="550" height="334" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/O2Edf7h1Yn8?fs=1&amp;hl=en_US&amp;rel=0&amp;hd=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="550" height="334" src="http://www.youtube.com/v/O2Edf7h1Yn8?fs=1&amp;hl=en_US&amp;rel=0&amp;hd=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><iframe src="http://player.vimeo.com/video/15772341?byline=0&amp;portrait=0" width="550" height="310" frameborder="0"></iframe>
<p><a href="http://vimeo.com/15772341">Ryan Singer at Future of Web Apps, London 2010</a> from <a href="http://vimeo.com/rjs">Ryan Singer</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://internetanddesign.com/rails/html5-mobile-apps-with-ruby-code/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Learning Ruby on Rails</title>
		<link>http://internetanddesign.com/rails/learning-ruby-on-rails/</link>
		<comments>http://internetanddesign.com/rails/learning-ruby-on-rails/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 19:41:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[rails]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[RoR]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://internetanddesign.com/?p=273</guid>
		<description><![CDATA[Some quick tips on how to learn Ruby on Rails. 1. Start learning Ruby with &#8220;Learn to Program&#8221; by Chris Pine If you want to learn Rails first you need to know a bit about programming in general. Chris Pine learns you all the basic things about programming in the Ruby language. He explains things [...]]]></description>
			<content:encoded><![CDATA[<p>Some quick tips on how to learn Ruby on Rails.</p>
<p><strong>1. Start learning Ruby with &#8220;<a href="http://www.amazon.com/gp/product/1934356360?ie=UTF8&amp;tag=bartligt-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1934356360">Learn to Program</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=bartligt-20&amp;l=as2&amp;o=1&amp;a=1934356360" border="0" alt="" width="1" height="1" />&#8221; by Chris Pine</strong></p>
<p>If you want to learn Rails first you need to know a bit about programming in general. Chris Pine learns you all the basic things about programming in the Ruby language. He explains things like Array&#8217;s, Strings, Hashes and if else statements are. I highly recommend to start with this ruby tutorial. This way you have a good basic set of skills to make you a good Rails programmer. You can buy his book <a href="http://www.amazon.com/gp/product/1934356360?ie=UTF8&amp;tag=bartligt-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1934356360"> Learn to Program </a>or you can do the <a title="Learn to Program" href="http://pine.fm/LearnToProgram/?Chapter=00">tutorial on his website</a>.</p>
<p><a href="http://internetanddesign.com/wp-content/uploads/2010/11/Screen-shot-2010-11-30-at-7.35.54-PM-e1291142430663.png"><img class="alignnone size-full wp-image-274" title="Learn To Program" src="http://internetanddesign.com/wp-content/uploads/2010/11/Screen-shot-2010-11-30-at-7.35.54-PM-e1291142430663.png" alt="" width="550" height="334" /></a></p>
<p><strong>2. <a href="http://railsforzombies.org/">Rails for Zombies</a></strong></p>
<p>Rails for Zombies is a pretty easy and good solution if you want to learn the basics of Ruby on Rails. You dont need to install anything on your computer just watch the video and do some exercises in the browser afterwards.</p>
<p><a href="http://railsforzombies.org/"><img class="alignnone size-full wp-image-275" title="Rails for Zombies" src="http://internetanddesign.com/wp-content/uploads/2010/11/Screen-shot-2010-11-30-at-7.47.03-PM-e1291142951589.png" alt="" width="550" height="361" /></a></p>
<p><strong>3. <a href="http://railstutorial.com">Railstutorial.org</a></strong></p>
<p>The first two tips are about learning ruby and getting started with rails. Railstutorial.org explains the whole process of building an application in Rails. It starts with installing the right version of ruby and rails on your computer so you can get an app running locally. In the tutorial they are going to make a demo application that looks like twitter. While making the application they learn you how to programme in Ruby on Rails.</p>
<p>Railstutorial.org is the best way to learn Ruby on Rails. The website explains the whole process of building a website in rails. Step by step they explain the nature of a rails app, how to work with git, understanding Model View Controller and Test Driven Development. You can read the book online for free or <a href="http://railstutorial.org/#buy">buy the pdf for 39 Dollar</a>.</p>
<p><a href="http://railstutorial.com"><img class="alignnone size-full wp-image-276" title="Railstutorial.org" src="http://internetanddesign.com/wp-content/uploads/2010/11/Screen-shot-2010-11-30-at-7.54.47-PM-e1291144250502.png" alt="" width="550" height="372" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://internetanddesign.com/rails/learning-ruby-on-rails/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>RubyEnRails 2009</title>
		<link>http://internetanddesign.com/rails/rubyenrails-2009/</link>
		<comments>http://internetanddesign.com/rails/rubyenrails-2009/#comments</comments>
		<pubDate>Fri, 30 Oct 2009 22:07:08 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[rails]]></category>
		<category><![CDATA[#rer2009]]></category>

		<guid isPermaLink="false">http://internetanddesign.com/?p=212</guid>
		<description><![CDATA[Today I&#8217;m together with Harmen Haan at RubyEnRails 2009 in Amsterdam! Good talks today about ruby, rails and jQuery. The most interesting speakers were from the members of the rails core team. Jeremy Kemper and Yehuda Katz were talking about Rails3! To Quote Yehuda &#8220;Its just better&#8221;. For the people who are not there you [...]]]></description>
			<content:encoded><![CDATA[<p>Today I&#8217;m together with Harmen Haan at RubyEnRails 2009 in Amsterdam! Good talks today about ruby, rails and jQuery. The most interesting <a href="http://2009.rubyenrails.nl/speakers?locale=en">speakers</a> were from the members of the rails core team. Jeremy Kemper and Yehuda Katz were talking about Rails3! To Quote Yehuda &#8220;Its just better&#8221;.</p>
<p>For the people who are not there you can follow the twitterstream via #<a title="backchannel" href="http://2009.rubyenrails.nl/backchannel">RER2009</a>. And there are some slides uploaded today. I know there was a video camera, so they are online soon i think.</p>
<p>There is one slide from Eloy Duran online about Mac Ruby!</p>
<p><a title="macruby" href="http://github.com/alloy/rubyenrails09/raw/master/RubyEnRails2009.pdf">Slides by Eloy Duran &#8211; Mac ruby</a></p>
<p><img class="alignnone" src="http://farm3.static.flickr.com/2422/4058085642_ac1311f82d.jpg" alt="RubyEnRails" /></p>
<p>photo by <a title="Link to chielwester's photostream" href="http://www.flickr.com/photos/7629063@N05/"><strong>chielwester</strong></a></p>
<p><img class="alignnone" src="http://farm3.static.flickr.com/2734/4058714489_b5f849e619.jpg" alt="Rer2009" /></p>
<p>photo by <a title="bartligthart, bart ligthart" href="http://www.flickr.com/photos/bartligthart/">bartligthart</a></p>
]]></content:encoded>
			<wfw:commentRss>http://internetanddesign.com/rails/rubyenrails-2009/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

