Ian Smith-Heisters's blog



Help

acts_as_taggable_on won't allow you to add tags on create. You can save it twice, but that makes the controllers ugly. Ideas for fixing it include adding a wrapper class that abstracts the double-save, or writing your own unless you really need all the features of acts_as_taggable_on.

Interesting

jQuery 1.6.2 crashes and burns in IE8 in incompatibility mode. Upgrade jQuery to fix it. jQuery 1.6.4 is out recently, so upgrading shouldn't be a problem.

Ian Smith-HeistersIan Smith-Heisters
Standup 9/12/11
edit Posted by Ian Smith-Heisters on Monday September 12, 2011 at 09:40AM

Interesting Things

Fire up your bundler, Jasmine 1.1 is out. The big feature of this release is improved stack traces.