Closed yemble closed 7 years ago
Here's what I had to change to allow the bootstrap process to complete, plus some README notes for newbies like me. Feel free to cherrypick.
Notes:
Crunchbase is a showstopper. The module is EOL due to API change: https://github.com/tylercunnion/crunchbase/blob/master/lib/crunchbase.rb
Default country and state are hardcoded into the model definitions.
Company image not set to avoid http errors (should handle them instead - don't know where this is happening due to eval).
Here's what I had to change to allow the bootstrap process to complete, plus some README notes for newbies like me. Feel free to cherrypick.
Notes:
Crunchbase is a showstopper. The module is EOL due to API change: https://github.com/tylercunnion/crunchbase/blob/master/lib/crunchbase.rb
Default country and state are hardcoded into the model definitions.
Company image not set to avoid http errors (should handle them instead - don't know where this is happening due to eval).