
Verifying iOS in-app purchase receipts
1
General
Anyone have any experience with handling iOS in-app purchase receipts? I know there's a Gem called Venice, but couldn't find much documentation or tutorials online. Appreciate any advice!
Chris Oliver replied

Best way to render a page as a PDF
5
Gems / Libraries
I have tried several methods including PRAWN to generate PDF's. It seem there must be a better way. What is you recommendation?
John van Arkelen replied

Best way to render a page as a PDF
0
Gems / Libraries
I have tried several methods including PRAWN to generate PDF's. It seem there must be a better way. What is you recommendation?
Damon Delcoro posted

How to use Fixtures to create sample test data Discussion
1
General
Chris, thanks for all the great videos. These are super informative.
I have a question about fixtures and TDD in general.
Should I be creating a fixture for every potential variation in my model?...

Direct File Uploads to S3: Part 1 Discussion
18
General
how could you handle wildcard domains with CORS?? I have a multi-tenant site with dynamic subdomains? or can i just leave it defaulted to *?
Vladyslav Knysh replied

Javascript function firing on page load
1
Javascript
Hi,
I'm building my first web app using Jumpstart and I'm running into a weird issue with the Javascript in one of my show views.
The issue I have is that instead of firing on click, the toggleC...
benjaminhouy replied
Solved

Rails install error
0
Rails
Hello,
I am using the Ruby version 2.7.2 and while installing rails I got these error -
ERROR: Failed to build gem native extension.
So, please can anyone help me.
Thank you,
Neha
Neha posted

How do I deploy webpacker with nvm with capistrano?
2
Rails
Hi,
Was following your tutorial for capistrano but did not see any webpacker in there :(.
Right now I am having a problem that cap seems to be finding my old node version before I installed nvm...
Greg Blass replied

Stripe - Not cancelling access until the end of subscription period
6
General
Chris great job with the Stripe videos. I've just been through and implemented them. :)
The next bit I need to add is to stop my users access from disappearing the minute that they cancel. If they...
Chris Oliver replied

Thoughts on adding non-standard REST actions to a resource?
4
Rails
I have a `milestone` resouce that can be activated/deactivated as well as completed/reopened.
Rails pushes the standard 7 actions in your controllers: index, new, create, show, edit, update, destr...
Dan LeGrand replied
Solved

active record with oracle_enhanced adapter
0
Rails
Hi, i hope that someone can help me....There is a way to set ClientInfo Property that use my active record connection with oracle_enhanced adapter? Maybe in initializers\oracle.rb ?
DamianoRoRDev posted

Caching Active Storage in the Browser
1
Rails
I am been using Carrier wave to up load images. I upload them then have the ability to create.a cropped version which I show on my web site.The cache nicely on the web pages so they don't need re d...
Drew Bragg replied

Rails 5.2 ActiveSupport CurrentAttributes & Basecamp 3 Account ID URL Scheme Discussion
9
General
Cool stuff! Thanks
Andrew Haines replied

How do I submit multiple checked items?
18
Rails
Hi all,
can someone guide me in the right direction please?
Basically i have dynamic options a user can select 1 or many of these items. I thought checkboxes would be good for this.
The user then...
Alan Reid replied
Solved

Routing question: Pass a 2nd parameter in the URL?
5
Rails
Hi again :)
I would like to know how to get my routes how i want them haha as we all do :) Basically i want to get the edit variant URL to be like `/products/:product_id/variants/:variant_id`
ins...
Chris Oliver replied
Solved

Issue with devise
2
Rails
Hi all,
I am getting this error when i reset passwords - it throws to this error message. It still sends out the email, and allows me to reset the password. Any ideas whats causing this so i can fi...
Bill Tihen replied

lazy high charts gem
1
Gems / Libraries
Hi there,
I have been tinkering `lazy high gem` trying to get charts up and running, it works well with hard-coded data into the chart but when I try passing data dynamically i cant make some he...
Francisco Quinones replied

career on cyber security skills?
2
General
anyone help me to know about cyber security skills
MiracleJiggy replied

Video idea: Dry Monad
1
Ruby
Hi Chris,
Would be nice to watch a video about dry monads.
Lately been using a lot of dry-initializer combined with dry-types, I think you could make series of dry-rb gems.
But I have not yet st...
Chris Oliver replied

Realtime Group Chat with Rails [Revised] - Part 3 Discussion
0
General
Hi,
(I've now run through the videos, implementing them from scratch to this point twice, and still getting the same issue)
Looking at the frames in the cable entry in the Network tab of Dev Tool...
Tom Stone posted