Cliff Braton

Results 14 comments of Cliff Braton

@kakipo Sorry it took me so long to respond. I was unable to reproduce this issue. I tried to reproduce the original issue to no avail as well. Is there...

Thanks for the suggestion! I've seen a few issues related to this functionality. Let me look into those and get back to you. At first glance I don't see a...

Thanks for the suggestion! I can see the use case you are after. The inference this gem is currently doing causes quite a bit of headaches, so I'm hesitant to...

@franzliedke Yeah, we have a couple scenarios where we don't know the type as well. Examples are: 1. With a polymorphic associations you might call decorate on the association without...

Great point. My _intent_ here was to drop official support for Rails < 5.2 as Rails no longer supports versions less than 5.2. However, I didn't want to prevent people...

@adsteel I think your most recent comment is the right solution. Ultimately, objects should be decorated at the last moment before passed to the view. Is this still a paint...

@john-denisov Thanks for this! Sorry it took me so long to reply. I'll take a look as soon as I get a chance.

Sorry I haven't gotten around to reviewing this fully yet. It _is_ on my radar, I have just been really busy lately. I won't have time for a little bit...

I apologize as I've had no time lately. I did run into a few issues when trying this out on one of our bigger projects, but I never got around...

I apologize for just now getting a response to you. Things have been pretty hectic. The primary issue I'm seeing currently is that `Decorator.object_class` is now broken. For example, given...