My Recent Pastes (36 and counting)
Pastes by toretore (36 and counting)
Pages:
Below are the 6 most recent pasties by toretore.
September 19, 2007
3:43PM EDT
by toretore
!!YARR! !!9 8 7 6 5 - 'TIS A TREASURE OF NUMBERS !!SHE'S MINE, YE SCURVY BILGE RATS, AND SHE'S A BEAUTY!
September 19, 2007
3:42PM EDT
by toretore
View all 23 lines
#Helper method for LabellingFormBuilder # http://pastie.caboo.se/pastes/98755 # # <% labelled_form_for @post do -%> # <%= f.text_field :title %>
September 19, 2007
3:27PM EDT
by toretore
View all 67 lines
class LabellingFormBuilder < ActionView::Helpers::FormBuilder def text_field(name, opts={}) p(name, super(name, opts), opts) end
September 18, 2007
11:31PM EDT
by toretore
View all 10 lines
//Requires Prototype Event.observe(window, 'load', function(){ $A(document.getElementsByTagName('form')).each(function(form){ Event.observe(form, 'submit', function(e){ form.submit();
Includes file attachment.