Vote up!

-5

[FIXED]: Psych::AliasesNotEnabled: Alias parsing was not enabled. To enable it, pass aliases: true to Psych::load or Psych::safe_load

This happens on older versions of ruby and rails.

Solved by downgrading psych:

# Gemfile
gem 'psych', '< 4'

Related Articles

Please log in to post a comment: