DISQUS

Emad Ibrahim: Ruby on Rails Crumbs - Part 1

  • Matthew · 1 year ago
    As another .net guy just looking into Rails your notes are helpful.
  • Emad Ibrahim · 1 year ago
    @Matthew I am glad to hear that all this writing is not going to waste :) Thanks for the comment and you might like my new "crumbs" post. I will keep adding more as I learn my ways.
  • apatania · 2 months ago
    Form Edit you need to add :method=>'get' like this:
    <%=button_to('Editar',{:action => 'edit'},{:onclick => "this.form.target = 'Editar Socio'; window.open('','Editar Socio', 'height = 575, width = 300, top = 20, left = 100, scrollbars = 0, toolbar = 0, status = 0, menubar = 0, location = 0')",:method=> 'get'}) %>