Montgomery's email was about a problem with select-one.   The "limit"
attribute has existed on select-one for quite some time now to fix his
problem.

Your problem is with name-one.  It appears that you need to explicitly
specify the complete-target attribute.   If you provide more context I
can probably help you further.

Bryan


On Thu, Jun 7, 2012 at 1:09 PM, d@Ve <[email protected]> wrote:
> three years on, and i am encountering the same issue when using
> auto-complete on a new document:
>
> ActionController::RoutingError (No route matches
> "/thiss/complete_user_name")
>
> any resolution? ~daVe
>
> On Thursday, May 21, 2009 4:29:19 PM UTC-7, Montgomery Kosma wrote:
>>
>> Thanks to everyone for all the help, things are moving ahead much more
>> smoothly for me this evening.
>>
>> Already dipping its toes in the production environment, the team as
>> now defined 217 employees in the app.  The oddity is that I'm getting
>> precisely 101 options in an employee select (generated by a belongs-to
>> association).  In the html, there's one <option value=""> for "None"
>> followed by <option value=... for the first 100 employees, in alpha
>> order as required by my set_default_order tag.
>>
>> Now, it looks like the SQL being generated to populate the drop-down
>> is the culprit, as my console window shows:
>>
>> SELECT * FROM 'employees' LIMIT 100
>>
>> Where's this 100 coming from -- hobo? rails?  More important, how do I
>> work around it?
>>
>>
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Hobo Users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/hobousers/-/3BzO9GWAlNcJ.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/hobousers?hl=en.

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/hobousers?hl=en.

Reply via email to