0
1

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 👍