The Passionate Craftsman

Ruby, PHP, MySql, Software engineering and more.

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

Labels:

1 Comments:

At 10 December 2010 at 05:03 , Anonymous Anonymous said...

many thanks.

It is what I was looking for.

 

Post a Comment

Subscribe to Post Comments [Atom]

<< Home