Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
<% form_for(:resource, :url => resources_path) do |f| %> <%= f.text_field :name %> <%= f.validation_for :name, :class => 'validator' %> <%= f.text_field :age <%= f.validation_for :age %> <%= submit_tag "Enviar!" %> <%= f.validation_summary 'El formulario contiene los siguientes errores:' %> <% end %>
This paste will be private.
From the Design Piracy series on my blog: