Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
respond_to do |format| if @post.show_blog_comments << @show_blog_comment @post.reload format.html { redirect_to show_blog_post_url(@show, @post) } format.js { render :action => '/new_comment.rjs' } else format.html { redirect_to show_blog_post_url(@show, @post) } format.js { render :action => '/new_comment.rjs' } end end
This paste will be private.
From the Design Piracy series on my blog: