Twitter Linkedin Tumblr Facebook Flickr Lastfm


20
Sep 07

Dates and times in fixtures

Just a micro tip. If you’re inserting dates and/or times into your database via fixtures whether for testing or to load initial data, it’s not enough just to specify the date. This won’t work:

Continue reading →


08
Jun 07

Embedding SWF content with Ruby on Rails

A question regarding the embedding of SWF content came up on the Ruby on Rails mailing list. In this instance, the problem was related to the tags used to embed a SWF in Internet Explorer and Mozilla browsers. Internet Explorer requires an <object> tag, while Mozilla (and most other) browsers require an <embed> tag.

Continue reading →