Skip to content

Monthly Archives: June 2007

Ruby: Can’t modify frozen string

Workaround: _use_me = frozen_string.dup

  • Share/Bookmark

Rails RJS redirect

page.redirect_to :action => ‘thanks’, :p1 => @g_resp.params["_code"], :p2 => @r_id

  • Share/Bookmark

Form tag & Extra Vertical Space Problem

Fix: form style=”margin-top: 0px;margin-bottom: 0px;”

  • Share/Bookmark