<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: css code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Fri, 08 Aug 2008 20:08:25 GMT</pubDate>
    <description>DZone Snippets: css code</description>
    <item>
      <title>Autoinclude CSS Files by Controller/Action Name</title>
      <link>http://snippets.dzone.com/posts/show/509</link>
      <description>&lt;code&gt;&lt;br /&gt;def stylesheet_auto_link_tags&lt;br /&gt;  stylesheets_path = "#{RAILS_ROOT}/public/stylesheets/"&lt;br /&gt; &lt;br /&gt;  candidates = [ "#{controller.controller_name}", &lt;br /&gt;                 "#{controller.controller_name}_#{controller.action_name}" ]&lt;br /&gt; &lt;br /&gt;  candidates.inject("") do |buf, css| &lt;br /&gt;    buf &lt;&lt; stylesheet_link_tag(css) if FileTest.exist?("#{stylesheets_path}/#{css}.css")&lt;br /&gt;    buf&lt;br /&gt;  end&lt;br /&gt;end&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Compliments of Dema&lt;br /&gt;&lt;br /&gt;Note: Anyone interested in this might also be interested in the bundled_resource plugin (google for it).</description>
      <pubDate>Tue, 26 Jul 2005 06:16:30 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/509</guid>
      <author>canadaduane (Duane Johnson)</author>
    </item>
  </channel>
</rss>
