Andrew Bromwich
Andrew Bromwich
I think in the end I'm likely going to switch export/import format to XML. As well as the import issues described above, there is clearly no way that the importer...
FYI it looks like `select_not_required?` was replaced in Rails 5 by it's functional inverse `placeholder_required?`. If you take a look at the definition of rails `select_content_tag` you'll see: ``` if...
The project maintainer has said that they are not maintaining the project. I've patched it to support rails 5 at https://github.com/Studiosity/carmen-rails I'd be happy to put a PR together with...
how have you configured your Gemfile? Should have something like: ``` gem 'carmen-rails', git: '[email protected]:Studiosity/carmen-rails.git' ```
FYI i've created a branch that addresses this to retain Rails 4 & Rails < 5.2 support. Just checks the `value` methods arity before calling: ``` value = options[:selected] ?...
@yuri-zubov unless I'm missing something here, you've just added parentheses to the call to `value` ? i.e. functionally equivalent Can you expand on your comment?
Hi @RashedKhalfan & @Onikoroshi It looks like the maintainer is no longer maintaining the gem (as of 3 years ago). Unfortunately the gem also does not specify an incompatibility with...
FYI i've created a branch to also add support for Rails 6. I can't see any breaking changes from 5 to 6 so the update was pretty minimal. https://github.com/Studiosity/carmen-rails/tree/rails-6 I'm...
i.e. https://github.com/kobaltz/clamby/compare/master...abrom:add-virus-type-parser
Here are the changes i've been using for the past few weeks with great success: https://github.com/kupolak/textstat/compare/master...Studiosity:cache-dictionary Note I've been sure to leave the existing interface untouched whilst opening up using...