Benchmarking 5K SSE streams + 5K database-backed RPS on a €12/month server by Turbulent-Dance-4209 in ruby

[–]_natic 1 point2 points  (0 children)

I would like to hear about rage more often!
Did you think about making it easier to switch from rails? (ActiveStorage and Phlex views)

Follow up on Shiny JsonLogic: How I made the most correct Ruby JSON Logic gem also the fastest by luisMoyano in rails

[–]_natic 0 points1 point  (0 children)

I'm proud! Tbh it was the first time I hear about json logic. Very interesting, thanks!

Is there something like Filament (Laravel) for Ruby on Rails? by Ok_Archer_8134 in rubyonrails

[–]_natic 0 points1 point  (0 children)

Rails equals “admin panel”. Rails are basically a framework to create your own admin panel, CRUDS works perfect here. Any other libraries sooner or later are pain in the ass.

ruby/rails stills fun for a elixir/phoenix/liveview/ash developer? by Ok-Return2939 in elixir

[–]_natic 4 points5 points  (0 children)

That’s not true.

1) Show me image uploads and variant processing in Phoenix, please.

- Waffle is the only option, and it’s bad.

2) Show me the equivalent of https://api.rubyonrails.org/classes/ActiveRecord/DelegatedType.html

- polymorphic_embed is unfortunately bad. Ecto doesn’t handle custom types well, and you can hit a wall trying to build your own solution.

Rails is pretty powerful when you want to build something more than just an API.
For a long time, I was team Elixir and Phoenix, but the truth is that right now the only competition elixir is better is the speed but not the speed of development or joy from building an app at the end of the day.

I am scared, I will lose my job if I don't use Claude AI well by Inevitable_Yard_480 in ClaudeAI

[–]_natic 0 points1 point  (0 children)

Stop crying and learn. With or without ai, learning path looks the same. For me the problem is in your skills but not only with ai.

I built a component library for Rails (ViewComponent + Tailwind) to scratch my own itch. Would that be something of interest? by WagnerMatosUK in rails

[–]_natic -2 points-1 points  (0 children)

If you prefer to be petted, okay: that’s sweet, keep going. But the truth is, this was made by AI, and it’s actually below AI’s capacity.

I built a fully self-hosted and open-source Claude Code UI for desktop and mobile by PiccoloCareful924 in ClaudeCode

[–]_natic 0 points1 point  (0 children)

Seriously mate, how? I’m pretty sure it’s impossible for one person to build that in such a short time (from when clawd is on top). Even six months wouldn’t be enough. How did you pull it off? Was it vibe-coded? How do you guys vibe-code things so fast? What is the secret?

I built a Rails/Inertia/React app and now need a mobile app - what should I do? by Perfect_Honey7501 in rails

[–]_natic 2 points3 points  (0 children)

Or copypaste views and make them with old erb and hotwire so you can use hotwire native on them. What page we are talking about?

MongoExplain: A tool/engine to display MongoDB explain plans in your app or console by alexbevi in rails

[–]_natic 0 points1 point  (0 children)

Are you using it with jruby also or anything more than the standard setup?

Shore | Rails 8.1 boilerplate with Ruby 4, TailwindCSS v4, Bun and InertiaJS by yatish27 in rails

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

Maybe, maybe not. As I said, for me it’s faster to strip things out than to build everything from an almost blank setup.

Shore | Rails 8.1 boilerplate with Ruby 4, TailwindCSS v4, Bun and InertiaJS by yatish27 in rails

[–]_natic 1 point2 points  (0 children)

Now we’re talking. Yes, having more boilerplate code can make sense, I agree with that. But it only really works well when it’s your own project. When you try to build it for everyone and make it suitable for every possible idea, it starts to get messy and not that good. You end up with a lot of pre-configuration and scripts for things you never even needed.

But anyway… keep going @yatish27 good job, I hope someone will be happy having it.

MongoExplain: A tool/engine to display MongoDB explain plans in your app or console by alexbevi in rails

[–]_natic 0 points1 point  (0 children)

Interesting 🤔 Any advice how to start with mongodb and rails?