<?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"
	>
<channel>
	<title>Comments on: CSSes: a clean CSS slate for your Rails application</title>
	<atom:link href="http://ruby.tie-rack.org/47/csses-clean-css-slate-for-you-rails-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://ruby.tie-rack.org/47/csses-clean-css-slate-for-you-rails-application/</link>
	<description>Ruby.send(:stop, 'messing around')</description>
	<pubDate>Wed, 20 Aug 2008 18:38:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Chris Shea</title>
		<link>http://ruby.tie-rack.org/47/csses-clean-css-slate-for-you-rails-application/#comment-399</link>
		<dc:creator>Chris Shea</dc:creator>
		<pubDate>Fri, 04 Jan 2008 02:09:53 +0000</pubDate>
		<guid isPermaLink="false">http://ruby.tie-rack.org/47/csses-clean-css-slate-for-you-rails-application/#comment-399</guid>
		<description>@Dr Nic: it's a gem now!

@Priit: That's next on the list. The itch I was scratching was the initial generation of CSS, but I'll probably hack together an updating generator quite soon.
</description>
		<content:encoded><![CDATA[<p>@Dr Nic: it&#8217;s a gem now!</p>
<p>@Priit: That&#8217;s next on the list. The itch I was scratching was the initial generation of CSS, but I&#8217;ll probably hack together an updating generator quite soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Priit Tamboom</title>
		<link>http://ruby.tie-rack.org/47/csses-clean-css-slate-for-you-rails-application/#comment-398</link>
		<dc:creator>Priit Tamboom</dc:creator>
		<pubDate>Fri, 04 Jan 2008 01:58:07 +0000</pubDate>
		<guid isPermaLink="false">http://ruby.tie-rack.org/47/csses-clean-css-slate-for-you-rails-application/#comment-398</guid>
		<description>Wow, nice idea. 

It's nice to generate, however it would be much more useful if you want it to take next level and make it as the way of updating css (like ultimately using rake task 'rake css:update'). If you have used Gettext then you know what I mean. "The gettext way" of harvesting source and updating po fails is really useful and the facto standard to manage your po fails. 

Don't know yet if "the gettext way" will be as useful for css in practice, but if you willing and have time to try, it would be cool to see how useful it will come.</description>
		<content:encoded><![CDATA[<p>Wow, nice idea. </p>
<p>It&#8217;s nice to generate, however it would be much more useful if you want it to take next level and make it as the way of updating css (like ultimately using rake task &#8216;rake css:update&#8217;). If you have used Gettext then you know what I mean. &#8220;The gettext way&#8221; of harvesting source and updating po fails is really useful and the facto standard to manage your po fails. </p>
<p>Don&#8217;t know yet if &#8220;the gettext way&#8221; will be as useful for css in practice, but if you willing and have time to try, it would be cool to see how useful it will come.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr Nic</title>
		<link>http://ruby.tie-rack.org/47/csses-clean-css-slate-for-you-rails-application/#comment-397</link>
		<dc:creator>Dr Nic</dc:creator>
		<pubDate>Thu, 03 Jan 2008 20:19:13 +0000</pubDate>
		<guid isPermaLink="false">http://ruby.tie-rack.org/47/csses-clean-css-slate-for-you-rails-application/#comment-397</guid>
		<description>Booya!

BTW, if your plugin is just containing a generator then you can gemify the generator. Basically, make your plugin a gem, and move everything in generators/ into rails_generators/ (and explicitly add the lib/ folder to $LOAD_PATH)  Rails 2.0 apps will find this generator automatically, and ppls won't need to install the plugin into each app.

Let me know if that doesn't make any sense :)</description>
		<content:encoded><![CDATA[<p>Booya!</p>
<p>BTW, if your plugin is just containing a generator then you can gemify the generator. Basically, make your plugin a gem, and move everything in generators/ into rails_generators/ (and explicitly add the lib/ folder to $LOAD_PATH)  Rails 2.0 apps will find this generator automatically, and ppls won&#8217;t need to install the plugin into each app.</p>
<p>Let me know if that doesn&#8217;t make any sense :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
