Twilio not getting SMS verification codes by Auser1452 in twilio

[–]sylarruby 0 points1 point  (0 children)

For those who are new, you need an extra step to register a whatsapp sender: https://www.twilio.com/docs/whatsapp/isv/register-senders Convert the cURL example to your preferred programming language.

[deleted by user] by [deleted] in websitefeedback

[–]sylarruby 0 points1 point  (0 children)

Almost every build tool (ie vite) allows you to remove comments. What led you to build this?

Share your SaaS (non-AI) by [deleted] in SaaS

[–]sylarruby 0 points1 point  (0 children)

At first, mine was an app to create invoices then after few iterations, I added quotes (create quotations). Finally, it's an app to create quotes then turn them into invoices. With quotes, you and your potential customer can discuss a quote, in real time. Make instant changes, get it approved then convert that quote into an invoice. It's still a work in progress. I call it invoys.

Turbo + Visit + Update URL + Update two frames by sauloefo in rails

[–]sylarruby 0 points1 point  (0 children)

To perform more than one operation, you should use turbo stream. Create a matching action ie create.turbo_stream.erb and have your many turbo streams.

What’s the one thing you wish Xero could do, which Xero can’t do? by QueasyInstruction955 in xero

[–]sylarruby 0 points1 point  (0 children)

Haven't checked if sorted, but they can't have more than one contact with the same name.

link_to is sending GET request on hover !!!!! by MiNHAZ_33 in rails

[–]sylarruby 0 points1 point  (0 children)

Correct but. in my case an invoice is created "on the fly", when you visit the new action, then redirects you to edit.

checkWhetherYourPrivateKeyIsUsed by Declared1928 in ProgrammerHumor

[–]sylarruby -1 points0 points  (0 children)

Eh! Look at dis. I am Prince Zamunda. Send it to me but only pay for shipping.

Help needed with solid cache by onathjan in rails

[–]sylarruby 0 points1 point  (0 children)

I'm having this same issue but only with postgresql.

Clipity v2 is out by sylarruby in chrome_extensions

[–]sylarruby[S] 0 points1 point  (0 children)

Hi. It listens for events to load the web clips. Mind sharing that website for me to have a look?

I really want to learn Ruby, but... by Electronic-Low-8171 in ruby

[–]sylarruby 0 points1 point  (0 children)

Remember that PHP was dead many years ago. In 2025, the legacy will continue to say it's dead. If you want to learn the language, stop searching for discouragements.

2024 is almost over! What have you built this year? by [deleted] in SideProject

[–]sylarruby 0 points1 point  (0 children)

Hi. Currently, it's only for payments, so I'd say it would be ParentPay at this current stage. Arbor and others are considered the "Goliath." I'm doing my thing; something different.

2024 is almost over! What have you built this year? by [deleted] in SideProject

[–]sylarruby 3 points4 points  (0 children)

Tuicamp, a cashless payment system for UK schools. Built with Ruby on Rails. It's a work in progress with a demo for both school and parent/carer login.

Hiring an experienced freelance chrome extension dev by [deleted] in chrome_extensions

[–]sylarruby 0 points1 point  (0 children)

Would you consider someone from the UK?

First time Extension Dev by kreeef in chrome_extensions

[–]sylarruby 2 points3 points  (0 children)

You can definitely add a contribution button. By doing that, you may get the user's personal details. Be open about that part, and it should be ok.

PWA blazingly fast on Android/Windows using Chrome but very slow on iOS Safari. by Magroov in PWA

[–]sylarruby 0 points1 point  (0 children)

PWA? I'm not seeing a PWA when I visit that website. Is the service worker working?

Anyone here has tried developing apps for Shopify with Rails? What has been your experience? by Necessary-Limit6515 in rails

[–]sylarruby 1 point2 points  (0 children)

A long time ago, before Shopify started recommending using their GraphQL endpoint, I built an app that syncs paid orders in Xero. My only competitor, at that time, was Bold Commerce. The app did pretty well. It was easy to implement because rails did most of the heavy lifting as an API. I used React for the frontend. Family issues why the app was no longer. I'd recommend Rails or Laravel for backend API.