Anita Graham
Anita Graham
[This](http://stackoverflow.com/questions/28925628/ruby-on-rails-cannot-load-such-file-mysql2-2-2-mysql2-loaderror) says that the problem is related to mysql2 not being built with native extensions. The answer gives a solution for windows, but I'll have to go and look (again)...
So many choices! While my first thought was SCSS/CSS, perhaps Json would be better. ### Notes * easy to convert to sass/scss/css * readable by many tools including this one...
I have seen this error on MacOS when creating text images/labels to be applied to other images. I sidestepped it by creating a docker image to test the annotations, knowing...
Hmmm I just checked, and I have had ``` gem "image_processing", require: "image_processing/vips" ``` for some time, and I am still getting the error. However, I think that the processing...
I use Refinerycms-page-images on Heroku with no problems. I precompile my assets on my dev systems using `RAILS_ENV=production rake assets:precompile` then incorporate changed assets into the git repo using ```...
If precompile in production isn't completing, then heroku is trying to do the precompile and getting the same error. Try changing your `gemfile` so that the gem(s) with Project and...
Is `Refinery::Inquiries::InquiriesController::SpamFilter` part of your code? Which bit of your code seems to be triggering the problem?
Well, I think I've made that change. I even tried to squash my commits, but I fear they are as tangled as ever.
Not sure these failures are related to the this PR.
Jan 18 2020 - still happening. `ls -l symlink` says ` ../../../../../../absolute/path/here` What a bother.