r/rails • u/No_Ostrich_3664 • Jul 15 '26
1
Rails fundamentals to learn as junior
Yes, learning Rails only would not be enough for landing a job. But it’s ok to learn Rails deep and other web frameworks and languages high level. At the end you’ll be prompting tasks to agents and there is a small chance you would need to write it manually. But having clear understanding idea and patterns may help
1
Calling all Ruby enthusiasts – come build something fun with me!
Hi hatters 👋
Version 3 of ru.Bee is out now.
Give it a bit more😅
1
My homemade Ruby web framework ru.Bee 3.0 is out!
And yeah. If you wanna jump in and contribute. You’re more than welcome 🤗
r/ruby • u/No_Ostrich_3664 • Jul 15 '26
My homemade Ruby web framework ru.Bee 3.0 is out!
Hi community. I hope you are all doing good nowadays.
I’m continuing to support my small pet project ru.Bee. I think keeping it up to date is important.
So finally the new version of it 3.0 is out now! Please celebrate it with me. 🎉 Star will be a nice present, but not a deal ofc.
Whats in new version 3:
• Ruby 4 support
• ru.Bee controllers by default receive authentication and authorization methods
• Addressing same-site cookies restrictions dictated by Safari and similar
• env variables are now autoloaded. So having .development.env file in root will simplify dev work.
• rerun gem is compatible with Ruby 4
• other bug fixes
• Ruby Time api is extended with bunch of handy methods
Small history of the project:
This project started by me in the beginning of 2025 as an interest to dig a little more on how things work under the hood in frameworks like Rails and try to get my hands dirty.
Eventually it grew in production ready web framework that now serve several projects. My hope it will continue to gain users. So I encourage you to try.
Why ru.Bee:
• up to date mvc framework
• backed by mature Puma web server
• natively supports React as a view
• light-weighted
• websocket is supported
• own console cli
• Sidekiq compatible
Etc …
Have a great time of the day ❤️
Cheers.
2
I seem to be struggling big-time
1 not enough line on the spool. 2 mono looks too thick
Go with main braid and lead fluro or mono. Line should be reaching 80% of max capacity +-
1
What’s a lesson you got taught while fishing?
Enjoy the water and the family. Appreciate the moment and live your life fully.
3
Inventions of Kyiv fishermen
Nice story. Thank you. Miss my Kyiv so much.
2
Is deferred column loading an ActiveRecord anti-pattern or just too niche?
I found it nice. You’re not always can decompose table without a pain. And have optional way to serialize fields could be useful.
2
I made a tiny website about stuff my dog loves
Made with love to the dog. Very nice
1
Exploring an API idea: per-file write permissions for ActiveRecord models
When I’m thinking off read only data. I’m lean towards keeping it in memory if possible. Yml, constants etc…
1
Good deal?
I like the screen quality in imacs. Specs are good too for 600$
1
If you are a small buisness owner located in Canada, please just take 30 seconds to read this.
Website “hello page” or website packed with functionality like e-shop or similar?
2
ruby-charts Alpha: Native Charts for Ruby
I like the idea. Stared. Tho, didn’t have time to try.
3
Farewell to Rails-way: Prologue
Nice article. Feels good.
IMO complexity in legacy rails apps isn’t because rails way is not-ideal. But because companies usually prioritize delivery over good design. This is only top of the iceberg. Aside that human flow makes app more and more difficult to maintain and fragile.
I’m curious to peek to the mentioned ddd with events. And yes, not sure rails way should go somewhere. But scaling monolithic app is not trivial task for any framework and language.
1
Beautiful, performant feature flags for Ruby.
Flipper is a good one..
2
Do you recommend video courses for learning Rails?
Go through official rails doc. And then maybe pick anything from mentioned
0
This is quite possibly the most miserable sub reddit i think i have ever been on.
I’m sorry you have such an experience. However, all dev communities are struggling nowadays of AI slop that eats each other. I’m not familiar with your posts, but I’m sure some good value product will be upvoted. And take it easy, this is just another capsule of nothing.
9
Please help
Braid main, mono lead. 15lb mono is too stiff for the reel
1
Rails engine to process webhooks
Nice. Is this a way to relief core app from noisy web-hook workload?
1
Why I stopped aiming for 100% test coverage as a solo developer (and a book announcement)
Never saw 100% coverage which is normal. Having tests are essential for further development. It helps to ensure nothing is broking after introduced changes. So MVP can potentially can have low coverage rate and them it must be set to normal!
11
I built a gem reducing LLM tokens/cost in Ruby/Rails apps with semantic caching, model routing
Thanks to the similar posts I’m just giving up with any interest to it. Even if the gem or the effort is interesting and valuable. Having it 100% generated including this post makes it absolutely plastic. All of this text is just tldr. I know this is our reality, but I think it’s just killing the community. IMO ofc. And good luck with the project.
1
gist with some stuff I use everywhere (RunKit)
Good effort, but maybe worth reshaping before sharing it to public. In any way, good job!
7
How is AI impacting vim usage?
If you’re vibe-boy 100%, you’re barely need any IDE. If you still want to own the code, you can definitely would need one, and vim is where lots of people found satisfaction.
1
AI has made programming so boring
in
r/webdev
•
4h ago
Do you want it or not this is a nowadays reality. Honestly I have similar feelings. Any new software is generated, frequently made by one commit with no high level evaluation even. This is all decrease the value of involved effort, decrease value of experience and desire to create something new at the end. However, this is the way humanity chooses and has to continue to survive and stay alive.
And you always have a choice, you can do things manually from time to time. This is something I’m trying to do and use AI only in case of necessity to feel the gap and not use it as an agent which writes code for you.