How to get started?
Hi! Welcome to Rails! If you already have experience with other backend languages, you’ll likely pick up Rails fairly quickly. I recommend starting with a basic introduction to Rails, focusing on r...
Farhan Taimoor repliedHi! Welcome to Rails! If you already have experience with other backend languages, you’ll likely pick up Rails fairly quickly. I recommend starting with a basic introduction to Rails, focusing on r...
Farhan Taimoor repliedFirst, create a secure database that will be utilized to manage user accounts and transactions. Then, you will leverage the security offered by Rails on sensitive data by probably adding payment ga...
techanicinfotech repliedseems like those features are already implemented, so all you have to do is to install the gems with the instructions given in the docs for each.
Pedro Medina repliedTo make that editor work in any way shape, or form I had to add following line to the head in the application.html.erb
Patryk repliedI really enjoyed this lesson! Especially the deep dive into the source code. Thanks for creating great content and for your curiosity in exploring how Rails works!
Aindy replied@Johan André It seems some gems already exist like the ones below. https://github.com/pfeiffer/turnstile-captcha https://github.com/instrumentl/rails-cloudflare-turnstile
Tony | トニー repliedThanks for this update on Pay & Stripe. Can you add an application_fee using embeded checkout?
will repliedGreat explanation, couldn't be better!
José Carlos López repliedThis episode is very confusing @Chris because of the way you refactor your code every single minute...
stevenpy repliedIt looks like you are having trouble connecting Shrine and Dropzone.js in your project. To solve this problem, you can use AJAX to get the value from the file_field. Make sure to specify the correc...
RuthDow repliedgood stuff collin. thanks for the share!
Jason posted