Ruby On Prototype Facebox Render

by Stephane Paul, December 16, 2010 22:23

yeah you can use it that wo...

A486c31326dffba0cde8bade19108dc2 Talk
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...

A486c31326dffba0cde8bade19108dc2 Talk
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...

A486c31326dffba0cde8bade19108dc2 Talk