This week’s RBQ Conf speaker highlights:
- Cristian Planas
- Yatish Mehta
- Szymon Fiedler
Community Pricing remains available for teams, students, and folks who are Open to Work.
rbqconf.com
Posts by Yatish Mehta
I published the #5 issue of Token Ruby
tokenruby.com/issues/token...
#ruby #rubyonrails
Are you going to use it for development?
Shouldn't the ViewComponents be stateless?
My newsletter Token Ruby has its own website
tokenruby.com
Let me know what topics would you like to read in the next issue
#Ruby #RubyonRails #AI
Thanks Chris
I started a newsletter for all things Ruby and AI, TokenRuby.
I published the first issue.
Let me know what topics would you like to read
#Ruby #RubyOnRails
buttondown.com/tokenruby/ar...
🚨 Just 2 weeks to go until the SF Ruby AI Hackathon!
💰 $3,000 in prize money is up for grabs!
Excited to welcome our incredible panel of judges:
Justin Bowen Kamil Nicieja Sarah Mei Victoria Melnikova
Remember Rails Rumble? 48 hours to build something incredible with Rails.
Now throw AI into the mix.
It’s time to bring it back. Who’s in? 🚂💥
#RubyonRails
📣 Exciting news! I’m co-organizing an AI Hackathon with the SF Ruby team — and you’re invited!
Ruby has long been the go-to framework for solo developers. But with the rise of LLMs, we’re asking: How far can we take Ruby in the world of AI? Let’s explore that together.
lu.ma/znhcct7v
One of the best parts of conferences is finally meeting people you’ve only known through GitHub & X.
Got to meet @andrzejkrzywda.bsky.social
@sethhorsley.bsky.social
@fractaledmind.bsky.social
@joel.drapper.me
#wrocloverb
While I stay close to Rails conventions, my current stack that I exploring
RSpec > Minitest
FactoryBot > Fixtures
Rubocop with standard > Rails omakase
Vite > Propshaft/importmaps
Inertia/React > Turbo/Hotwire/Stimulus
Dokku > Kamal
While I have gone back and forth, this is my happy place
I just published a new gem to provide Zanzibar-style fine grained authorization in Ruby on Rails.
Would appreciate some feedback
github.com/yatish27/gra...
This article by posthog is so good:
newsletter.posthog.com/p/50-things...
"Reduce your work in progress. PRs should be doable in a day, start your day by responding to others’ review requests, merge whenever, ship behind a feature flag, and test in production."
What’s the theme and font?
Why is #Rails community's aversion with React?
For a framework that boost conventions, there’s no recommended way to mount a React component.
Yes, React isn’t the ‘best’ but the ecosystem is massive.
Rebuilding everything in Hotwire isn’t economical— even Shopify, Gusto, and GitHub use React. 🤷♂️
If it is external API, the app would use access key/API key provided by the external API
Do developers typically commit `config/credentials.yml.enc` and `config/production.yml.enc` to source code in their Rails applications, or do they prefer using plain old environment variables (ENV)?
Curious to know everyone's thoughts
#Ruby #Rails
For Postgres, would you run it in docker or natively?
I just published an article on how to setup a new app using Rails 8, Vite and Tailwind 4.
medium.com/@yatishmehta...
#rails #ruby #tailwindcss