AutoComplete (auto_complete_for)

Where is this functionality moved to for Rails 3? I assume I’m no
longer supposed to script/install this…

More importantly, how should I have been able to figure this out on my
own?


Luke

oops rails 3 is javascript framework agnostic, i think all of that has
been
moved out to gems, in favor of freedom of choice.

The functionality didn’t go away in prototype, I assume -
text_field_with_auto_complete should still exist somewhere for rails
3, no? The rails3-jquery gem seems to be a totally different beast.

On Tue, Sep 14, 2010 at 9:52 PM, Daniel
Gaytán[email protected] wrote:

been moved out to gems, in favor of freedom of choice.

Luke

You received this message because you are subscribed to the Google G.
“Ruby on Rails: Talk” 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/rubyonrails-talk?hl=en.


Luke

Hello

Here is a good option you could use:

http://github.com/crowdint/rails3-jquery-autocomplete

Daniel Gaytán

2010/9/14 radhames brito [email protected]

they all work different now , because everything is unobstrusive.