Hi All, Over the past couple of weeks, there has been some hubub over a letter that went out from the Scrum Alliance to their user groups. This letter let to an announcement that the Orlando Scrum User Group was closing. This led to a posting I did on the Scrum Development list. This in…
Month: May 2009
acts_as_versioned: Getting started
I was recently building an app which needed to take advantage of versioning. I liked the look of acts_as_versioned, which is a nice add-on to Rails to versions models. However, the tutorial-fu is pretty sparse, and what is out there is pretty old, so I wanted to write up what it took to get it…