<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using CoffeeScript in Rails and even on Heroku</title>
	<atom:link href="http://drnicwilliams.com/2010/03/15/using-coffeescript-in-rails-and-even-on-heroku/feed/" rel="self" type="application/rss+xml" />
	<link>http://drnicwilliams.com/2010/03/15/using-coffeescript-in-rails-and-even-on-heroku/</link>
	<description>Ruby makes Rails, Javascript makes Ajax, Dr Nic makes Magic</description>
	<lastBuildDate>Tue, 07 Sep 2010 12:53:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Co nowego w świecie Ruby&#8217;ego #2</title>
		<link>http://drnicwilliams.com/2010/03/15/using-coffeescript-in-rails-and-even-on-heroku/comment-page-1/#comment-218092</link>
		<dc:creator>Co nowego w świecie Ruby&#8217;ego #2</dc:creator>
		<pubDate>Wed, 21 Jul 2010 20:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=713#comment-218092</guid>
		<description>[...] okazja. Gem bistro_car ułatwia organizację skryptów w aplikacji Railsowej, a Dr Nic napisał świetny tutorial wprowadzający do tego [...]</description>
		<content:encoded><![CDATA[<p>[...] okazja. Gem bistro_car ułatwia organizację skryptów w aplikacji Railsowej, a Dr Nic napisał świetny tutorial wprowadzający do tego [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://drnicwilliams.com/2010/03/15/using-coffeescript-in-rails-and-even-on-heroku/comment-page-1/#comment-215117</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Mon, 28 Jun 2010 17:09:39 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=713#comment-215117</guid>
		<description>Is there a way to go from Javascript to CoffeeScript so I can convert my current JavaScript code and standardize on CoffeeScript?

Awesome write up!</description>
		<content:encoded><![CDATA[<p>Is there a way to go from Javascript to CoffeeScript so I can convert my current JavaScript code and standardize on CoffeeScript?</p>
<p>Awesome write up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moda</title>
		<link>http://drnicwilliams.com/2010/03/15/using-coffeescript-in-rails-and-even-on-heroku/comment-page-1/#comment-209929</link>
		<dc:creator>moda</dc:creator>
		<pubDate>Thu, 20 May 2010 20:15:09 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=713#comment-209929</guid>
		<description>Thanks for the great writeup, Dr. Nic.</description>
		<content:encoded><![CDATA[<p>Thanks for the great writeup, Dr. Nic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Ashkenas</title>
		<link>http://drnicwilliams.com/2010/03/15/using-coffeescript-in-rails-and-even-on-heroku/comment-page-1/#comment-209029</link>
		<dc:creator>Jeremy Ashkenas</dc:creator>
		<pubDate>Sat, 15 May 2010 14:35:03 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=713#comment-209029</guid>
		<description>One more update for folks who find this blog post via Google... As of CoffeeScript 0.6.2, using the `coffee` command to compile will now preserve directory structure.

        coffee -wc -o public/javascripts app/coffee

Will now walk the `app/coffee` directory, and compile CoffeeScripts that it finds into the corresponding location in `public/javascripts`.</description>
		<content:encoded><![CDATA[<p>One more update for folks who find this blog post via Google&#8230; As of CoffeeScript 0.6.2, using the `coffee` command to compile will now preserve directory structure.</p>
<p>        coffee -wc -o public/javascripts app/coffee</p>
<p>Will now walk the `app/coffee` directory, and compile CoffeeScripts that it finds into the corresponding location in `public/javascripts`.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don</title>
		<link>http://drnicwilliams.com/2010/03/15/using-coffeescript-in-rails-and-even-on-heroku/comment-page-1/#comment-206557</link>
		<dc:creator>Don</dc:creator>
		<pubDate>Tue, 27 Apr 2010 22:57:38 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=713#comment-206557</guid>
		<description>@will - because coffeescript does compile directly to JavaScript before use, and it&#039;s not hidden, I think it can be safely used in an environment where there is pre-existing JavaScript.

If you decide to give up on coffeescript, you just throw the *.coffee files away and you keep the clean, generated JavaScript files.

Alternately, you can piece-meal convert your JavaScript files to CoffeeScript as you get to them.

It should definitely help ppl engage with JavaScript. Especially when JavaScript is now more prevalent on the server side and it should be possible to &quot;try a chunk of JavaScript&quot; without having to set up a dummy HTML page, etc.</description>
		<content:encoded><![CDATA[<p>@will &#8211; because coffeescript does compile directly to JavaScript before use, and it&#8217;s not hidden, I think it can be safely used in an environment where there is pre-existing JavaScript.</p>
<p>If you decide to give up on coffeescript, you just throw the *.coffee files away and you keep the clean, generated JavaScript files.</p>
<p>Alternately, you can piece-meal convert your JavaScript files to CoffeeScript as you get to them.</p>
<p>It should definitely help ppl engage with JavaScript. Especially when JavaScript is now more prevalent on the server side and it should be possible to &#8220;try a chunk of JavaScript&#8221; without having to set up a dummy HTML page, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://drnicwilliams.com/2010/03/15/using-coffeescript-in-rails-and-even-on-heroku/comment-page-1/#comment-206374</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Tue, 27 Apr 2010 11:56:15 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=713#comment-206374</guid>
		<description>Thanks for the great writeup, Dr. Nic.

If you like, using CoffeeScript with any web framework needn&#039;t be complicated. The &quot;coffee&quot; command comes with a &quot;--watch&quot; option, which will rebuild your JavaScript files every time the source CoffeeScript is saved. So, running something like this:

    coffee --wc -o public/javascripts app/coffee/**/*.coffee

Would be a fine way to keep your JS up to date as you develop. From there you can include it normally with the asset packager of your choice. No plugins or Heroku hacks required.</description>
		<content:encoded><![CDATA[<p>Thanks for the great writeup, Dr. Nic.</p>
<p>If you like, using CoffeeScript with any web framework needn&#8217;t be complicated. The &#8220;coffee&#8221; command comes with a &#8220;&#8211;watch&#8221; option, which will rebuild your JavaScript files every time the source CoffeeScript is saved. So, running something like this:</p>
<p>    coffee &#8211;wc -o public/javascripts app/coffee/**/*.coffee</p>
<p>Would be a fine way to keep your JS up to date as you develop. From there you can include it normally with the asset packager of your choice. No plugins or Heroku hacks required.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://drnicwilliams.com/2010/03/15/using-coffeescript-in-rails-and-even-on-heroku/comment-page-1/#comment-206281</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Tue, 27 Apr 2010 06:15:39 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=713#comment-206281</guid>
		<description>@Jeremy - for coffee 0.5.5 what worked for me was:

&lt;code&gt;coffee app/scripts/*.coffee -wc -o public/javascripts&lt;/code&gt;

It seems the options must come last.</description>
		<content:encoded><![CDATA[<p>@Jeremy &#8211; for coffee 0.5.5 what worked for me was:</p>
<p><code>coffee app/scripts/*.coffee -wc -o public/javascripts</code></p>
<p>It seems the options must come last.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://drnicwilliams.com/2010/03/15/using-coffeescript-in-rails-and-even-on-heroku/comment-page-1/#comment-206256</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Tue, 27 Apr 2010 03:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=713#comment-206256</guid>
		<description>This is wonderful. I&#039;ve been using haml + sass, now I can use coffeescripts for my Javascript need. I&#039;m familiar with Javascript but it&#039;ll be interesting to see where coffeescripts can lead me to. 

Thank you for the nice writeup!</description>
		<content:encoded><![CDATA[<p>This is wonderful. I&#8217;ve been using haml + sass, now I can use coffeescripts for my Javascript need. I&#8217;m familiar with Javascript but it&#8217;ll be interesting to see where coffeescripts can lead me to. </p>
<p>Thank you for the nice writeup!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CoffeeScript, bistro_car, homebrew, and passenger gotcha &#171; Jordan Brock</title>
		<link>http://drnicwilliams.com/2010/03/15/using-coffeescript-in-rails-and-even-on-heroku/comment-page-1/#comment-203125</link>
		<dc:creator>CoffeeScript, bistro_car, homebrew, and passenger gotcha &#171; Jordan Brock</dc:creator>
		<pubDate>Thu, 08 Apr 2010 09:15:42 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=713#comment-203125</guid>
		<description>[...] I ran into a slight problem when following Dr Nic&#8217;s setup tutorial today. CoffeeScript worked, bistro_car worked within the console, but it didn&#8217;t work when [...]</description>
		<content:encoded><![CDATA[<p>[...] I ran into a slight problem when following Dr Nic&#8217;s setup tutorial today. CoffeeScript worked, bistro_car worked within the console, but it didn&#8217;t work when [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr Nic</title>
		<link>http://drnicwilliams.com/2010/03/15/using-coffeescript-in-rails-and-even-on-heroku/comment-page-1/#comment-200402</link>
		<dc:creator>Dr Nic</dc:creator>
		<pubDate>Sun, 21 Mar 2010 03:47:38 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/?p=713#comment-200402</guid>
		<description>@wynn - I think rack-coffee still requires `coffee` command to exist on the server (which it doesn&#039;t on heroku)?</description>
		<content:encoded><![CDATA[<p>@wynn &#8211; I think rack-coffee still requires `coffee` command to exist on the server (which it doesn&#8217;t on heroku)?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
