Steve Richert

Results 66 comments of Steve Richert
trafficstars

Have you tried this: ``` if @foo.update_attributes(params[:foo].merge(:updated_by => current_user)) ... end ``` If the versioned model receives an instance of ActiveRecord::Base (not just the ID) for the updated_by attribute, it...

Javier, Great idea! I'll get that or something similar into 1.0. Thanks, Steve

Version 1.0 was just released. I'm still considering adding this functionality, but it hasn't been included in 1.0 just yet. Stay tuned!

I haven't protected the updated_by attribute anywhere in VV (that I'm aware of), so I'd check your versioned model for any instance of the attr_accessible class method. If that exists,...

Sébastien, Thanks for the suggestion. I'll keep this in mind. I do like the idea, but am hesitant to use the `updated_at` method to access it. I'll consider some alternate...

Hello and sorry for dropping off the map! I have all of the excuses you'd expect: family and full-time job. I still care very much about Figaro but have had...

As an aside, I copied the table above from a wiki about [River City Ransom](https://en.wikipedia.org/wiki/River_City_Ransom) and just pasted it into [table-magic](https://stevecat.net/table-magic/#) to format it for this issue. So cool.

Could you write a test to expose this issue?

Haha, my opinion is pretty strongly in favor of the option that didn't even make your list of favorites. 😄 I like the first option described: multiple `organize` calls. The...