Displaying 1 result from an estimated 1 matches for "acts_as_revisable".
2009 Apr 18
1
Help with Data Warehouse app -- How to display data?
...ying to figure out how to design this to make it very scalable
and easy to modify. Particularly, if two tables have a column that have
something in common, I''d like to (perhaps) make those into a link to
each other.
- As above, I''d also like to add extra functionality. I setup
acts_as_revisable in my database and it works very well. If a user has
an elevated role, I''d like to have them be able to review the history of
a record.
These are pretty lofty goals and this will take some baby steps. I''m
still new to Ruby/RoR, but I think it''s been hard (so far) to...