Dean Moyes
Joined
Activity
Posted in Ruby Module Include Tracking Discussion
Nice tutorial
Have you tried it with a real-life project? Thanks for sharing :)
Awesome tech stack. This is the way to go. Thanks for showing us!
Posted in Using Webhooks with Stripe Discussion
Thanks a lot, Chris! And I totally agreed with your suggestions. Kudos to you!
Posted in Using Webhooks with Stripe Discussion
Awesome episode, Chris. I just loved it. I'm trying to build a simple website for user to listen musics online with subscription model. The idea is simple, users pay monthly subscription and every month, they can listen any new 20 songs. Everything works well as Stripe webhooks fired every month.
The problem is when someone pay YEARLY subscription (20% discounted). How can I deal the same logic as now, Stripe webhook only fire in yearly basis. Would love to hear your thoughts, Chris!
What markdown parser gem did you use for this episode Chris?
Posted in Pretty urls with FriendlyID Discussion
Yeah, that what I thought. Chris, thanks a lot for your help! This place is fantastic.
Posted in Pretty urls with FriendlyID Discussion
Thanks Chris. Just the last question on this. How do I dynamically generate the wistia video's id for every single page to make the javascript below work on them?
<script>WistiaEmbed = Wistia.embed("abcd1234", {...});</script>
Posted in Pretty urls with FriendlyID Discussion
Thanks Chris. Then how should we store video's id like Wistia in the database? What is good practice for this? Any suggestion?
Posted in Pretty urls with FriendlyID Discussion
In real project, should we use integer for userId? How about if 2 different user signup at the same time and who will be assigned 1 or 2?
Posted in Sending emails with Mandrill Discussion
Just wondering what are benefits to use Mandrill over the simple mail() method that you mentioned apart from the flexibility of templates manipulation out of code?