danmaclean / gee_fu

An extensible Ruby on Rails web-service application and database for visualising HTGS data
18 stars 5 forks source link

Add paper trail #15

Closed mrship closed 11 years ago

mrship commented 11 years ago

@danmaclean This PR adds PaperTrail as discussed. I've decided against the Paper Trail Manager gem for now until we decide what we're tracking with PaperTrail and if it's really necessary.

On Monday, we should chat regarding what you want to track with this gem. It's powerful enough to track everything but I'm wary of the larger datasets that you have and storing superfluous information so we need to nail down exactly what you want to audit.

mrship commented 11 years ago

Oh, you'll need to rake db:migrate for this PR. If you're following along with the tests you'll need to rake db:test:prepare so you can run cucumber or rspec spec.