Skip to content
New issue

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

Periodically I get this error on the produciton: NameError: uninitialized constant CartoDB::Settings #18

Open
deemkey opened this issue Oct 28, 2013 · 0 comments

Comments

@deemkey
Copy link

deemkey commented Oct 28, 2013

cartodb-rb-client (0.4.3)
Rails 3.0.9
ruby-1.9.3-p327
nginx/1.4.2

Periodically falls at this code
CartoDB::Init.start YAML.load_file(Rails.root.join('config/cartodb_config.yml'))

So when I start the server the cartodb init works fine, I can change tables, etc
But sometime later it can just fall at that string with the error above, no server restart made, just happens from time to time

I had to use monkey-patching and set the Settings to {}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant