search for: message_code

Displaying 2 results from an estimated 2 matches for "message_code".

2006 Feb 27
3
form questions
...ge from the scaffolding if the error code is in the database and a notification on the list page, again from the scaffolding if not. Here''s the form: find.rhtml <h1>Find error</h1> <%= start_form_tag :action => ''search''%> <p><label for="message_code">Code</label><br/> <%= text_field ''message'', ''code'' %></p> <%= submit_tag ''Search'' %> <%= end_form_tag %> <%= link_to ''Back'', :action => ''list'' %> Here&...
2006 Feb 21
0
best practices for simple query
...ge from the scaffolding if the error code is in the database and a notification on the list page, again from the scaffolding if not. Here''s the form: find.rhtml <h1>Find error</h1> <%= start_form_tag :action => ''search''%> <p><label for="message_code">Code</label><br/> <%= text_field ''message'', ''code'' %></p> <%= submit_tag ''Search'' %> <%= end_form_tag %> <%= link_to ''Back'', :action => ''list'' %> Here...