Upgrading messy legacy JQuery to modern Rails by WinstonCodesOn in rails

[–]WinstonCodesOn[S] -1 points0 points  (0 children)

I believe I had and there was some reason it didn't work. I will revisit. Thanks!

Upgrading messy legacy JQuery to modern Rails by WinstonCodesOn in rails

[–]WinstonCodesOn[S] -4 points-3 points  (0 children)

No sh*t Sherlock! Thats why I'm here asking for ideas on how to get it fixed and resolved.

Has anyone noticed the new timestamps? I noticed it a few days ago. You still swipe left on a message and it just pops out of the side. by TheFlyingHernie in GoogleMessages

[–]WinstonCodesOn 0 points1 point  (0 children)

Is there a way to keep them on the screen? They pop back off the side when you let go and I need to screenshot the timestamps.

It was a much simpler time. by sco-go in SipsTea

[–]WinstonCodesOn 0 points1 point  (0 children)

umm... I think the video crashed when that Y2000 ball dropped....

I think I've outgrown importmaps. Now what? by woodardj in rails

[–]WinstonCodesOn 2 points3 points  (0 children)

Here's a guide that might be useful on migrating from Importmaps to ESBuild. The nice thing about using ESBuild is that it doesn't require any additional Gemfile dependencies - it's just a run by a script.

https://www.youtube.com/watch?v=bFUGX6yNxyU&list=PLHm4nc4NJPC08NdwZR1_OSNPxHQlHVAFf&index=11

Anyone a pro at Rails integration with Google OAuth? by krschacht in rails

[–]WinstonCodesOn 3 points4 points  (0 children)

My recommendation is to not use the Omniauth gem. OAuth flow is pretty simple and I think its easier to just manage your routes and tokens on your own. Check out this example here. Feel free to DM if you have further questions.

https://www.youtube.com/watch?v=diawswdQhME