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

Requires YAML to read the configuration #598

Merged
merged 1 commit into from Mar 22, 2015
Merged

Requires YAML to read the configuration #598

merged 1 commit into from Mar 22, 2015

Conversation

davidbiehl
Copy link
Contributor

In Ruby 2.1.2 with Rails 4.1.4 yaml wasn't being required and I was seeing the following error:

gems/sunspot_rails-2.1.1/lib/sunspot/rails/configuration.rb:360:in `block in user_configuration': uninitialized constant Sunspot::Rails::Configuration::YAML (NameError)

Just had to require YAML, and everything works well :)

In Ruby 2.1.2 with Rails 4.1.4 yaml wasn't being required and I was seeing the following error:

    gems/sunspot_rails-2.1.1/lib/sunspot/rails/configuration.rb:360:in `block in user_configuration': uninitialized const$
nt Sunspot::Rails::Configuration::YAML (NameError)

Just had to require YAML, and everything works well :)
@ma2kubo
Copy link

ma2kubo commented Aug 1, 2014

Evernote was unable to submit your note for the following reason:

The emailed note was received, but Evernote did not understand the email address. It may have been mistyped, or the user may not exist. Please check to make sure the address was properly entered.

Original message information:
From: David Biehl <notifications@github.com>
Delivered To: deviceone.c1297@m.evernote.com
All recipients: sunspot/sunspot <sunspot@noreply.github.com>
Subject: [sunspot] Requires YAML to read the configuration (#598)

To prevent excessive emails, you may not receive another error reply for the next 360 minutes.

  • The Evernote team

njakobsen added a commit that referenced this pull request Mar 22, 2015
Requires YAML to read the configuration
@njakobsen njakobsen merged commit 988e433 into sunspot:master Mar 22, 2015
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

Successfully merging this pull request may close these issues.

None yet

3 participants