I hereby claim:
- I am jaredshay on github.
- I am jshay (https://keybase.io/jshay) on keybase.
- I have a public key ASBlIHGoH8b28eSHlcwiQ6Q6ftJnEgQzfwTqQ55Z87M7dQo
To claim this, I am signing this object:
| class Airtable | |
| API_CREDENTIALS = '123' | |
| self.fetch | |
| responses = call_the_airtable_api(API_CREDENTIALS) | |
| responses.map { |r| Record.new(r) } | |
| new(responses) | |
| end |
| set_trace_func proc { |event, file, line, id, binding, classname| printf "%8s %s:%-2d %10s %8s\n", event, file, line, id, classname } |
I hereby claim:
To claim this, I am signing this object:
| require 'active_record' | |
| require 'pg' | |
| require 'active_record_inherit_assoc' | |
| # set up database | |
| PG_SPEC = { | |
| adapter: 'postgresql', | |
| database: 'inherit_test_db' | |
| } |