Robert Marcelino
Robert Marcelino
We are getting and error after implement lazy load for images on our website, is getting the image from the source and putting it as background on style attribute, but...
We are getting and infinite loop if our model or resource of active admin is called resource. ```ruby def permitted_params return nil unless respond_to?(resource_params_method_name, true) {resource_request_name => send(resource_params_method_name)} rescue ActionController::ParameterMissing...
Unable to update gem file using rails 6.0.0.rc2 to 6.0.0 ``` Gem::Ext::BuildError: ERROR: Failed to build gem native extension. current directory: /home/xxx/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/sassc-2.2.0/ext /home/xxx/.rbenv/versions/2.6.3/bin/ruby -I /home/xxx/.rbenv/versions/2.6.3/lib/ruby/2.6.0 -r ./siteconf20190908-29341-3apbo8.rb extconf.rb creating Makefile...
**Pull Request:**#170 **Error:** `uninitialized constant ActionView::CompiledTemplates::Mobility` **Gem and version:** `gem 'refinerycms-news', github: 'refinery/refinerycms-news', branch: 'matho-update'` **File** `/home/***/.rbenv/versions/2.7.4/lib/ruby/gems/2.7.0/bundler/gems/refinerycms-news-d4c4d997c1a3/app/views/refinery/news/admin/items/_form.html.erb` ``` @item, :include_object_name => true %> Mobility.locale %> "larger widest" %> Time.now.year, :include_blank...
We are getting this error when we try to deploy to heroku ``` current directory: /tmp/build_acaf0d55d37900c17153279ef0477c54/vendor/bundle/ruby/2.6.0/gems/webp-ffi-0.1.8/ext/webp_ffi /tmp/build_acaf0d55d37900c17153279ef0477c54/vendor/ruby-2.6.0/bin/ruby -rrubygems /tmp/build_acaf0d55d37900c17153279ef0477c54/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/exe/rake RUBYARCHDIR\=/tmp/build_acaf0d55d37900c17153279ef0477c54/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/webp-ffi-0.1.8 RUBYLIBDIR\=/tmp/build_acaf0d55d37900c17153279ef0477c54/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/webp-ffi-0.1.8 mkdir -p x86_64-linux gcc -fexceptions -O -fno-omit-frame-pointer -fno-strict-aliasing -fPIC...
I don't know if I'm doing something wrong, but I haven't been able to find any additional settings to make it work. The gem is installed and sessions are being...