Brian Kephart

Results 21 comments of Brian Kephart

Using the current version of Draper from RubyGems results in errors like these. Support for Ruby 3 kwargs was added to git, but has not been released yet. Try installing...

I'm having the same issue. Like @tagliala, downgrading autoconf did not help.

Update: This issue persists on MacOS Monterey. However, `rvm install 3.1.0-preview1` works as expected.

The build in the above comment was triggered by a pull request. [The build of the same commit triggered from my own Github repo passed](https://travis-ci.com/brian-kephart/camaleon-cms/jobs/275578760?utm_medium=notification&utm_source=email). Not sure what the difference...

Just popping in to note that hiredis recently cut a 1.0 release with SSL support (previously support was merged but unreleased).

@texpert I'm not so sure. So far I've only had this problem with SVGs, but it could theoretically happen with other file types I haven't tried. (Probably not with images...

I haven't used it, but people do seem to like it better. The gem we currently depend on could probably be replaced pretty easily with vanilla will_paginate as an intermediate...

What kind of documentation are you thinking about? README, http://camaleon.tuzitio.com, or something else?

@owen2345 give your old code some credit, it's made our lives a lot easier :) Honestly, I've been thinking for awhile now that we're due for a v3. Remove support...

@tostasqb Have you seen [this guide](https://github.com/rails/webpacker/blob/master/docs/engines.md)? I'd always wondered how to do engine assets in Webpacker, and I just discovered the guide. Looks doable. It might be a breaking change,...