You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
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 versionsgem'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.
When trying something like that, a receive an empty list:
If I change the table's name to one word, works well.
Anyone?
The text was updated successfully, but these errors were encountered: