auto_complete plugin on Rails 3 not working
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
Labels: rails
1 Comments:
many thanks.
It is what I was looking for.
Post a Comment
Subscribe to Post Comments [Atom]
<< Home