I hereby claim:
- I am nickmerwin on github.
- I am mer (https://keybase.io/mer) on keybase.
- I have a public key whose fingerprint is 24AE 1631 875E 8746 1B75 23D7 449A B548 4E59 8A2B
To claim this, I am signing this object:
| # Heroku S3 Database backup task | |
| # by Nick Merwin (Lemur Heavy Industries) 10.08.09 | |
| # * dumps db to yaml, gzip's and sends to S3 | |
| # | |
| # Setup: | |
| # 1) replace APP_NAME and BACKUP_BUCKET with your info | |
| # 2) add config/s3.yml like so (same as Paperclip's): | |
| # production: | |
| # access_key_id: ... | |
| # secret_access_key: ... |
| module Sunspot | |
| module SessionProxy | |
| class TandemSessionProxy < AbstractSessionProxy | |
| attr_reader :search_session | |
| delegate :new_search, :search, :config, | |
| :new_more_like_this, :more_like_this, | |
| :delete_dirty, :delete_dirty?, | |
| :to => :search_session |
I hereby claim:
To claim this, I am signing this object:
| yo yo yo yo\n yo yo yo |
| FROM phusion/baseimage:0.9.11 | |
| # https://github.com/phusion/baseimage-docker | |
| MAINTAINER Nick Merwin <nick@softcover.io> | |
| ENV HOME /root | |
| RUN /etc/my_init.d/00_regen_ssh_host_keys.sh | |
| CMD ["/sbin/my_init"] | |
| # ============================================================================== | |
| # install deps |
Great news — we just built out the Saved Meals feature you asked about! Here's what you can do now:
"Create a meal called Cold Cereal: 3/4 cup Bob's Old Country Style Muesli, 1/4 cup granola, 1/4 cup trail mix, 1/2 cup unsweetened hemp milk, 1/2 cup kefir, and 1 scoop whey protein powder"
The coach will look up the macros for each ingredient and save it as a reusable template.