<?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>Vinsol - Leading Ruby on Rails Development and Consulting Firm in India &#187; Rails Deprecations</title>
	<atom:link href="http://vinsol.com/blog/category/rails-deprecations/feed/" rel="self" type="application/rss+xml" />
	<link>http://vinsol.com/blog</link>
	<description></description>
	<lastBuildDate>Mon, 21 May 2012 13:11:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Hoptoad: A Rails Exception Handling Service</title>
		<link>http://vinsol.com/blog/2008/08/12/hoptoad-an-rails-exception-handling-service/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=hoptoad-an-rails-exception-handling-service</link>
		<comments>http://vinsol.com/blog/2008/08/12/hoptoad-an-rails-exception-handling-service/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 10:31:17 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[applications]]></category>
		<category><![CDATA[exceptions]]></category>
		<category><![CDATA[hoptoad]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[Rails Deprecations]]></category>
		<category><![CDATA[rails plugins]]></category>
		<category><![CDATA[RubyonRails]]></category>
		<category><![CDATA[thoughtbot]]></category>

		<guid isPermaLink="false">http://webonrails.com/2008/08/12/hoptoad-an-rails-exception-handling-service/</guid>
		<description><![CDATA[Many of you guys(as me) may have used Exception Notifier plugin to get Rails app exceptions right into your mailbox, and may also have faced some problem like this. 
Also if you have 2-3 or more apps running in production then managing such exception mails is also a big headache. In such case one have [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Many of you guys(as me) may have used Exception Notifier plugin to get<a href="http://webonrails.com/2006/12/28/plugin-exception-notifier-get-detail-information-of-exceptions-occurred-on-the-live-server-right-on-your-inbox/"> Rails app exceptions right into your mailbox</a>, and may also have faced some problem like <a href="http://webonrails.com/2007/07/26/careful-while-using-exception-notifier-plugin/">this</a>. </p>
<p>Also if you have 2-3 or more apps running in production then managing such exception mails is also a big headache. In such case one have to keep track of many things like which type of error is resolved/unresolved for which project etc&#8230; .</p>
<p>So, here is a good news for those who don&#8217;t know about <a href="http://www.thoughtbot.com/">Hoptoad</a>. It is an hosted service by <a href="http://www.thoughtbot.com/">thoughtbot</a> which receives your exceptions, notify you once per error type by email and keep track(resolved/unresolved, count etc&#8230;) of your errors on project basis. </p>
<p>By now its a free service. I&#8217;m gonna use this as my next project goes live. What abt you??? ;-P</p>
]]></content:encoded>
			<wfw:commentRss>http://vinsol.com/blog/2008/08/12/hoptoad-an-rails-exception-handling-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deprecated Method in ActionView::Helpers::PrototypeHelper</title>
		<link>http://vinsol.com/blog/2006/11/09/deprecated-method-in-actionviewhelpersprototypehelper/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=deprecated-method-in-actionviewhelpersprototypehelper</link>
		<comments>http://vinsol.com/blog/2006/11/09/deprecated-method-in-actionviewhelpersprototypehelper/#comments</comments>
		<pubDate>Thu, 09 Nov 2006 13:40:39 +0000</pubDate>
		<dc:creator>Akhil Bansal</dc:creator>
				<category><![CDATA[rails]]></category>
		<category><![CDATA[Rails Deprecations]]></category>
		<category><![CDATA[RubyonRails]]></category>

		<guid isPermaLink="false">http://webonrails.wordpress.com/2006/11/09/deprecated-method-in-actionviewhelpersprototypehelper/</guid>
		<description><![CDATA[Prototype helper method update_element_function is deprecated now, Please use RJS instead.



No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Prototype helper method <code>update_element_function</code> is deprecated now, Please use RJS instead.</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://vinsol.com/blog/2006/11/09/deprecated-method-in-actionviewhelpersprototypehelper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deprecated FormTagHelpers</title>
		<link>http://vinsol.com/blog/2006/11/04/deprecated-formtaghelpers/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=deprecated-formtaghelpers</link>
		<comments>http://vinsol.com/blog/2006/11/04/deprecated-formtaghelpers/#comments</comments>
		<pubDate>Sat, 04 Nov 2006 10:53:04 +0000</pubDate>
		<dc:creator>Akhil Bansal</dc:creator>
				<category><![CDATA[rails]]></category>
		<category><![CDATA[Rails Deprecations]]></category>
		<category><![CDATA[RubyonRails]]></category>

		<guid isPermaLink="false">http://webonrails.wordpress.com/2006/11/04/deprecated-formtaghelpers/</guid>
		<description><![CDATA[Following FormTagHelpers are deprecated and will be removed in Rails   1.2


start_form_tag (use form_tag instead)
end_form_tag (use &#60;/form&#62; instead)



technorati tags:rails_deprications , rails, rubyonrails




No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Following <span>FormTagHelpers</span> are deprecated and will be removed in Rails   1.2</p>
<pre>
<ul>
<li>start_form_tag (use form_tag instead)</li>
<li>end_form_tag (use &lt;/form&gt; instead)</li>
</ul>
</pre>
<p><!-- technorati tags begin --></p>
<p >technorati tags:<a href="http://technorati.com/tag/rails_deprications" rel="tag">rails_deprications</a> , <a href="http://technorati.com/tag/rails"  rel="tag">rails</a>, <a href="http://technorati.com/tag/rubyonrails" >rubyonrails</a></p>
<p><!-- technorati tags end --></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://vinsol.com/blog/2006/11/04/deprecated-formtaghelpers/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Deprecated Finders in Rails 1.1.5</title>
		<link>http://vinsol.com/blog/2006/08/23/deprecated-finders-in-rails-115/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=deprecated-finders-in-rails-115</link>
		<comments>http://vinsol.com/blog/2006/08/23/deprecated-finders-in-rails-115/#comments</comments>
		<pubDate>Wed, 23 Aug 2006 12:40:15 +0000</pubDate>
		<dc:creator>Akhil Bansal</dc:creator>
				<category><![CDATA[rails]]></category>
		<category><![CDATA[Rails Deprecations]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[RubyonRails]]></category>

		<guid isPermaLink="false">https://webonrails.wordpress.com/2006/08/23/deprecated-finders-in-rails-115/</guid>
		<description><![CDATA[These Finders are deprecated

find_first [use find(:first)]
find_all [use find(:all)]
find_on_conditions [use find(:conditions)]




No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>These Finders are deprecated</p>
<ul>
<li>find_first [use find(:first)]</li>
<li>find_all [use find(:all)]</li>
<li>find_on_conditions [use find(:conditions)]</li>
</ul>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://vinsol.com/blog/2006/08/23/deprecated-finders-in-rails-115/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

