Double Shot #180
A word to the wise: getaddrinfo failures during rake db:migrate do not necessarily indicate trouble with mysql. In my case, it was caused by a missing SMTP server.
- Git TextMate Bundle - A batch of Rails developers will be wanting this soon.
- The Web Development Clients' 10 Commandments - Amusing.
- Branchable migrations - A new take at handling migrations when multiple developers are on a Rails project.
- BannerZest - Tool for making Flash navigation banners for web sites. Looks useful. (via MacApper)
- Custom Forms Validation Without ActiveRecord - Using the validatable plugin.