search for: save_without_revision

Displaying 1 result from an estimated 1 matches for "save_without_revision".

2006 Mar 06
1
Model for Tracking changes
Hi! I''m new to Rails (and ruby in general). I was planning to implement a whiteboard like system, in which changes made by users to the board are automatically tracked. Currently, I''ve implemented it as a model Post which :has_many Boards. A new Board is added to the Post every time a change is submitted (with a created_at timestamp). This allows saving multiple versions of