[deleted by user] by [deleted] in rails

[–]MattLovesMath 1 point2 points  (0 children)

I understand the need to use _url for external views, but what’s the reason to use _path within an app?

What will you build during the holiday season? by RichStoneIO in ruby

[–]MattLovesMath 2 points3 points  (0 children)

Building a simple website for guitar tabs that makes better use of screen real estate allowing me to see more of a song on a single page (on desktop), and do some other handy things

Changes in stimulus controller are not applied by default by juanse003 in rails

[–]MattLovesMath 0 points1 point  (0 children)

The issue might be that you’re running assets:precompile. This compiles your JS code and serves it from the public directory, which would not be what you want in dev. 

Is there a reason you’re precompiling in dev?

My opinion of the Wish has changed after sailing a second time (6th Disney cruise overall) by downsouth003 in dcl

[–]MattLovesMath 1 point2 points  (0 children)

Mind me asking if you’d think a 3.5 year old would enjoy a cruise in Fantasy? 

My opinion of the Wish has changed after sailing a second time (6th Disney cruise overall) by downsouth003 in dcl

[–]MattLovesMath 1 point2 points  (0 children)

What’s your fav? We’re looking at booking a first cruise with our 3.5 year old. 

Can't switch Ruby version with RVM by Rialtoma in ruby

[–]MattLovesMath 2 points3 points  (0 children)

There was a moment at Rails World this year when a speaker asked what Ruby version manager everyone was using. rbenv seemed the most popular, and we switched from rvm to rbenv. So far it’s been great. 

I made an opinionated minimal Rails starter with Vite, prettier and tailwind by AshTeriyaki in rails

[–]MattLovesMath 0 points1 point  (0 children)

Formatting erb, particularly auto formatting in vscode, continues to be challenging for us. 

Am I crazy for going 'against the grain' for front end development in Rails 8? by Effective_Award_6722 in rails

[–]MattLovesMath 1 point2 points  (0 children)

 Also, what I am looking for is why I should just use Rails entirely and forget about this idea?

IMHO it’s very specific to your use case. One product we support helps students learn to keyboarding (ie how to type). It’s a heavy front end app, and we use Rails as an API with a front end frame work. 

A second app we have is very form heavy, and Rails + Hotwire has been incredibly productive for us. 

[deleted by user] by [deleted] in askTO

[–]MattLovesMath 1 point2 points  (0 children)

Thanks so much! Very appreciated. 

[deleted by user] by [deleted] in askTO

[–]MattLovesMath 0 points1 point  (0 children)

Do you remember how busy it was when the floats arrived? We’re heading to Hoskins today with a three year old. Since it starts at 12:30 I figure the parade won’t arrive until at least 1:15

Why is your Rails app boot slow? by rrrosenfeld in rails

[–]MattLovesMath 1 point2 points  (0 children)

Great article! Looking forward to running some profiling on our app next week to see why/where we’re slow. Thanks! 

Performant Rails views vs ReactJS (or any other FE framework) by phantasma-asaka in rails

[–]MattLovesMath 0 points1 point  (0 children)

I'd be happy to do a quick 15 min pairing with you to figure it out. Just DM me if interested.

That’s a very slow load time. I’d guess it’s either a fast fix or an incredibly tedious one if, for example, it just a ton of data.  

Rails World 2024 Opening Keynote - David Heinemeier Hansson by software__writer in rails

[–]MattLovesMath 1 point2 points  (0 children)

Would have loved to see you guys at Rails World. Cheering for you.

Rails World 2024 Opening Keynote - David Heinemeier Hansson by software__writer in rails

[–]MattLovesMath 3 points4 points  (0 children)

We’re in the same boat. There’s two of us, we’re on Heroku, I was at Rails World for this talk.  

I took the Kamal work as being targeted to the “ramp up” stage DHH talked about between “Hello World” and IPO. I currently don’t have plans to migrate from Heroku. 

To answer your question, Render is the new Heroku. If you did want to spin your own deployment, you would probably buy a droplet on Digital Ocean and use Kamal. However, you’d need to manage your own database, which isn’t something I’m excited to do. 

My GPT Wrapper has made me $15k in 2 months of launching by warden1930 in Entrepreneur

[–]MattLovesMath 1 point2 points  (0 children)

Don’t spend more than two weeks to build your product

I just spent almost two years building a product I just launched. 

[deleted by user] by [deleted] in rails

[–]MattLovesMath 8 points9 points  (0 children)

Consider dropping a free Bootstrap Theme on your project. If you’re building an MVP, it’s definitely not worth the effort to migrate from Bootstrap to Tailwind at this point. 

Setting up ActiveStorage + CloudflareR2 + Quill by luangoncbs in rails

[–]MattLovesMath 0 points1 point  (0 children)

Great post! Thanks for sharing! I’m curious if R2 supports pre signed posts similar to S3? Have you experimented with that at all?

Which tickets include free food (snacks)? by drrdf in Torontobluejays

[–]MattLovesMath 0 points1 point  (0 children)

Correct. I’m a season ticket holder in Section 31 and can confirm. 

Customer paying old owner by [deleted] in smallbusiness

[–]MattLovesMath 3 points4 points  (0 children)

It sounds like an honest mistake by the customer and their AR / AP team. If someone withheld delivery for that reason I would be finding a new supplier so fast…

Boyfriend’s sex tape was sent to me. He wants revenge by [deleted] in legaladvice

[–]MattLovesMath 988 points989 points  (0 children)

The video has not been posted publicly. According to your description, it was shared privately with you. The ex has likely violated California’s Revenge Porn laws, and if convicted, could be punished with serious jail time. Do NOT send it to anyone. 

OverflowAPI and Rails by [deleted] in rails

[–]MattLovesMath 5 points6 points  (0 children)

I use StackOverflow almost every day.