module PrototypeFaceboxRender
def render_to_facebox(options = {})
options[:template] = "#{default_template_name}" if options.empty?
...
Ruby Prototype Facebox Render
by Stephane Paul,
November 03, 2009 04:57,
4 refactorings, tagged with rails, ruby, prototype, facebox
I didn't want to add jQuery...
def toll_free_dealer_phone phone
phone.gsub(/^(866|877|888){1}/, "1#{$1}")
end
Ruby On Add 1- in front of a number
by Stephane Paul,
October 19, 2009 18:33
how about getting the first...
yeah you can use it that wo...