How grape-entity works
Someone asked on Reddit a question like: > Can anyone provide me an informative article on how grape-entity works? I don't know or not able...
2024
Someone asked on Reddit a question like: > Can anyone provide me an informative article on how grape-entity works? I don't know or not able...
Think carefully about whether I truly need an array column in Rails or if it's more effective to create it as JSON from the start....
I just installed ruby 3.4.0.rc1 to test some things in a new Rails 8 app. But I am glad that I can do this with...
I found this quote in this article about Twitter moving to Scala: > But he also prefers Scala because it's, well, beautiful. "It's a fuzzy...
🚀 Launches • Stanislav Katkov launched the website for poshtui.com • Lindsey Christensen launched the Hotwire Essentials • Sandi Metz announced a 40% discount for...
Maybe this would be a great time to share more buildinpublic or experiment with how this works. This morning, I added a footer to the...
If you're planning to start a blog or just publish some notes, may I suggest two projects launched by two very lovely Ruby developers? Both...
🚀 Launches • There are still a lot of discounts available for Ruby developers. See them on https://newsletter.shortruby.com/p/deals-for-ruby-developers-2024 • Stanislav Katkov launched hooks.poshtui.com - Lastest...
This is a weekly reminder that if you want better suggestions for Ruby and Rails projects using LLMs (Large Language Models), you should consider writing...
If you are using: - MacOS - Neovim configured with Lua - a Ruby version manager (for example chruby) - zsh Then in case you...
🚀 Launches • Kuba Suder launched sdk.blue - a collection of all SDKs about Bluesky • Brian Casel launched Instrumental.dev - Rails UI Components to...
What kind of image (compressions, AR, ...) do I need to upload to Bluesky to have them show high quality? Here is a comparison (left:...
I was reading this article Hey, AnyCable speaking! Needing help with a Twilio-OpenAI connection? by Vladimir Dementyev over last weekend and noticed an example of...
The following piece of code is inspired by something I wrote the other day. I cannot share the exact piece of code or the content,...
🚀 Launches • Josh Branchaud launched Ruby Operator* Lookup • Andrea Rocca launched blackfridaycapitalist.com - a pay to play directory of Black Friday deals •...
Seen on Homepage
When I work with VCR in Ruby on Rails, I like to see the structure of the body printed as formatted JSON The current setup: ...
I am so grateful for the ongoing effort to improve the Ruby documentation done by Stan Lo. I think we should try to contribute too...
A little bit of bikeshedding: In Ruby, even outside of guard clauses, I sometimes use modifiers to make the code easier to read out loud....
🚀 Launches • Ruby Cademy (pre)launched a new e-book, "RubyCademy Cards" • Rob Race launched Rails Simple Auth - Unlock Rails 8 Authentication 📅 Events:...
A small tip: when using the Ruby `debug` gem To shorten the debug time, I like to add a `puts <var>` at the end of...