Ahmed Nadar (@ahmednadar) 's Twitter Profile
Ahmed Nadar

@ahmednadar

🤝 Rails Experts railshub.pro
🧱 Dev Agency rapidrails.cc
🎨 Rails UI Components rapidrails.cc/components

ID: 18496288

linkhttp://ahmednadar.com calendar_today31-12-2008 02:32:51

11,11K Tweet

1,1K Takipçi

566 Takip Edilen

Pascal Laliberté (@pascallaliberte) 's Twitter Profile Photo

If you’re wondering where buyers are in a changing market, I’d look for these examples of movement. Where people are just past an "enough is enough realization": A tool we rely on has some defects. We’ve been letting it slide by compensating with our time, but now we’ll be very

Marc Miller ᐅᑭᒫᐃᐧᐅᓃᐸᐄᐧᐤᐃᔨᐣ (@marcmillervm) 's Twitter Profile Photo

There you go. That’s the Conservative play. Let the election happen and Pierre Poilievre will be “in sync” with the US administration. Not my words. Don’t be fooled, Canada. Elbows Up!

Ryan Turnbull 🇨🇦🇺🇦 (@turnbullwhitby) 's Twitter Profile Photo

Evan Dyer says, “It’s been difficult to get the same level of accountability from the Poilievre campaign as it has been from past conservative campaigns or from the other parties in this election campaign.” Why can’t Poilievre handle questions from the media? #cdnpoli #elxn45

Ruby on Rails (@rails) 's Twitter Profile Photo

This Week in Rails is out! Thanks to those whose contributions are included this week: Gannon McGibbon, AliSepehri, @alex_ghiculescu, Edouard-chin, Akshay Birajdar, and Dima Fatko 🇺🇦. Find the full edition here: rubyonrails.org/2025/4/11/this…

This Week in Rails is out! Thanks to those whose contributions are included this week: <a href="/GannonMcGibbon/">Gannon McGibbon</a>, AliSepehri, @alex_ghiculescu, Edouard-chin, <a href="/_akshay_b/">Akshay Birajdar</a>, and <a href="/fatkodima/">Dima Fatko 🇺🇦</a>. Find the full edition here: rubyonrails.org/2025/4/11/this…
Ahmed Nadar (@ahmednadar) 's Twitter Profile Photo

⚠️ TailwindCSS has a common issue relates to how it generates CSS classes. For example it generate some classes in dark mode & not in light mode. ✅ Solution, use the safelist (v3.tailwindcss.com/docs/content-c…) option to add all needed classes in "tailwind.config.js"

⚠️ TailwindCSS has a common issue relates to how it generates CSS classes. For example it generate some classes in dark mode &amp; not in light mode.

✅ Solution, use the safelist (v3.tailwindcss.com/docs/content-c…) option to add all needed classes in "tailwind.config.js"
newton (@zhephyn) 's Twitter Profile Photo

This week’s Ruby Junior and Mid-level developer book club is out now. In this we covered chapters 23 and 24 of Eloquent Ruby. Enjoy! youtu.be/YobXD7CAVs4?si… youtube.com/watch?v=wY8Txg…

Jason Fried (@jasonfried) 's Twitter Profile Photo

Here's the first preview of a brand new product we're working on called Fizzy. It's our take on an idea/issue/bug tracker. Aiming to ship later this year. I plan on doing videos every week or two showing progress, changes, stuff we're stuck on, new ideas we're trying out, etc.

Richardson Dackam (@richardsondx) 's Twitter Profile Photo

I built an n8n workflow generator. last week I built json.richdackam.com because I was getting frustrated scrolling through Claude generated n8n json workflow to fix them. Got tired of fixing them so I decided to make this 👇

Ahmed Nadar (@ahmednadar) 's Twitter Profile Photo

def edit render :edit, layout: "dashboard" end 🤔 Rails question: This works perfectly, but I can't find this pattern in the Rails guides!!! Has anyone used action + layout in a single render call before? It works as intended, but wondering if it's considered best practice.

def edit
   render :edit, layout: "dashboard"
end
🤔 Rails question: This works perfectly, but I can't find this pattern in the Rails guides!!!

Has anyone used action + layout in a single render call before? It works as intended, but wondering if it's considered best practice.