Hello,
Can someone give me a short code example of how to code an edit form and
controlled?
Say I want to edit a title with a key of id
<form…what goes here
def edit ... what goes here endthanks
Frank
Hello,
Can someone give me a short code example of how to code an edit form and
controlled?
Say I want to edit a title with a key of id
<form…what goes here
def edit ... what goes here endthanks
Frank
On 12/10/05, Mr FRANK ROCCO [email protected] wrote:
def edit ... what goes here endthanks
Frank
Generate your scaffold with script/generate MyModel. It will show you
an example of how to do this.
–
rick
http://techno-weenie.net
Hi Frank:
I’d use the scaffolding to create the form there way and use that as
a reference to build my own and then delete the scaffolding produced
one.
bruce
ok, thanks
I just changed the cookbook edit.rhtml to use text_field and it works
fine.
I am using locomotive on mac.
I tried to change an app I coded at work on windows using radrails
and it would not run.
not sure what’s going on.
Thanks again for your help.
Frank
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs