If you are migrating your Rails app and auto_complete is not working, the reason is auto_complete does not remove the default escaping in Rails 3. A guy has fixed this problem. You just need to put his version in the place of the old plugin:
rails plugin install --force http://github.com/marklazz/auto_complete.git
Thanks marklazz
Friday, 24 September 2010
Subscribe to:
Post Comments (Atom)

many thanks.
ReplyDeleteIt is what I was looking for.