Luca G. Soave
Luca G. Soave
Simply take some snapshot queries on BigQuery pubblic data from time to time, caching & storing those "views" on existing Rails/MongoID app to be shown without calling BigQuery again. I...
... yes agree, but I'll pay the cost of having active_record/railtie + sqlite3 unnecessary wired, as I stated in my very previous question. It's feasible anyway ... Thanks for sharing...
... as soon as you require active_record/railtie, you'll need `sqlite3` to be bundled, otherwise you get an error starting Rails / rake or using `rails g google_bigquery:install`
@DanielKehoe you were right, hardcoding Stripe keys into the config/secrets.yml make it working, then I guess is something "local env" related, may be something to do with my ssl localhost...
@kathyonu very useful, many thanks! @DanielKehoe +1 to commit that pull request [#150](https://github.com/RailsApps/rails-stripe-membership-saas/pull/150) (even if I'd preferred pure minitest)