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
In Ruby 1.8.7, Module.constants returned an array of strings (http://ruby-doc.org/core-1.8.7/Module.html#method-c-constants)
It looks like that changed to an array of symbols in Ruby 1.9.3+ (http://ruby-doc.org/core-1.9.3/Module.html#method-c-constants)
The code that checks to see if rabl or jbuilder is loaded depends on getting an array of symbols back. This causes the gem to fail on Ruby 1.8.7.
The text was updated successfully, but these errors were encountered:
forgot that a pull requests is it's own "issue", so we don't need this additional one.
Sorry, something went wrong.
No branches or pull requests
In Ruby 1.8.7, Module.constants returned an array of strings (http://ruby-doc.org/core-1.8.7/Module.html#method-c-constants)
It looks like that changed to an array of symbols in Ruby 1.9.3+ (http://ruby-doc.org/core-1.9.3/Module.html#method-c-constants)
The code that checks to see if rabl or jbuilder is loaded depends on getting an array of symbols back. This causes the gem to fail on Ruby 1.8.7.
The text was updated successfully, but these errors were encountered: