About
John Ford presently works for Automattic, focusing his attention on VaultPress, a realtime backup service for WordPress.org users. Passion for coding is what motivates John, but some people are beginning to question his attachment to his iPad. Mix equal parts beautiful code writer, lover of healthy living, world traveler, living room DJ, and community giver and you'll have the geek known as John Ford.Search
Filters
Recent Comments
- WordCamp Tokyo 2011: The Largest Japanese WordCamp « Naoko McCracken on WordPress.com の裏側 – WordCamp Tokyo 2011
- RiaanWest on Programmatically Pull Attachments from WordPress Posts
- John Ford on Errors when upgrading WordPress via FTP
- Faiz Muhammad on Errors when upgrading WordPress via FTP
- John Ford on Errors when upgrading WordPress via FTP
Tag Archives: Ruby on Rails
Phusion Passenger (mod_rails) Memory Management
I’ve been using Phusion Passenger (mod_rails) for about a month to run a production and staging machine with a Ruby on Rails app. So far things have been going really well. Installation was smooth and it’s been really peppy. However, … More
Installing ImageMagick/RMagick on Leopard
I’ve heard many horror stories of developers trying to install ImageMagick/RMagick to manipulate images. Fortunately, when I needed to install RMagick to use with the attachment_fu plugin, I ran across a fantastic script at OnRails.org by Solomon White (many thanks). … More
The newest member of the crew
For years my brother, Glenn, and I have talked about working together. I’m ecstatic to say that it finally happened! Glenn started his own business, Glenn Fu, and we’re teaming up on projects. He’s a strong developer and getting his … More
has_many :through Self-referential Example
While using an association table for the first time with Ruby On Rails I had a bit of trouble finding an easy to understand example of has_many :through. I needed to build a self-referencing table where People could have other … More
Execute Rails Code Before the View is Rendered
At one time, I was looking for a way to execute code for every action in my controller before the view was rendered. I saw this come up again yesterday in the #rubyonrails IRC channel so I looked at it … More
Writing a Custom FormBuilder in Rails
I’m currently working on a Ruby on Rails application where I need lots of text fields that have the same properties. I decided to override text_field and have it output all of the extra attribues automatically. This helps keep the … More
Plugin: Bookmark A Page In Your PDF
With the long, yet wonderful, books in PDF format these days (Agile Web Development with Rails by Dave Thomas and David Heinemeier Hansson with Leon Breedt, Mike Clark, Thomas Fuchs, and Andreas Schwarz [570 pages]; Programming Ruby by Dave Thomas, … More