Monthly Archives: June 2007

Ruby: Can’t modify frozen string

Workaround:
_use_me = frozen_string.dup

Rails RJS redirect

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

Form tag & Extra Vertical Space Problem

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