Monthly Archives: October 2010

mongrel_service on Windows 7 64bit

My current applications run on Linux in production, but I still develop on Windows PCs. My main works PC runs Windows 7 Pro 64bit. This isn’t too much of a problem. Just a couple of things don’t work (like wicked_pdf), … Continue reading

Posted in Ruby | Comments Off on mongrel_service on Windows 7 64bit

Time format

I found an interesting article by Todd Sayre on time formats in Rails. It is only short, but interesting. Based on that I created config/initializers/time_formats.rb in my latest app: # Used to create time and datetime formatting short cuts. Search … Continue reading

Posted in Ruby | Comments Off on Time format