Creating a Ruby Gem for Black Friday sales Discussion
We're using this gem to hide and show the Black Friday sale banners on GoRails. 🎉 Check out our Black Friday sale: https://gorails.com/blog/black-friday-2024
Chris Oliver postedSave 36% for Black Friday! Save 36% on GoRails for Black Friday! Learn more
We're using this gem to hide and show the Black Friday sale banners on GoRails. 🎉 Check out our Black Friday sale: https://gorails.com/blog/black-friday-2024
Chris Oliver postedTo do that, you'd need to have a way to dynamically add the engine folders to the `tailwind.config.js` in the parent app. That runs Node, but you could probably have it run a Rails command to get a...
Chris Oliver repliedCan anyone tell me if using Cloudinary can be used as a better alternative to Amazon S3 for file uploads ? Especially since Cloudinary seems to have Digital Assets Management commands that will wor...
D john repliedDid you figure out how to stub this? I've been trying to write some tests for this functionality as well and can not figure this out.
Matt Bjornson repliedIf anyone using HAML, and having the problem where the content rich_text_field is of type="hidden" This fixes it. (Thanks Patryk) ``` !!! %html %head %meta{:content => "text/html; charse...
D john repliedFirst you need to bind to 0.0.0.0 when launching your server. Second you can access your server from remote machine in LAN using your http:// host_ip:port - kinda like http:// 192.168.1.10:3000 Th...
Alex Sinelnikov repliedAnswering my own question now that I've been working for a month or two with Rails. Rails folks usually rely on background jobs to work with concurrency. If you need to send a couple of HTTP requ...
Matheus Cumpian repliedThe costs of using a payment software solution can vary depending on the features and scale you need. Typically, subscription fees, transaction charges, or setup costs are involved. For example, if...
Srichakradhar Reddy Nagireddy repliedgreat video dude, nice job
Camden Dickerson repliedNext session should do this for nostr 🙃
Martin Barilik postedThose export paths would seem to hard wire Ruby versions. As Chris says you want to use something else to select Ruby versions. A very simple one is chruby. Doesn't seem to get much attention proba...
Greg S repliedIn development, the asset pipeline typically compiles only requested assets and their dependencies. If it's compiling all assets, it could be due to: Manifest Configuration: Broad directives like ...
Roger Farrell repliedHi there, I'm sorry to hear you're having trouble setting up email verification on your Rails 7 app. I understand how frustrating it can be dealing with fake users and the potential risks of send...
Cassandra Pace repliedWhat is the error?
Chris Oliver repliedThanks for your answer. This is what I'm looking for.
Jacqueline Lavender repliedHello, you can create a search method in your Activity model or a service object that takes a search term and returns relevant activities. In your controller, you would set up an action to handle t...
Terry Bonds repliedYou handle authentication in a custom controller and redirect users based on their type. Adjust the views as needed for your specific design and functionality.
Jacqueline Lavender repliedWhat is the best way to generate SEO friendly urls? The Rails default is to put the id in the URL e.g articles/2 I want to be able to have a url like this articles/article-heading Previously I...
William Kennedy replied • Solved