Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
def index render :layout => false if flash[:xhr] == 'moo' end def some_action flash[:xhr] = 'moo' if request.headers['HTTP_X_REQUESTED_WITH'] == 'XMLHttpRequest' redirect_to :action => 'index' end
This paste will be private.
From the Design Piracy series on my blog: