<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>NotRocketSurgery: Sharing helpers between controllers</title>
    <link>http://notrocketsurgery.com/articles/2007/01/24/sharing-helpers-between-controllers</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Relax.</description>
    <item>
      <title>Sharing helpers between controllers</title>
      <description>&lt;p&gt;This article &lt;a href="http://rubyjudo.com/2007/1/24/sharing-helpers-between-controllers"&gt;has moved&lt;/a&gt; over to our sister spin-off blog, &lt;a href="http://rubyjudo.com"&gt;RubyJudo&lt;/a&gt;, which focuses on more arcane technical topics than NotRocketSurgery.&lt;/p&gt;</description>
      <pubDate>Wed, 24 Jan 2007 13:44:00 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:775d1f5c-edec-45c7-a995-b9cf2197b9c5</guid>
      <author>ryan</author>
      <link>http://notrocketsurgery.com/articles/2007/01/24/sharing-helpers-between-controllers</link>
      <category>ruby</category>
      <category>helpers</category>
      <category>rails</category>
      <category>controllers</category>
      <category>shared</category>
    </item>
    <item>
      <title>"Sharing helpers between controllers" by Eleo</title>
      <description>&lt;p&gt;One difficulty seems to come from rendering templates.  Unless I&amp;#8217;m doing something wrong you now have to specify them by the root of the helper directory such as render(:partial =&amp;gt; &amp;#8217;/controller/template&amp;#8217;) as opposed to render(:partial =&amp;gt; &amp;#8216;template&amp;#8217;) or they can&amp;#8217;t be found.&lt;/p&gt;</description>
      <pubDate>Wed, 23 May 2007 03:31:30 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:ec877517-64d2-4805-8be1-80b9e2b19260</guid>
      <link>http://notrocketsurgery.com/articles/2007/01/24/sharing-helpers-between-controllers#comment-195</link>
    </item>
    <item>
      <title>"Sharing helpers between controllers" by Ryan Norbauer</title>
      <description>&lt;p&gt;Thanks Keeran!  :)&lt;/p&gt;</description>
      <pubDate>Fri, 23 Mar 2007 01:45:12 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:541602d5-f1e6-4392-8800-cd658b6d8cc4</guid>
      <link>http://notrocketsurgery.com/articles/2007/01/24/sharing-helpers-between-controllers#comment-160</link>
    </item>
    <item>
      <title>"Sharing helpers between controllers" by Keeran</title>
      <description>&lt;p&gt;I noticed this technique while going through the Beast source &amp;#8211; I didn&amp;#8217;t know what it did until reading this, so thank you!&lt;/p&gt;


	&lt;p&gt;By the way, the last paragraph, should it say:&lt;/p&gt;


	&lt;p&gt;&amp;#8220;You can now use all the helper methods in SubscriptionHelper anywhere in an &lt;b&gt;Account&lt;/b&gt;Controller template.&amp;#8221;&lt;/p&gt;


	&lt;p&gt;Thanks again,&lt;/p&gt;


	&lt;p&gt;Keeran&lt;/p&gt;</description>
      <pubDate>Thu, 22 Mar 2007 11:59:39 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:99d5609e-5707-4e99-a43e-718ccb1cd29d</guid>
      <link>http://notrocketsurgery.com/articles/2007/01/24/sharing-helpers-between-controllers#comment-159</link>
    </item>
    <item>
      <title>"Sharing helpers between controllers" by Walter McGinnis</title>
      <description>&lt;p&gt;An alternative, albeit an ugly one, is to do your shared helpers in app/controllers/application.rb or app/helpers/application_helpers.rb.&lt;/p&gt;


	&lt;p&gt;I&amp;#8217;m doing that now while I&amp;#8217;m in early development mode, but plan on &amp;#8220;extracting&amp;#8221; things out it into more logical modules or into more specific helpers down the line.&lt;/p&gt;


	&lt;p&gt;Cheers,
Walter&lt;/p&gt;</description>
      <pubDate>Fri, 02 Feb 2007 20:58:06 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:190c060c-54e7-47d0-b14c-428b7eb5570b</guid>
      <link>http://notrocketsurgery.com/articles/2007/01/24/sharing-helpers-between-controllers#comment-136</link>
    </item>
    <item>
      <title>"Sharing helpers between controllers" by JD</title>
      <description>&lt;p&gt;Asking JD &amp;gt; #rubyonrails :)&lt;/p&gt;</description>
      <pubDate>Thu, 25 Jan 2007 00:10:15 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:76a7d999-bf80-446d-b18b-32a28d7f9ffc</guid>
      <link>http://notrocketsurgery.com/articles/2007/01/24/sharing-helpers-between-controllers#comment-133</link>
    </item>
    <item>
      <title>"Sharing helpers between controllers" by Ryan Norbauer</title>
      <description>&lt;p&gt;Well, haven&amp;#8217;t quite gotten around to &lt;strong&gt;re&lt;/strong&gt;reading the Agile book in its 2nd edition, though the new version it is sitting on my desk now.  And I do sort of have that intent.  It&amp;#8217;s on the someday/maybe list.&lt;/p&gt;


	&lt;p&gt;Oh well.  This helper inclusion business was news to me.  And for some reason it was hard to come up with the google terms to get my answer.  So I thought I&amp;#8217;d add to the keyword heap.&lt;/p&gt;</description>
      <pubDate>Wed, 24 Jan 2007 23:30:35 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:5cc9b20b-c5f7-4569-b64d-e9b7fa145c2f</guid>
      <link>http://notrocketsurgery.com/articles/2007/01/24/sharing-helpers-between-controllers#comment-132</link>
    </item>
    <item>
      <title>"Sharing helpers between controllers" by Pat Maddox</title>
      <description>&lt;p&gt;Agile 2, p472, &amp;#8220;Sharing Helpers&amp;#8221;&lt;/p&gt;


	&lt;p&gt;Lots of other good stuff in there :)&lt;/p&gt;</description>
      <pubDate>Wed, 24 Jan 2007 18:16:30 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:10902de6-735e-41c8-87cd-bdbf4a27d217</guid>
      <link>http://notrocketsurgery.com/articles/2007/01/24/sharing-helpers-between-controllers#comment-131</link>
    </item>
  </channel>
</rss>
