Francois Harbec

Results 11 comments of Francois Harbec

Am also seeing this on rails 5.2.3

A workaround is to add the following route directly to your rails project: ``` get '.well-known/acme-challenge/:challenge' => 'acme_plugin/application#index' ``` For some reason any route that start with a period doesn't...

same issue here on ubuntu 20.04, with the following plugins: ``` LoadPlugin battery LoadPlugin cpu LoadPlugin df LoadPlugin disk LoadPlugin entropy LoadPlugin interface LoadPlugin irq LoadPlugin load LoadPlugin memory LoadPlugin...

Also causes an issue when using Handlebars (http://handlebarsjs.com). Because of the existence of the 'exports' object, Handlebars doesn't load properly. Looks like same reason as above, handlebars looks for existence...

I'm also seeing this error on ubuntu 22.04 with ruby 2.7.7 When running the tests on the gem (rake test), I get the following error: ``` ./home/deploy/.rvm/rubies/ruby-2.7.7/bin/ruby: symbol lookup error:...

the following commit, in a fork of the project, seems to fix the issue: https://github.com/secretbenefits/phashion/commit/31c4804131f4f735ffa37973afcca388a7599cb8

I did remove rails_render from my config and that worked great. For me the only issue here is ensuring that the issue with rails_render is made clear on the README.md....

@minustehbare -- I was looking for a fix for this :-) But the use of the solr-search-sanitizer gem does not work in ruby 1.8 spree stores because of the use...

I encounter this same issue in 1-3-stable which uses deface 1.0.0 when I try to use deface to make a change to spree/admin/payment_methods/_form.html.erb because that view has an inline comment....