Displaying 1 result from an estimated 1 matches for "auto_complete_for_recipe_recipe_nam".
Did you mean:
auto_complete_for_recipe_recipe_name
2006 Jun 25
1
text_field_with_auto_complete nonsense (newbie question)
...lt;html>
<head><%= javascript_include_tag :defaults %></head>
<body><%= text_field_with_auto_complete :recipe, :name %></body>
</html>
The result, however, is an unresponsive site, with the following output
from LightHTTPd:
Processing SearchController#auto_complete_for_recipe_recipe_name (for
127.0.0.1 at 2006-06-25 18:56:27) [POST]
Session ID: 7e424000d0d368532915e019f3e2c27f
Parameters: {"action"=>"auto_complete_for_recipe_recipe_name",
"controller"=>"search", "recipe"=>{"recipe_name"=>"u"}}...