<?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: Creating Your First Ruby on Rails Application From Scratch</title>
	<atom:link href="http://fuelyourcoding.com/creating-your-first-ruby-on-rails-application-from-scratch/feed/" rel="self" type="application/rss+xml" />
	<link>http://fuelyourcoding.com/creating-your-first-ruby-on-rails-application-from-scratch/</link>
	<description></description>
	<lastBuildDate>Wed, 25 Aug 2010 16:03:29 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rekha</title>
		<link>http://fuelyourcoding.com/creating-your-first-ruby-on-rails-application-from-scratch/comment-page-1/#comment-3134</link>
		<dc:creator>Rekha</dc:creator>
		<pubDate>Thu, 22 Jul 2010 15:02:50 +0000</pubDate>
		<guid isPermaLink="false">http://fuelyourcoding.com/?p=495#comment-3134</guid>
		<description>I have tried this but in half way I get stuck.. I dont know wats the prob. http://localhost:3000/ is working but when i change to http://localhost/details is not working. the page created is like this

 ActiveRecord::StatementInvalid in DetailsController#index

Mysql::Error: Table &#039;hi.details&#039; doesn&#039;t exist: SELECT * FROM `details` 

RAILS_ROOT: D:/RekhaMol/Rails/New
Application Trace &#124; Framework Trace &#124; Full Trace

C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/connection_adapters/abstract_adapter.rb:221:in `log&#039;
C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/connection_adapters/mysql_adapter.rb:323:in `execute&#039;
C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/connection_adapters/mysql_adapter.rb:638:in `select&#039;
C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache&#039;
C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/connection_adapters/abstract/query_cache.rb:60:in `select_all&#039;
C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/connection_adapters/abstract/query_cache.rb:81:in `cache_sql&#039;
C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/connection_adapters/abstract/query_cache.rb:60:in `select_all&#039;
C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/base.rb:664:in `find_by_sql&#039;</description>
		<content:encoded><![CDATA[<p>I have tried this but in half way I get stuck.. I dont know wats the prob. <a href="http://localhost:3000/" rel="nofollow">http://localhost:3000/</a> is working but when i change to <a href="http://localhost/details" rel="nofollow">http://localhost/details</a> is not working. the page created is like this</p>
<p> ActiveRecord::StatementInvalid in DetailsController#index</p>
<p>Mysql::Error: Table &#8216;hi.details&#8217; doesn&#8217;t exist: SELECT * FROM `details` </p>
<p>RAILS_ROOT: D:/RekhaMol/Rails/New<br />
Application Trace | Framework Trace | Full Trace</p>
<p>C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/connection_adapters/abstract_adapter.rb:221:in `log&#8217;<br />
C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/connection_adapters/mysql_adapter.rb:323:in `execute&#8217;<br />
C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/connection_adapters/mysql_adapter.rb:638:in `select&#8217;<br />
C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache&#8217;<br />
C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/connection_adapters/abstract/query_cache.rb:60:in `select_all&#8217;<br />
C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/connection_adapters/abstract/query_cache.rb:81:in `cache_sql&#8217;<br />
C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/connection_adapters/abstract/query_cache.rb:60:in `select_all&#8217;<br />
C:/Ruby186/lib/ruby/gems/1.8/gems/activerecord-2.3.8/lib/active_record/base.rb:664:in `find_by_sql&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nivedita</title>
		<link>http://fuelyourcoding.com/creating-your-first-ruby-on-rails-application-from-scratch/comment-page-1/#comment-2852</link>
		<dc:creator>Nivedita</dc:creator>
		<pubDate>Sat, 19 Jun 2010 02:48:39 +0000</pubDate>
		<guid isPermaLink="false">http://fuelyourcoding.com/?p=495#comment-2852</guid>
		<description>I forgot to mention about rails version I am using

rails 2.3.8
ruby 1.8.6
gems 1.3.7
mysql 5.0.67
 
I am using mysql 5.0.67 because I read in some blog that it is compatible with ROR
I was not able to connect mysql 5.1.47 to ROR</description>
		<content:encoded><![CDATA[<p>I forgot to mention about rails version I am using</p>
<p>rails 2.3.8<br />
ruby 1.8.6<br />
gems 1.3.7<br />
mysql 5.0.67</p>
<p>I am using mysql 5.0.67 because I read in some blog that it is compatible with ROR<br />
I was not able to connect mysql 5.1.47 to ROR</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nivedita</title>
		<link>http://fuelyourcoding.com/creating-your-first-ruby-on-rails-application-from-scratch/comment-page-1/#comment-2851</link>
		<dc:creator>Nivedita</dc:creator>
		<pubDate>Sat, 19 Jun 2010 02:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://fuelyourcoding.com/?p=495#comment-2851</guid>
		<description>I am very confused reg installing gems. where do i need to install them? in the directory where ruby is installed or in every rails application that is created? same doubt about gem install mysql also.
also i am not able to run rake db:migrate, though I can run rake rails:freeze:gems
And when I run gem install mysql, i am getting this

C:\Documents and Settings\Nivedita\autograph&gt;gem install my
Successfully installed mysql-2.8.1-x86-mswin32
1 gem installed
Installing ri documentation for mysql-2.8.1-x86-mswin32...

No definition for next_result

No definition for field_name

No definition for field_table

No definition for field_def

No definition for field_type

No definition for field_length

No definition for field_max_length

No definition for field_flags

No definition for field_decimals

No definition for time_inspect

No definition for time_to_s

No definition for time_get_year

No definition for time_get_month

No definition for time_get_day

No definition for time_get_hour

No definition for time_get_minute

No definition for time_get_second

No definition for time_get_neg

No definition for time_get_second_part

No definition for time_set_year

No definition for time_set_month

No definition for time_set_day

No definition for time_set_hour

No definition for time_set_minute

No definition for time_set_second

No definition for time_set_neg

No definition for time_set_second_part

No definition for time_equal

No definition for error_errno

No definition for error_sqlstate
Installing RDoc documentation for mysql-2.8.1-x86-mswin32..

No definition for next_result

No definition for field_name

No definition for field_table

No definition for field_def

No definition for field_type

No definition for field_length

No definition for field_max_length

No definition for field_flags

No definition for field_decimals

No definition for time_inspect

No definition for time_to_s

No definition for time_get_year

No definition for time_get_month

No definition for time_get_day

No definition for time_get_hour

No definition for time_get_minute

No definition for time_get_second

No definition for time_get_neg

No definition for time_get_second_part

No definition for time_set_year

No definition for time_set_month

No definition for time_set_day

No definition for time_set_hour

No definition for time_set_minute

No definition for time_set_second

No definition for time_set_neg

No definition for time_set_second_part

No definition for time_equal

No definition for error_errno

No definition for error_sqlstate

autograph is my rails application.
I am using windows vista
i tried on windows 7 too
same situation.
Please help me out. I am really in a hurry in finishing the project. I just had two more days to go.


Thanks in advance</description>
		<content:encoded><![CDATA[<p>I am very confused reg installing gems. where do i need to install them? in the directory where ruby is installed or in every rails application that is created? same doubt about gem install mysql also.<br />
also i am not able to run rake db:migrate, though I can run rake rails:freeze:gems<br />
And when I run gem install mysql, i am getting this</p>
<p>C:\Documents and Settings\Nivedita\autograph&gt;gem install my<br />
Successfully installed mysql-2.8.1-x86-mswin32<br />
1 gem installed<br />
Installing ri documentation for mysql-2.8.1-x86-mswin32&#8230;</p>
<p>No definition for next_result</p>
<p>No definition for field_name</p>
<p>No definition for field_table</p>
<p>No definition for field_def</p>
<p>No definition for field_type</p>
<p>No definition for field_length</p>
<p>No definition for field_max_length</p>
<p>No definition for field_flags</p>
<p>No definition for field_decimals</p>
<p>No definition for time_inspect</p>
<p>No definition for time_to_s</p>
<p>No definition for time_get_year</p>
<p>No definition for time_get_month</p>
<p>No definition for time_get_day</p>
<p>No definition for time_get_hour</p>
<p>No definition for time_get_minute</p>
<p>No definition for time_get_second</p>
<p>No definition for time_get_neg</p>
<p>No definition for time_get_second_part</p>
<p>No definition for time_set_year</p>
<p>No definition for time_set_month</p>
<p>No definition for time_set_day</p>
<p>No definition for time_set_hour</p>
<p>No definition for time_set_minute</p>
<p>No definition for time_set_second</p>
<p>No definition for time_set_neg</p>
<p>No definition for time_set_second_part</p>
<p>No definition for time_equal</p>
<p>No definition for error_errno</p>
<p>No definition for error_sqlstate<br />
Installing RDoc documentation for mysql-2.8.1-x86-mswin32..</p>
<p>No definition for next_result</p>
<p>No definition for field_name</p>
<p>No definition for field_table</p>
<p>No definition for field_def</p>
<p>No definition for field_type</p>
<p>No definition for field_length</p>
<p>No definition for field_max_length</p>
<p>No definition for field_flags</p>
<p>No definition for field_decimals</p>
<p>No definition for time_inspect</p>
<p>No definition for time_to_s</p>
<p>No definition for time_get_year</p>
<p>No definition for time_get_month</p>
<p>No definition for time_get_day</p>
<p>No definition for time_get_hour</p>
<p>No definition for time_get_minute</p>
<p>No definition for time_get_second</p>
<p>No definition for time_get_neg</p>
<p>No definition for time_get_second_part</p>
<p>No definition for time_set_year</p>
<p>No definition for time_set_month</p>
<p>No definition for time_set_day</p>
<p>No definition for time_set_hour</p>
<p>No definition for time_set_minute</p>
<p>No definition for time_set_second</p>
<p>No definition for time_set_neg</p>
<p>No definition for time_set_second_part</p>
<p>No definition for time_equal</p>
<p>No definition for error_errno</p>
<p>No definition for error_sqlstate</p>
<p>autograph is my rails application.<br />
I am using windows vista<br />
i tried on windows 7 too<br />
same situation.<br />
Please help me out. I am really in a hurry in finishing the project. I just had two more days to go.</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nivedita</title>
		<link>http://fuelyourcoding.com/creating-your-first-ruby-on-rails-application-from-scratch/comment-page-1/#comment-2849</link>
		<dc:creator>Nivedita</dc:creator>
		<pubDate>Fri, 18 Jun 2010 22:02:34 +0000</pubDate>
		<guid isPermaLink="false">http://fuelyourcoding.com/?p=495#comment-2849</guid>
		<description>Also one weird thing happening is after setting up my database, when I run commands
rake rails:freeze:gems
rake db:migrate
I am getting error &quot;rake aborted!&quot; no rake file to load
only few times I am getting this error, not all the times.
Some times, I was able to run those commands and built the migrations.
I never understand the reason behind it.
Please help me in fixing this error.

I am using mysql database and I configured accordingly in config/database.yml.
Also do we need to install the scaffold plugin for every application we run?


Thanks in Advance !!
Nivedita</description>
		<content:encoded><![CDATA[<p>Also one weird thing happening is after setting up my database, when I run commands<br />
rake rails:freeze:gems<br />
rake db:migrate<br />
I am getting error &#8220;rake aborted!&#8221; no rake file to load<br />
only few times I am getting this error, not all the times.<br />
Some times, I was able to run those commands and built the migrations.<br />
I never understand the reason behind it.<br />
Please help me in fixing this error.</p>
<p>I am using mysql database and I configured accordingly in config/database.yml.<br />
Also do we need to install the scaffold plugin for every application we run?</p>
<p>Thanks in Advance !!<br />
Nivedita</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nivedita</title>
		<link>http://fuelyourcoding.com/creating-your-first-ruby-on-rails-application-from-scratch/comment-page-1/#comment-2848</link>
		<dc:creator>Nivedita</dc:creator>
		<pubDate>Fri, 18 Jun 2010 21:50:54 +0000</pubDate>
		<guid isPermaLink="false">http://fuelyourcoding.com/?p=495#comment-2848</guid>
		<description>yeah it worked....thanks for the help !!</description>
		<content:encoded><![CDATA[<p>yeah it worked&#8230;.thanks for the help !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerod Santo</title>
		<link>http://fuelyourcoding.com/creating-your-first-ruby-on-rails-application-from-scratch/comment-page-1/#comment-2847</link>
		<dc:creator>Jerod Santo</dc:creator>
		<pubDate>Fri, 18 Jun 2010 16:53:40 +0000</pubDate>
		<guid isPermaLink="false">http://fuelyourcoding.com/?p=495#comment-2847</guid>
		<description>the &#039;rm&#039; command is specific to UNIX-based systems. In Windows you should use the &#039;del&#039; command instead.

Hope that helps!</description>
		<content:encoded><![CDATA[<p>the &#8216;rm&#8217; command is specific to UNIX-based systems. In Windows you should use the &#8216;del&#8217; command instead.</p>
<p>Hope that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nivedita</title>
		<link>http://fuelyourcoding.com/creating-your-first-ruby-on-rails-application-from-scratch/comment-page-1/#comment-2840</link>
		<dc:creator>Nivedita</dc:creator>
		<pubDate>Thu, 17 Jun 2010 23:15:14 +0000</pubDate>
		<guid isPermaLink="false">http://fuelyourcoding.com/?p=495#comment-2840</guid>
		<description>Hey thanks for the tutorial. Its a good start to deploy a rails application, as I am very new to ruby.
I am unable to delete default index page with &quot;rm public/index.html&quot;. when I run the command, I got the error

&#039;rm&#039; is not recognized as an internal or external command,
operable program or batch file.

I am working on windows 7. Please help me out in fixing it.


Thanks
Nivedita</description>
		<content:encoded><![CDATA[<p>Hey thanks for the tutorial. Its a good start to deploy a rails application, as I am very new to ruby.<br />
I am unable to delete default index page with &#8220;rm public/index.html&#8221;. when I run the command, I got the error</p>
<p>&#8216;rm&#8217; is not recognized as an internal or external command,<br />
operable program or batch file.</p>
<p>I am working on windows 7. Please help me out in fixing it.</p>
<p>Thanks<br />
Nivedita</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mageshcse</title>
		<link>http://fuelyourcoding.com/creating-your-first-ruby-on-rails-application-from-scratch/comment-page-1/#comment-2638</link>
		<dc:creator>Mageshcse</dc:creator>
		<pubDate>Fri, 04 Jun 2010 16:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://fuelyourcoding.com/?p=495#comment-2638</guid>
		<description>@venkat @mariam:  i&#039;m glad it helped you :)</description>
		<content:encoded><![CDATA[<p>@venkat @mariam:  i&#8217;m glad it helped you :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 250 Top Blog Posts for Web Designers &#124; Spotlight Ideas</title>
		<link>http://fuelyourcoding.com/creating-your-first-ruby-on-rails-application-from-scratch/comment-page-1/#comment-2391</link>
		<dc:creator>250 Top Blog Posts for Web Designers &#124; Spotlight Ideas</dc:creator>
		<pubDate>Wed, 26 May 2010 21:49:53 +0000</pubDate>
		<guid isPermaLink="false">http://fuelyourcoding.com/?p=495#comment-2391</guid>
		<description>[...] Creating Your First Ruby on Rails Application From Scratch - Fuel Your Coding &#8211; Aug &#8216;09 [...]</description>
		<content:encoded><![CDATA[<p>[...] Creating Your First Ruby on Rails Application From Scratch &#8211; Fuel Your Coding &#8211; Aug &#8216;09 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Panda Internet Security 2010</title>
		<link>http://fuelyourcoding.com/creating-your-first-ruby-on-rails-application-from-scratch/comment-page-1/#comment-2336</link>
		<dc:creator>Panda Internet Security 2010</dc:creator>
		<pubDate>Mon, 24 May 2010 16:59:35 +0000</pubDate>
		<guid isPermaLink="false">http://fuelyourcoding.com/?p=495#comment-2336</guid>
		<description>howdy there, i just discovered your site listed on google, and i must say that you express exceptionally well on your site. i am very moved by the method that you write, and the subject is excellent. in any event, i would also like to know whether you would love to exchange links with my website? i will be certainly more than happy to reciprocate and put your link off in the blogroll. anticipating for your answer, thanks and enjoy your day!</description>
		<content:encoded><![CDATA[<p>howdy there, i just discovered your site listed on google, and i must say that you express exceptionally well on your site. i am very moved by the method that you write, and the subject is excellent. in any event, i would also like to know whether you would love to exchange links with my website? i will be certainly more than happy to reciprocate and put your link off in the blogroll. anticipating for your answer, thanks and enjoy your day!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mariam</title>
		<link>http://fuelyourcoding.com/creating-your-first-ruby-on-rails-application-from-scratch/comment-page-1/#comment-1969</link>
		<dc:creator>Mariam</dc:creator>
		<pubDate>Sun, 07 Mar 2010 07:11:23 +0000</pubDate>
		<guid isPermaLink="false">http://fuelyourcoding.com/?p=495#comment-1969</guid>
		<description>Really well done..  I feel like I have some basic understanding now to move forward. This tutorial was a nice way to explain the basic framework in order to get the big picture. Now I can go and dive into the details. It helps to a get a general sense of how this works before getting started. Thanks so much!</description>
		<content:encoded><![CDATA[<p>Really well done..  I feel like I have some basic understanding now to move forward. This tutorial was a nice way to explain the basic framework in order to get the big picture. Now I can go and dive into the details. It helps to a get a general sense of how this works before getting started. Thanks so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venkat Mantirraju</title>
		<link>http://fuelyourcoding.com/creating-your-first-ruby-on-rails-application-from-scratch/comment-page-1/#comment-1375</link>
		<dc:creator>Venkat Mantirraju</dc:creator>
		<pubDate>Sat, 05 Dec 2009 08:54:09 +0000</pubDate>
		<guid isPermaLink="false">http://fuelyourcoding.com/?p=495#comment-1375</guid>
		<description>Hi Magesh,
I am good in java and wanted to learn Ruby on Rails. Your article had helped me a lot to learn quickly my first ruby on rails app. Nice explanation.

Thanks,
Venkat</description>
		<content:encoded><![CDATA[<p>Hi Magesh,<br />
I am good in java and wanted to learn Ruby on Rails. Your article had helped me a lot to learn quickly my first ruby on rails app. Nice explanation.</p>
<p>Thanks,<br />
Venkat</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mageshcse</title>
		<link>http://fuelyourcoding.com/creating-your-first-ruby-on-rails-application-from-scratch/comment-page-1/#comment-1349</link>
		<dc:creator>mageshcse</dc:creator>
		<pubDate>Thu, 03 Dec 2009 16:36:34 +0000</pubDate>
		<guid isPermaLink="false">http://fuelyourcoding.com/?p=495#comment-1349</guid>
		<description>do u mean testing in the browser? if yes then check out cucumber..
for writing tests do check this http://guides.rubyonrails.org/testing.html</description>
		<content:encoded><![CDATA[<p>do u mean testing in the browser? if yes then check out cucumber..<br />
for writing tests do check this <a href="http://guides.rubyonrails.org/testing.html" rel="nofollow">http://guides.rubyonrails.org/testing.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 250 Top Blog Articles for Web Designers &#124; Advertising News</title>
		<link>http://fuelyourcoding.com/creating-your-first-ruby-on-rails-application-from-scratch/comment-page-1/#comment-1324</link>
		<dc:creator>250 Top Blog Articles for Web Designers &#124; Advertising News</dc:creator>
		<pubDate>Tue, 01 Dec 2009 15:54:09 +0000</pubDate>
		<guid isPermaLink="false">http://fuelyourcoding.com/?p=495#comment-1324</guid>
		<description>[...] Creating Your First Ruby on Rails Application From Scratch - Fuel Your Coding &#8211; Aug &#8216;09 [...]</description>
		<content:encoded><![CDATA[<p>[...] Creating Your First Ruby on Rails Application From Scratch &#8211; Fuel Your Coding &#8211; Aug &#8216;09 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 250 Excellent Blog Articles for Web Designers &#124; Advertising News</title>
		<link>http://fuelyourcoding.com/creating-your-first-ruby-on-rails-application-from-scratch/comment-page-1/#comment-1319</link>
		<dc:creator>250 Excellent Blog Articles for Web Designers &#124; Advertising News</dc:creator>
		<pubDate>Tue, 01 Dec 2009 01:07:48 +0000</pubDate>
		<guid isPermaLink="false">http://fuelyourcoding.com/?p=495#comment-1319</guid>
		<description>[...] Creating Your First Ruby on Rails Application From Scratch - Fuel Your Coding &#8211; Aug &#8216;09 [...]</description>
		<content:encoded><![CDATA[<p>[...] Creating Your First Ruby on Rails Application From Scratch &#8211; Fuel Your Coding &#8211; Aug &#8216;09 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
