<?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 for WebMantras</title>
	<atom:link href="http://www.webmantras.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webmantras.com</link>
	<description>Rants on Ruby on Rails, ColdFusion, jQuery</description>
	<lastBuildDate>Tue, 27 Mar 2012 12:45:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on RSpec error : undefined method `have_selector&#8217; by Xuan</title>
		<link>http://www.webmantras.com/2010/09/20/rspec-error-undefined-method-have_selector/#comment-90</link>
		<dc:creator>Xuan</dc:creator>
		<pubDate>Tue, 27 Mar 2012 12:45:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmantras.com/blog/?p=496#comment-90</guid>
		<description>Thanks
it works with spec-rails 2.9.0 as well.</description>
		<content:encoded><![CDATA[<p>Thanks<br />
it works with spec-rails 2.9.0 as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RSpec error : undefined method `have_selector&#8217; by Jimbo</title>
		<link>http://www.webmantras.com/2010/09/20/rspec-error-undefined-method-have_selector/#comment-34</link>
		<dc:creator>Jimbo</dc:creator>
		<pubDate>Thu, 15 Sep 2011 01:48:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmantras.com/blog/?p=496#comment-34</guid>
		<description>saved me hours of pain. Thanks!</description>
		<content:encoded><![CDATA[<p>saved me hours of pain. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RSpec error : undefined method `have_selector&#8217; by Hoornet</title>
		<link>http://www.webmantras.com/2010/09/20/rspec-error-undefined-method-have_selector/#comment-33</link>
		<dc:creator>Hoornet</dc:creator>
		<pubDate>Wed, 18 May 2011 17:21:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmantras.com/blog/?p=496#comment-33</guid>
		<description>Thank you! 
Just going through the Ruby on Rails 3 Tutorial and had exactly the same problem. Solved thanks to you!</description>
		<content:encoded><![CDATA[<p>Thank you!<br />
Just going through the Ruby on Rails 3 Tutorial and had exactly the same problem. Solved thanks to you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RSpec error : undefined method `have_selector&#8217; by Venkat Polisetti</title>
		<link>http://www.webmantras.com/2010/09/20/rspec-error-undefined-method-have_selector/#comment-32</link>
		<dc:creator>Venkat Polisetti</dc:creator>
		<pubDate>Sun, 13 Mar 2011 18:28:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmantras.com/blog/?p=496#comment-32</guid>
		<description>Thanks. Saved the day.</description>
		<content:encoded><![CDATA[<p>Thanks. Saved the day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to generate a CREATE TABLE script in MySQL? by puneet</title>
		<link>http://www.webmantras.com/2006/12/22/how-to-generate-a-create-table-script-in-mysql/#comment-8</link>
		<dc:creator>puneet</dc:creator>
		<pubDate>Fri, 10 Dec 2010 12:20:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmantras.com/blog/?p=44#comment-8</guid>
		<description>thanx a ton</description>
		<content:encoded><![CDATA[<p>thanx a ton</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Rails 3 on OSX using RVM by John</title>
		<link>http://www.webmantras.com/2010/09/07/installing-rails-3-on-osx-using-rvm/#comment-31</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 07 Sep 2010 19:57:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmantras.com/blog/?p=474#comment-31</guid>
		<description>Thanks for the info</description>
		<content:encoded><![CDATA[<p>Thanks for the info</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to generate a CREATE TABLE script in MySQL? by Pragnesh Vaghela</title>
		<link>http://www.webmantras.com/2006/12/22/how-to-generate-a-create-table-script-in-mysql/#comment-7</link>
		<dc:creator>Pragnesh Vaghela</dc:creator>
		<pubDate>Fri, 30 Jul 2010 14:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmantras.com/blog/?p=44#comment-7</guid>
		<description>Vasanth,

The way I would do it is backup the sourcedb and restore at the destinationdb.

You can also use mysqldump - http://dev.mysql.com/doc/refman/5.1/en/mysqldump.html</description>
		<content:encoded><![CDATA[<p>Vasanth,</p>
<p>The way I would do it is backup the sourcedb and restore at the destinationdb.</p>
<p>You can also use mysqldump &#8211; <a href="http://dev.mysql.com/doc/refman/5.1/en/mysqldump.html" rel="nofollow">http://dev.mysql.com/doc/refman/5.1/en/mysqldump.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to generate a CREATE TABLE script in MySQL? by Vasanth Arumugam</title>
		<link>http://www.webmantras.com/2006/12/22/how-to-generate-a-create-table-script-in-mysql/#comment-6</link>
		<dc:creator>Vasanth Arumugam</dc:creator>
		<pubDate>Fri, 30 Jul 2010 05:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmantras.com/blog/?p=44#comment-6</guid>
		<description>Hi,
I want to move all tables from my teammates (sourcedb) database to another team mates (destinationdb) database with data in MySql.

Also, from which or where do i need to enter scripts for doing so and what is that script.

Thanks in advance!</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I want to move all tables from my teammates (sourcedb) database to another team mates (destinationdb) database with data in MySql.</p>
<p>Also, from which or where do i need to enter scripts for doing so and what is that script.</p>
<p>Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to setup a new Ruby on Rails project? by Sujith</title>
		<link>http://www.webmantras.com/2009/04/12/how-to-setup-a-new-ruby-on-rails-project/#comment-30</link>
		<dc:creator>Sujith</dc:creator>
		<pubDate>Wed, 14 Oct 2009 09:33:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmantras.com/blog/?p=282#comment-30</guid>
		<description>What does decimal indicate in the command for addition of a column.? What come instead of decimal if i want to add a name or a code no.?</description>
		<content:encoded><![CDATA[<p>What does decimal indicate in the command for addition of a column.? What come instead of decimal if i want to add a name or a code no.?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to generate a CREATE TABLE script in MySQL? by jomar</title>
		<link>http://www.webmantras.com/2006/12/22/how-to-generate-a-create-table-script-in-mysql/#comment-5</link>
		<dc:creator>jomar</dc:creator>
		<pubDate>Tue, 12 May 2009 02:57:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmantras.com/blog/?p=44#comment-5</guid>
		<description>thnx..big help for me....</description>
		<content:encoded><![CDATA[<p>thnx..big help for me&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

