<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0">
<channel>
	<title>The Rails Future</title>
	<link><![CDATA[http://www.dreamincode.net/forums/index.php?app=blog&module=showblog&blogid=1700]]></link>
	<description>The Rails Future Syndication</description>
	<pubDate>Sat, 14 Jul 2012 01:02:49 +0000</pubDate>
	<webMaster>admin@dreamincode.net (Dream.In.Code)</webMaster>
	<generator>IP.Blog</generator>
	<ttl>60</ttl>
	<item>
		<title>js - unit testing with jasmine</title>
		<link>http://www.dreamincode.net/forums/blog/1700/entry-4089-js-unit-testing-with-jasmine/</link>
		<category></category>
		<description><![CDATA[I've been working on a web application side project for several months now and I'm just now to the point where I need to start thinking about refactoring some common j&#097;v&#097;script code into separate files.  That kind of a 'migration' can be very stressful and often leads to thoughts of uncertainty.  For instance, there is...]]></description>
		<pubDate>Fri, 13 Jul 2012 20:55:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/1700/entry-4089-js-unit-testing-with-jasmine/</guid>
	</item>
	<item>
		<title><![CDATA[Rails - Sending delete signals to rails with jQuery since it broke PROTOTYPE's delete links]]></title>
		<link>http://www.dreamincode.net/forums/blog/1700/entry-3930-rails-sending-delete-signals-to-rails-with-jquery-since-it-broke-prototypes-delete-links/</link>
		<category></category>
		<description><![CDATA[UPDATE:  This link solves the problem too, although this is still a good read to better know jQuery.  <a href='http://buddylindsey.com/add-jquery-to-ruby-on-rails/' class='bbc_url' title='External link' rel='external'>http://buddylindsey....-ruby-on-rails/</a>...]]></description>
		<pubDate>Sat, 25 Feb 2012 15:56:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/1700/entry-3930-rails-sending-delete-signals-to-rails-with-jquery-since-it-broke-prototypes-delete-links/</guid>
	</item>
	<item>
		<title>Rails - How to backup and restore the current status of the database easily</title>
		<link>http://www.dreamincode.net/forums/blog/1700/entry-3895-rails-how-to-backup-and-restore-the-current-status-of-the-database-easily/</link>
		<category></category>
		<description><![CDATA[While I'm a huge fan of <a href='http://www.dreamincode.net/forums/blog/1700/entry-3790-rails-populate-your-database-with-sample-data/' class='bbc_url' title='External link' rel='external'>THIS</a>...]]></description>
		<pubDate>Sat, 28 Jan 2012 18:14:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/1700/entry-3895-rails-how-to-backup-and-restore-the-current-status-of-the-database-easily/</guid>
	</item>
	<item>
		<title>Rails:  Populate your database with sample data</title>
		<link>http://www.dreamincode.net/forums/blog/1700/entry-3790-rails-populate-your-database-with-sample-data/</link>
		<category></category>
		<description><![CDATA[Your rails app has a special folder where you put "tasks" to be run.  This folder is...<br /><pre class='brush: bash ;'>lib/tasks/</pre><br /><br />Most people have a task that they use to populate their database with "test data".  This powerful feat can be accomplished with the simple command...<br /><pre class='brush: bash ;'>$  rake db:populate</pre>...]]></description>
		<pubDate>Fri, 28 Oct 2011 23:25:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/1700/entry-3790-rails-populate-your-database-with-sample-data/</guid>
	</item>
	<item>
		<title>Web Related - Most Potent Libraries</title>
		<link>http://www.dreamincode.net/forums/blog/1700/entry-3691-web-related-most-potent-libraries/</link>
		<category></category>
		<description><![CDATA[When you're working on web applications, you don't want to be troubled with dealing with the underlieing technologies (tcp, j&#097;v&#097;script, html ie5, html ie6, html ie7, html opera 9, html opera10, html firefox, css ie5, css ie6, etc...)  <br /><br />Instead, you want to be learning about libraries that automatically handle those very lame and...]]></description>
		<pubDate>Tue, 06 Sep 2011 21:32:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/1700/entry-3691-web-related-most-potent-libraries/</guid>
	</item>
	<item>
		<title>005  Rails: From Views to Models  -- The flow of data from the user</title>
		<link>http://www.dreamincode.net/forums/blog/1700/entry-3602-005-rails-from-views-to-models-the-flow-of-data-from-the-user/</link>
		<category></category>
		<description><![CDATA[Ok, in our last iteration of |blog| <a href='http://www.dreamincode.net/forums/blog/1700/entry-3595-004-models-and-objects-in-rails/' class='bbc_url' title='External link' rel='external'>we wrote of models</a>...]]></description>
		<pubDate>Tue, 26 Jul 2011 23:01:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/1700/entry-3602-005-rails-from-views-to-models-the-flow-of-data-from-the-user/</guid>
	</item>
	<item>
		<title>002 - Rails Fundamentals (from Models and Migrations to Bundler and Rake)</title>
		<link>http://www.dreamincode.net/forums/blog/1700/entry-3599-002-rails-fundamentals-from-models-and-migrations-to-bundler-and-rake/</link>
		<category></category>
		<description><![CDATA[ref:  <a href='http://gembundler.com/gemfile.html' class='bbc_url' title='External link' rel='external'>http://gembundler.com/gemfile.html</a><br /><br />NOTICE:  This is an overview/ adumbration, which you should come back to again after building your first app in order to fill in all the gaps.  <br /><br /><span style='font-size: 21px;'>Models, Migrations, Views, Controllers, (and generators)</span>...]]></description>
		<pubDate>Mon, 25 Jul 2011 19:36:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/1700/entry-3599-002-rails-fundamentals-from-models-and-migrations-to-bundler-and-rake/</guid>
	</item>
	<item>
		<title>jQuery and input forms</title>
		<link>http://www.dreamincode.net/forums/blog/1700/entry-3596-jquery-and-input-forms/</link>
		<category></category>
		<description><![CDATA[After scrambling to figure out how I'm going to accomplish my next bullet point, I stumbled across this interesting demo of rails using jQuery to have dynamic input forms.  <br /><br />ref:  <a href='http://upcomer.wordpress.com/2011/03/22/rails-3-jquery-basics/' class='bbc_url' title='External link' rel='external'>http://upcomer.wordp...-jquery-basics/</a>...]]></description>
		<pubDate>Mon, 25 Jul 2011 18:11:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/1700/entry-3596-jquery-and-input-forms/</guid>
	</item>
	<item>
		<title>004 - Models and objects in rails</title>
		<link>http://www.dreamincode.net/forums/blog/1700/entry-3595-004-models-and-objects-in-rails/</link>
		<category></category>
		<description><![CDATA[In rails, models are your objects.  If you're coming from C# background, or something similar, that makes perfect sense to you.  If not, this code might explain the concept.  <br /><br /><pre class='brush: bash ;'>my_new_object = User.new</pre>...]]></description>
		<pubDate>Sun, 24 Jul 2011 20:09:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/1700/entry-3595-004-models-and-objects-in-rails/</guid>
	</item>
	<item>
		<title>How to get a C# app to upload to rails (respond_to do |format|) XML</title>
		<link>http://www.dreamincode.net/forums/blog/1700/entry-3583-how-to-get-a-c%23-app-to-upload-to-rails-respond-to-do-format-xml/</link>
		<category></category>
		<description><![CDATA[Imagine that you have data in a computer program you wrote, and you'd like to send that data up to your rails app.  Well, this tutorial will illustrate exactly how to do that using C# as the language.  In the process, you will learn more about that pesky respond_to do |format| syntax and what it does.  <br /><br />We will see how to setup the rails...]]></description>
		<pubDate>Mon, 18 Jul 2011 18:31:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/1700/entry-3583-how-to-get-a-c%23-app-to-upload-to-rails-respond-to-do-format-xml/</guid>
	</item>
</channel>
</rss>