Standup 11/13/2008: ActiveScaffold and Object Mothers

edit Posted by Brandon Keene on Friday November 14, 2008 at 01:58AM

Interesting Things

  • ActiveScaffold was surprisingly easy to use for admin interfaces. One possible gotcha is that you have to manually configure namespaced RESTful routes (e.g. map.resources :tasks, :active_scaffold => true).

Ask for Help

"What are your current favorite Object Mother implementations or patterns?"

There are several approaches:

"Does anyone know how to disable caching in Safari? Caching can often break JSUnit between test runs"

Go to Develop -> Disable Caches and you get a fresh non-caching Safari.