We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Liberic.config
When calling
Liberic.config.data_path = '/tmp'
A segfault occurs. This happens because the instance of config is created inside the Liberic module when loading the gem or something.
Liberic
Everything works when creating a new instance inside Rails, like
c = Liberic::Config.new c.data_path = '/tmp'
The text was updated successfully, but these errors were encountered:
mpm
No branches or pull requests
When calling
A segfault occurs. This happens because the instance of config is created inside the
Liberic
module when loading the gem or something.Everything works when creating a new instance inside Rails, like
The text was updated successfully, but these errors were encountered: