Friday, 24 September 2010

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

1 comments:

  1. many thanks.

    It is what I was looking for.

    ReplyDelete