We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
Using a partial as an optional layout
December 25, 2011Rails allows you to use a partial like a miniature layout: let's give them a spin.
Rake task with an external script using ActiveRecord
December 18, 2011See how you can use ActiveRecords in rake tasks.
Icon links with data-uris (no CSS sprites !)
December 11, 2011Rails 3 in Action
December 4, 2011A quick review of Rails 3 in Action by Ryan Bigg and Yehuda Katz.
Automating web site interactions with Selenium
November 27, 2011A simple concrete example of automating web site interactions.
Selecting an option from dropdown form fields with Mechanize
November 20, 2011Uploading data using Mechanize
November 13, 2011Using Mechanize to automate tedious online form updates.
Posting forms with AJAX on checkbox toggle
November 6, 2011First encounter with the Rails asset pipeline and Coffeescript
October 30, 2011Trying out the rails asset pipeline by building an image preview.