Entries (RSS)  |  Comments (RSS)

Archive for the ‘ruby on rails’ Category

Autocomplete in rails 2.0

Posted by John Adams on March 20th, 2008

There’s been some changes in the way that Rails 2.0 processes forms and form interaction with Ajax. Here’s a quick write-up on how to use auto completion in Rails 2.0 without a database connection.
In my case, I was parsing an Apache configuration file and displaying VirtualHost entries, but you can use this for just about anything [...]

Read Full Post  |  Comments