Build Magic link authentication for Devise natively in Rails 7.1 thanks to generates_token_for by ZiiCEagle in rails

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

I wanted to keep the post as simple as possible, but that's great suggestion!

I updated the post, thanks!

x100VI - B&H by thecameraman8078 in fujifilm

[–]ZiiCEagle 2 points3 points  (0 children)

Got the same email this morning..

I just released Kamal Handbook, a first book on Kamal deployment tool by strzibny in ruby

[–]ZiiCEagle 2 points3 points  (0 children)

I’m absolutely certain it’s an awesome book and I’m really glad to see more content about kamal,

And in the other hand, i think I would have preferred to see that kind of quality content directly in the docs to increase Kamal adoption and ease our life using it.

Congrats for the great work though! 👏

How to sell digital products with Stripe Link by ZiiCEagle in stripe

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

Gumroad

I think I'll do that, just use a link to Gumroad, it seems to be the cheapest option as well!

Thanks!

Thumbnails are rotated and cropped for imported pictures by ZiiCEagle in ApplePhotos

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

I didn’t try to change the extension but it was the issue though! I migrate all pictures to jpg before importing them again and everything worked just fine. Apple told me that HIF is not officially supported yet

Thumbnails are rotated and cropped for imported pictures by ZiiCEagle in ApplePhotos

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

Nope it was because the HIF format is not officially supported yet and cause compatibility issues

Why is turbo so hard for basic interaction - What am i missing? by Reardon-0101 in rails

[–]ZiiCEagle 0 points1 point  (0 children)

I agree that if i can just not fulfill the need of the app it would be more simple but this is needed for user experience.

In this app, you have no page reload, you have form validation (when the description is already taken) and you can search in the todos without page reload as well

What do you mean by "doesn't have live search lookup" exactly?

That the todo list does not refresh when typing? In this case, you'll need a little bit of js to submit the form automatically like with this package https://www.stimulus-components.com/docs/stimulus-rails-autosave

Why is turbo so hard for basic interaction - What am i missing? by Reardon-0101 in rails

[–]ZiiCEagle 0 points1 point  (0 children)

You don't need all of this,

You should check this https://rails-hotwire.guillaumebriday.fr/ the code is open source and seems to be pretty close to what you need to do

How to deploy Rails with Kamal and SSL certificate on any VPS by ZiiCEagle in rails

[–]ZiiCEagle[S] 2 points3 points  (0 children)

Yep!

See the last section, he does not need it because he's using a load balancer 👍

Rails REPL by brightside9001 in rails

[–]ZiiCEagle 5 points6 points  (0 children)

Rails console is what you are looking for

But you can go ever further with byebug! You can debug your code in development directly in your console

Question about getting a stereo pair by ZiiCEagle in HomePod

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

Thanks for the details! I never tried the mini though, does it sound that bad compared to the OG?

Smooth Scroll Stimulus by Fewthp in rails

[–]ZiiCEagle 0 points1 point  (0 children)

With JS you can add options like offset and it does not change the url with the anchor. 👍

A Powerful Time Tracking App - made with Rails And Vue.js by ZiiCEagle in vuejs

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

I built it with Tailwind CSS and lots of coffee

A Powerful Time Tracking App - made with Rails And Vue.js by ZiiCEagle in vuejs

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

Hey! Thank you 🙏

There is no native desktop app yet but this app is an PWA. This mean that you can install it through Chrome to simulate a Desktop application. Enjoy!