hello,
i’ve a problem by using text_field_with_autocomplete.
when i use parameters in the header of my function in works :
auto_complete_for :user :login
but i use the function “auto_complete_for_user_login” it doesn’t work.
any ideas?
thank you.
hello,
i’ve a problem by using text_field_with_autocomplete.
when i use parameters in the header of my function in works :
auto_complete_for :user :login
but i use the function “auto_complete_for_user_login” it doesn’t work.
any ideas?
thank you.
function isn’t reached at all.
On Mar 29, 2007, at 2:45 AM, Jean-Sébastien wrote:
hello,
i’ve a problem by using text_field_with_autocomplete.
when i use parameters in the header of my function in works :
auto_complete_for :user :loginbut i use the function “auto_complete_for_user_login” it doesn’t work.
Can you explain in what sense it does not work? Is the method
reached? Is it called but no completion returns?
– fxn
i’ve found what was the matter. “auto_complete_for” function was
declared as protected :(.
thank you anyway Xavier.
On Mar 29, 10:43 am, “Jean-Sébastien” [email protected]
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