Python GeoIP API library; to install on Mac OS X 10.5, had to compile the C library with "--target=x86_64" flag
One-on-one’s are weekly 30-minute meetings between a manager and each person that reports to him or her.
Application configuration shouldn't be spread throughout your code base. Instead a much better place to put it is an external YAML file. See how to do that in this episode.
Of note, see comment #23. Rake tasks in Rails 2.1 and higher require
"task :name => :environment" in order to access ActiveRecord models - that requires the "environment" task to be run first (load Rails environment).
Good example demostrating why ActiveRecord's :include option is a thing of wonder.