David Kimura PRO
Joined 7/18/2015
Drifting Ruby Owner
David Kimura PRO said over 3 years ago :
Are there any other errors?

David Kimura PRO said over 3 years ago :
I see. You may want to reach out to their support team as there could be an issue with their provisioner or they may be able to provide more logs.

David Kimura PRO said over 3 years ago :
You would need an Order model that belongs to the user. Once the order has been placed, you, as an admin, could query all of the orders and their statuses. As a user, they should be able to query just their orders since there is a relationship to the user.

David Kimura PRO said over 3 years ago on Hotwire Introduction :
  Bashar Not that I'm aware of. Check for JS errors.

David Kimura PRO said over 3 years ago on Creating Embedded Iframes :
Using a turbo_frame_tag will allow us to make a request to the Rails server and replace the turbo_frame_tag with something else. In this case, we needed to create an input box with a value of the iframe element so it can be embedded. Since we're creating a token for the embedded link, we needed to get some response from the server with this new record's token.

You can do a search of episodes that reference turbo_frame_tags with code:turbo_frame_tag as the search params. https://www.driftingruby.com/episodes?query%5Bname%5D=code%3Aturbo_frame_tag