David Kimura PRO
Joined 7/18/2015
Drifting Ruby Owner
Ruby Rogues Panelist
David Kimura PRO said over 1 year ago on MRSK in Depth :
I'd say it greatly depends on how you have your applications structured. Will they both access the same database or does the Admin page act like a separate entity and will manage the client facing app through an API? If they are sharing the same database, but completely separate apps, how would the two different types of actors access the application? Would they be differentiated through a subdomain or different routes (URI)? Would you completely separate the two into different clusters or use something like a Procfile to launch both applications on the same cluster and mount them at different endpoints?

So there's a lot of questions here (and some of them rhetorical, but just to get your mind thinking about this stuff). 

David Kimura PRO said over 1 year ago on Push Notifications from Scratch :
Yea, it's going to be a weird transition where iOS (and safari) is going to require two actions. 

David Kimura PRO said over 1 year ago on Push Notifications from Scratch :
That's strange. I just reimplemented the push notifications from this episode on a few of my hobby apps and didn't run into that issue (even when generating new keys).

David Kimura PRO said over 1 year ago on Push Notifications from Scratch :
I wonder if you have another view/partial that is rendering the full template (therefore making another request back to the Rails app for the manifest).

David Kimura PRO said over 1 year ago :
Looks like it. I'll get this fixed soon. I noticed a similar one on the front page. Thanks for reporting!