Displaying 1 result from an estimated 1 matches for "68ms".
Did you mean:
60ms
2010 Jan 07
1
text field with autocomplete
Hey everybody,
I am using text field with autocomplete in my posts new action. That
works great.
Response from autocompleter in firebug:
POST http://localhost:3001/posts/auto_complete_for_tag_name 200 OK 68ms
but if I use the same in edit action it fails and I got this error.
POST http://localhost:3001/posts/781/auto_complete_for_tag_name 404 Not
Found 81ms
*** POSTS controller: ***
def auto_complete_for_tag_name
@tag = Tag.find(:all, :conditions => ["name LIKE
?",#{params[:tag][:na...