Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
def results @search = Ultrasphinx::Search.new(:query => @query, :per_page => 25, :page => params[:page] || 1, :weights => {'lastname' => 2.0}, :sort_mode => 'relevance', :conditions => ["topsecrets.approved = ?", true]) @search.run @search.results respond_to do |format| format.html # show.html.erb format.xml { render :xml => @topsecret } end end
This paste will be private.
From the Design Piracy series on my blog: