What do I need to do so that I can use CoffeeScript in the Rails JS views? For example:
def index format.js { render :layout => false } end
It's not yet supported in 3.1. You will need to use Coffeebeans.
Update: It is now supported in rails 3.2