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

Table's name with two words doesn't return anything. #33

Open
fccoelho7 opened this issue Apr 4, 2019 · 3 comments
Open

Table's name with two words doesn't return anything. #33

fccoelho7 opened this issue Apr 4, 2019 · 3 comments

Comments

@fccoelho7
Copy link

fccoelho7 commented Apr 4, 2019

When trying something like that, a receive an empty list:

client.table(ENV['AIRTABLE_API_APP'], 'Table Name').all

If I change the table's name to one word, works well.

Anyone?

@uzorjchibuzor
Copy link

@fccoelho7 I ran into the same problem earlier when I was setting up my project. Checkout airrecord gem by @sirupsen , It is better maintained than this one.

@dsandstrom
Copy link

dsandstrom commented Mar 13, 2020

This is fixed in the code, but a new version of the gem was never published, so you will have to bundle install the repo version of the gem.

gem 'httparty', '~> 0.14.0' # needed for old ruby versions
gem 'airtable', git: 'https://github.com/Airtable/airtable-ruby.git',
                ref: '041a8baf8ae59279630912d6ff329faa64398cb2'

However, I'm only using this gem because I need to support an app that runs Ruby 1.9.3, Rails 3.0. If you are using later versions of ruby/rails, go with airrecord because it's being maintained.

@daveberning
Copy link

@nesquena @syrnick @sirupsen @chug2k @rohandaxini can we get a version bump? I wasted a lot of time trying to remedy the lack of data being returned.

@dsandstrom thanks for the tip. That worked.

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

4 participants