Entries (RSS)  |  Comments (RSS)

Archive for the ‘ruby on rails’ Category

Unicorn Power

Posted by John Adams on March 30th, 2010

Ben Sandofsky and I just put a new post on the Twitter Engineering blog about our transition to Unicorn.
http://engineering.twitter.com/2010/03/unicorn-power.html

Read Full Post  |  Comments

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