-
Notifications
You must be signed in to change notification settings - Fork 75
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
uninitialized constant Airtable::Record::HashWithIndifferentAccess #5
Comments
There's an unstated dependency on |
Thanks, that fixes it indeed! For anybody else with this problem, the require line is:
|
I've got same trouble and wondering why don't this add |
I'll address that. Is there any reason to not depend on active_support explicitly? |
active_support is a pretty expensive dependency to bring in to a project that doesn't already have it loaded. I wonder if we'd be better off finding an alternate way to make it so we can do |
Handling
|
Hi,
I've been working on getting this gem to work for some time, and I'm stuck. I'm wondering if the issue is my setup or the gem.
Here's my setup code:
...pretty much straight from the README. When I run that code, I get this error:
As you can see, I'm using rbenv. I've run this same code on Ruby 1.9.1, 2.2.4, and 2.3.0 and I can't get it to do anything but give me the error you see above. Am I missing something? Or this this a bug?
I downloaded the gem source to my machine and ran the tests, which ran just fine.
The text was updated successfully, but these errors were encountered: