<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
		<title>gdp's Comments</title>
		<language>en-us</language>
		<link>https://www.intensedebate.com/users/561750</link>
		<description>Comments by gavinmorrice</description>
<item>
<title>Welcome - Ruby On Rails Tips &amp; Tutorials : Managing your log files from within your app. - Ruby On Rails Tips </title>
<link>http://handyrailstips.com/tips/2-managing-your-log-files-from-within-your-app#IDComment128505270</link>
<description>Jules - I don&amp;#039;t have any plans to package this as a gem or a plugin.  I&amp;#039;d be more inclined to create a gem rather than a plugin as plugins are being phased out of rails.  Feel free to give it a go yourself though, writing a gem is really not tough at all:   &lt;a href=&quot;http://buzaz.com/index.php/2010/01/03/how-to-build-a-ruby-gem/&quot; target=&quot;_blank&quot;&gt;http://buzaz.com/index.php/2010/01/03/how-to-buil...&lt;/a&gt;   </description>
<pubDate>Thu, 17 Feb 2011 08:33:53 +0000</pubDate>
<guid>http://handyrailstips.com/tips/2-managing-your-log-files-from-within-your-app#IDComment128505270</guid>
</item><item>
<title>Welcome - Ruby On Rails Tips &amp; Tutorials : Playing MP3\&#039;s On Your Rails Site With mp3_player - Ruby On Rails Tips </title>
<link>http://handyrailstips.com/tips/7-playing-mp3-s-on-your-rails-site-with-mp3_player#IDComment127687214</link>
<description>Hi Lauren  Sorry - that was part of an update I added yesterday.  I used try() instead of respond_to()  (weekend error)   Please try again now and if you have any more problems open a ticket on Github  :) </description>
<pubDate>Sun, 13 Feb 2011 09:33:55 +0000</pubDate>
<guid>http://handyrailstips.com/tips/7-playing-mp3-s-on-your-rails-site-with-mp3_player#IDComment127687214</guid>
</item><item>
<title>Welcome - Ruby On Rails Tips &amp; Tutorials : Writing A Rails Application With TextMate - Ruby On Rails Tips </title>
<link>http://handyrailstips.com/tips/16-writing-a-rails-application-with-textmate#IDComment120022218</link>
<description>@wes:   This tutorial was written for an older version of rails.  You&amp;#039;ll probably have to add the following to your routes.rb file:  (Rails 2.x) map.resources :posts  (Rails 3.x) resources :posts  The page should be available at:   http://localhost:3000/posts    To check out the routes and urls in your app, run &amp;quot;rake routes&amp;quot; from your console.    Hope that helps? </description>
<pubDate>Fri, 7 Jan 2011 14:14:33 +0000</pubDate>
<guid>http://handyrailstips.com/tips/16-writing-a-rails-application-with-textmate#IDComment120022218</guid>
</item><item>
<title>Welcome - Ruby On Rails Tips &amp; Tutorials : Adding Text or Templates With DATA and __END__ - Ruby On Rails Tips </title>
<link>http://handyrailstips.com/tips/20-adding-text-or-templates-with-data-and-__end__#IDComment115919447</link>
<description>Joakim,  I usually use something like DatabaseCleaner &lt;a href=&quot;https://github.com/bmabey/database_cleaner&quot; target=&quot;_blank&quot;&gt;https://github.com/bmabey/database_cleaner&lt;/a&gt; if I need a &amp;quot;clean slate&amp;quot; in tests.  Otherwise, I generally don&amp;#039;t find this a problem.  Could you give an example of the unexpected behaviour? </description>
<pubDate>Wed, 15 Dec 2010 08:02:55 +0000</pubDate>
<guid>http://handyrailstips.com/tips/20-adding-text-or-templates-with-data-and-__end__#IDComment115919447</guid>
</item><item>
<title>Welcome - Ruby On Rails Tips &amp; Tutorials : DRYer, neater filters with class-based filters - Ruby On Rails Tips &amp; Tutorials</title>
<link>http://handyrailstips.com/tips/22-dryer-neater-filters-with-class-based-filters#IDComment104606182</link>
<description>Thanks Jack - that&amp;#039;s very encouraging!  I have a little more free time now so should be able to share more tips very soon...  Gavin </description>
<pubDate>Mon, 18 Oct 2010 13:08:40 +0000</pubDate>
<guid>http://handyrailstips.com/tips/22-dryer-neater-filters-with-class-based-filters#IDComment104606182</guid>
</item><item>
<title>Welcome - Ruby On Rails Tips &amp; Tutorials : Playing MP3\&#039;s On Your Rails Site With mp3_player - Ruby On Rails Tips </title>
<link>http://handyrailstips.com/tips/7-playing-mp3-s-on-your-rails-site-with-mp3_player#IDComment83029323</link>
<description>I realised there was a bug in the latest version of this plugin - this has now been corrected  Please take a pull from GitHub and try again   &lt;a href=&quot;http://github.com/GavinM/mp3_player&quot; target=&quot;_blank&quot;&gt;http://github.com/GavinM/mp3_player&lt;/a&gt; </description>
<pubDate>Tue, 29 Jun 2010 08:44:56 +0000</pubDate>
<guid>http://handyrailstips.com/tips/7-playing-mp3-s-on-your-rails-site-with-mp3_player#IDComment83029323</guid>
</item><item>
<title>Welcome - Ruby On Rails Tips &amp; Tutorials : Playing MP3\&#039;s On Your Rails Site With mp3_player - Ruby On Rails Tips </title>
<link>http://handyrailstips.com/tips/7-playing-mp3-s-on-your-rails-site-with-mp3_player#IDComment81471380</link>
<description>Hi there!   Jquery is not required to use the plugin.   Perhaps you could tell me a little more about your environment? Which version of Rails are you using? </description>
<pubDate>Tue, 22 Jun 2010 20:31:12 +0000</pubDate>
<guid>http://handyrailstips.com/tips/7-playing-mp3-s-on-your-rails-site-with-mp3_player#IDComment81471380</guid>
</item><item>
<title>Welcome - Ruby On Rails Tips &amp; Tutorials : Freezing Your Rails App and Unpacking Gems - Ruby On Rails Tips </title>
<link>http://74.125.93.132/search?q=cache:2gh-C0SjLMkJ:handyrailstips.com/tips/9-freezing-your-rails-app-and-unpacking-gems rake gems:unpack unfreeze#IDComment27799546</link>
<description>Russell, I had a quick look into the source of adzap-ar_mailer, it&amp;#039;s quite unusual. Usually when creating a gem, plugin or even adding modules to your /lib directory the convention is to name the main library file after the main module. For example:  lib/my_module.rb would define: module MyModule  The :lib option for Rails::Configuration#gem is used when the gem name is not the same as the main library file name. For example, &amp;quot;mislav-will_paginate&amp;quot;&amp;#039;s main lib is called lib/will_paginate.rb so when using this gem you&amp;#039;d also specify :lib =&amp;gt; &amp;quot;will_paginate&amp;quot;.  &amp;quot;adzap-ar_mailer&amp;quot; doesn&amp;#039;t follow this convention so, without looking into it further I couldn&amp;#039;t say if the :lib option should be different. No reason to doubt the gem&amp;#039;s author though.  I am able to unpack this gem without any errors with the following configuration: config.gem &amp;quot;adzap-ar_mailer&amp;quot;, :lib =&amp;gt; &amp;quot;action_mailer/ar_mailer&amp;quot;, :version =&amp;gt; &amp;quot;&amp;gt;=1.2.5&amp;quot;  I hope that helps? </description>
<pubDate>Mon, 20 Jul 2009 20:44:30 +0000</pubDate>
<guid>http://74.125.93.132/search?q=cache:2gh-C0SjLMkJ:handyrailstips.com/tips/9-freezing-your-rails-app-and-unpacking-gems rake gems:unpack unfreeze#IDComment27799546</guid>
</item><item>
<title>Welcome - Ruby On Rails Tips &amp; Tutorials : Handy Rake Tasks - Ruby On Rails Tips </title>
<link>http://localhost:3000/tips/1-handy-rake-tasks#IDComment24083919</link>
<description>test comment </description>
<pubDate>Fri, 12 Jun 2009 21:44:25 +0000</pubDate>
<guid>http://localhost:3000/tips/1-handy-rake-tasks#IDComment24083919</guid>
</item><item>
<title>Thinker&#039;s Playground : An Introduction To Awareness - Thinker\&#039;s Playground</title>
<link>http://localhost:3000/articles/2-an-introduction-to-awareness#IDComment23630732</link>
<description>This is a comment </description>
<pubDate>Mon, 8 Jun 2009 11:31:52 +0000</pubDate>
<guid>http://localhost:3000/articles/2-an-introduction-to-awareness#IDComment23630732</guid>
</item>	</channel>
</rss>