Albert Song
Albert Song
Use case: Allow user to upload an image, and then select a small section (crop + resize)  It seems that u're using PaperClip, according to the [code here](https://github.com/choonkeat/attache/blob/master/lib/attache/resize_job.rb), although...
It seems to me that this gem only supports sync activity. How about: - [User](https://getstream.io/activity-feeds/docs/ruby/users_introduction/?language=ruby) - [Follow](https://getstream.io/activity-feeds/docs/ruby/following/?language=ruby)
Currently, GTFS supports loading through URL, or Zip files. How about supporting loading data from directory also? In this case, the directory is just the unzip from the zip file.
## Explain your user case and expected results - I'm using SQLite - I wasn't using GORM before, but migrated to use GORM - it throws error during auto migrate...