I completed my performance and scaling audit of Wiki Education's Rails app, and since they're open source, they agreed I could publish it publicly: https://t.co/x9hKHXjgBh It's a good look into how I evaluate an app, and how I think about prioritization of different issues.
We are thrilled to announce that Rootstrap's Martin Jaime & Santiago Bartesaghi will speak at RailsConf 2021!
Martin will talk about 'Using Rails to communicate w/ NYSE'. Santiago will speak on 'Building Dynamic Forms (JS FREE)'.
#RailsConf2021#RubyonRails#Rails
JS framework (developer)s inventing CSR, realising it was a misfire, and then *rebranding ‘websites’ as SSR* is a level of spin that a disgraced politician would kill for.
My wish for 2021 is that we get https://t.co/4YSZXcwhIl merged into #rails ❤️
Simple example but that would allow us to finally do:
Post.where { updated_at.gt(https://t.co/9op4t2Aei8.ago) }
Instead of:
Post.where('updated_at > ?', https://t.co/9op4t2Aei8.ago)
by @brunvez 👏
In https://t.co/Xn1CR7iMWT I put my preferred way to implement query objects in #ruby on #rails . It relies on a not widely known ActiveRecord feature: `extending`. If you like it, feel free to either use the gem or copy/paste the code since it's just 32 lines long 😄 #opensource
If you are a #rubyonrails developer and want to improve how we do db queries on #Rails check this article, with PR to @rails included https://t.co/H2IPMbqewW