Sathya Sekaran

Results 30 comments of Sathya Sekaran

Yeah, I'm trying to figure that out too... I might start trolling acts_as_audited's code for a solution.

I figured it out! 1. Install and configure SentientUser by installing the plugin, requiring 'sentient_user' in your application controller and user model files, and including the appropriate modules for each....

Yeah, I don't think I explained myself properly. The method I outlined helps with everything you need regarding getting the current_user set when the version record gets created. SentientUser grabs...

The method I use should work either way, actually. It will do exactly what your pastebin code looks like it's trying to do.

Plus it'll do it in a really DRY way. No need to edit every controller for every model. It just adds the current_user into the version automatically for every versioned...

I like simpleform, in addition to formtastic. https://github.com/plataformatec/simple_form

Perhaps I can take a look soon. On Wednesday, July 30, 2014, Jack Phelps [email protected] wrote: > for the record, it seems really useful, I appreciate the work > >...

Since we do support google_universal (yet), and the events are the true issue here, I'm editing the issue title. Yes, the hardcoded category is a problem. What's your proposed solution?...

1) Can anyone tell me if this works?: ``` development: console: {} ``` 2) I think logging a warning is good in any case. I don't like the exceptions. If...

Awesome. @aspiers @sosedoff Do either of you have a deployment on which to test this fix? I know we can't test everything out, but just a basic gut-check would be...