Joel Low

Results 110 comments of Joel Low

Would RDoc/Yard documentation support (like Dash) belong to this ticket also?

@Kapeli The instructions on the Dash site only show how to get docsets for published gems Yardoc/Rdoc, but doesn't document how to generate them. Any way to document that in...

@Kapeli I'm looking forward to it, if it's released. Even if it's in Obj-C I think people would write ports. In the absence of that, does your docset license allow...

@Kapeli Dash allows users to download Yardoc/Rdoc documentation for gems, running through your generator on your end. Since your docsets are licensed out for Zeal, does that allow Zeal to...

I see, so then for that we _would_ need that tool to generate the proper docsets... Let's see what demand is like. I was really looking forward to that since...

I'd be happy to work on this when I have time, but is there a format specification or something I can reference?

:+1: I think this endeavour might involve getting the documentation generator to spit out the documentation in some machine-readable format ([Yard](https://github.com/lsegal/yard) supports YAML) then importing that instead. That would require...

Hello @hzamani, I have a bunch of fixes like these, where certain ActiveRecord methods are used by other gems. I'd like to ensure compatibility with those gems, but mixing them...

I think it doesn't make sense, yes. But at this point there isn't enough extension points that the gem can hook into. Any way to factor out the calls in...

@hzamani I've factored out the call such that everything is in define_acts_as_forwarders. Currently I've not pulled out the active_enum code yet, but my idea is that we can let gems...