ma.gnolia

Sign In | Learn More

Skip to main content


Code Intensity: Auto-Complete Text Fields in Rails 2 Code Intensity: Auto-Complete Text Fields in Rails 2

  • Not rated yet.
  • Copy Bookmark

In Rails 2, the PrototypeHelper and ScriptaculousHelper code was removed to plugins. This means that doing auto-complete for various fields was no longer part of the base Rails. I didn't find any great, straight-forward docs on how to do this for Rails 2.x, so am sharing what I've done to hopefully help others

Nobody else in Ma.gnolia has this bookmark.

1 group has this bookmark in their collection

Name Title Rating When
3818_32 Learning Ruby on Rails Code Intensity: Auto-Complete Text Fields in Rails 2
Not rated yet.
February 14, 2008

In Rails 2, the PrototypeHelper and ScriptaculousHelper code was removed to plugins. This means that doing auto-complete for various fields was no longer part of the base Rails. I didn't find any great, straight-forward docs on ho...