jussihirvi

Results 6 comments of jussihirvi

Bodatas answer does not include the css. The file gems.js.erb could be used to do that. Add this: `import ''`

I use sass-rails, but stumbled on the same issue after upgrading ruby from 2.7.2 to 2.7.5, using rails 6.0.4.6 and sass-rails 6.0.0. Deleting everything from the assets folder (except config/manifest.js)...

The same error (`You need to translate the 'slug' field with Mobility`) appeared again when I visited `/refinery/news/items` on my site. The error went away when I edited this line...

I now had this problem on another system, and it turned out ImageMagick was not installed in my OS. Duh! It would save some trouble if refinerycms could test for...

Same error (ruby 2.6.5, rails 6.0.3.4). I got around it by adding this to the new application's config/application.rb: # Initialize configuration defaults for originally generated Rails version. config.load_defaults 6.0 config.autoloader...

Bumper21, probably the setting will cause no problems because it is already used in a template file in the master branch. However, a bug fix is on it's way, to...