Ruby Weekly
@RubyDiscussions
Followers
229
Following
23
Media
149
Statuses
3K
Articles, projects and tutorials about #Ruby. Weekly newsletter: https://t.co/BmfqlMW0A4
Joined December 2021
Lost on the Ruby tutorial https://t.co/2aD8HjVkj6 Discussions: https://t.co/tEMgdLZG9e
#programming #rails #ruby #webdev
guides.rubyonrails.org
This guide covers getting up and running with Ruby on Rails.After reading this guide, you will know: How to install Rails, create a new Rails application, and connect your application to a database....
0
0
0
Show HN: I built a Ruby gem that handles memoization with a ttl https://t.co/nw0uM3ondp Discussions: https://t.co/QWdbN1RHoV
#programming #ruby
github.com
MemoTTL is a thread-safe memoization utility for Ruby that supports TTL (Time-To-Live) and LRU (Least Recently Used) eviction. It's designed for scenarios where memoized values should expir...
0
0
0
Integrating Stripe Webhooks in Ruby on Rails https://t.co/UHVi0wt1eZ Discussions: https://t.co/ySdwrTuSLV
#programming #rails #ruby #rubyonrails #webdev
0
0
0
Understanding Ruby’s `tap` — A Powerful Debugging and Configuration Tool https://t.co/x6wajvxwve Discussions: https://t.co/Mbkrihrfj2
#programming #ruby
hsps.in
Ruby’s Object#tap is a small but powerful method that often goes unnoticed. It allows you to “tap into” a method chain, perform some operation, and return the original object—regardless of what the...
0
3
2
RubyMine 2025.1 https://t.co/TkIB7dCIHg Discussions: https://t.co/edzIV9U4kR
#programming #rails #ruby #webdev by @jetbrains
blog.jetbrains.com
RubyMine 2025.1 introduces a massively upgraded AI Assistant (code completion for RBS, offline mode, more models available, and other features), support for the latest Kamal version, debugging for mul
0
0
0
Building High Performance Ruby REST APIs with Rage https://t.co/LF9IH2q2hL Discussions: https://t.co/hR9E5T3wg0
#programming #ruby
zuplo.com
Learn how to build Ruby on Rails compatible REST APIs that are fast, modern, and developer-friendly using Rage.
0
0
0
Is No PaaS really a good idea for Rails? https://t.co/COmmMEyQuH Discussions: https://t.co/uwxU0hwySf
#devops #programming #rails #ruby #webdev
honeybadger.io
Rails 8 promises to make it easier to deploy and host Rails apps, no-PaaS required. Jump in with us to see how it falls a bit short of this lofty promise.
0
0
0
Fix N+1 Queries Without Eager Loading Using a SQL Subquery https://t.co/R8K6ac05Ql Discussions: https://t.co/5r0rfWKq96
#programming #rails #ruby #webdev
writesoftwarewell.com
Learn how to use SQL subqueries to eliminate N+1 queries and improve performance without eager loading.
0
0
0
How We Moved from Sidekiq to Temporal in Ruby (and What We Learned) https://t.co/4QjZVD7V5j Discussions: https://t.co/bDXxCU9CmS
#programming #ruby
release.com
Ruby on Rails developers often use Sidekiq for background processing, but complex workflows can push its limits. Learn how Temporal, a workflow orchestration engine designed for durable, stateful...
0
0
0
📘 I Created a GitHub Repo of 300+ Rails Interview Questions (From Basics to Advanced): Feedback Welcome! https://t.co/fOvZkLuxx0 Discussions: https://t.co/DdmSSBDHz6
#programming #rails #ruby #webdev by @gardeziburhan
0
0
0
Deflaking System Specs by Migrating to Playwright https://t.co/mkmZkIzfGo Discussions: https://t.co/yBOmPE9jwt
#programming #rails #ruby #webdev
blog.yuribocharov.dev
Deflaking System Specs by Migrating from Selenium to Playwright The post is mainly targeted towards Ruby developers that write system specs and have issues with non-determinism. I recently worked on...
0
0
1
Ex-CEO Twitch streaming Ruby https://t.co/rJjghVpyUa Discussions: https://t.co/otcQFDsPYr
#programming #rails #ruby #webdev
twitch.tv
Writing Ruby and Bash, previously Founder/ex-CEO Buildkite
0
0
1
Why you are supposed to use Lambdas instead of Procs when you define your Rails scopes https://t.co/2pSbzU5BQE Discussions: https://t.co/lPOgUbxapH
#programming #rails #ruby #webdev
linkedin.com
You’ve probably heard it before: "Procs and lambdas are basically the same." But there’s a critical difference between the two: A Proc returns from the method where it was defined.
0
0
0
Working with Ruby on Rails at 37signals https://t.co/CX21771Js1 Discussions: https://t.co/9I9MwL9K2W
#programming #rails #ruby #webdev
world.hey.com
I joined 37signals five and a half years ago. I don’t think this is the right company for most people or that most people are a good fit for it. At the same time, I know this can be a dream job when...
0
0
0
Rare job opening for a junior programmer at 37 signals(the company that birthed rails) https://t.co/AwzwwBpepQ Discussions: https://t.co/pGk7n1pQvL
#programming #rails #ruby #webdev
apply.workable.com
37signals is best known for making Basecamp and HEY, writing business and software books (Getting Real, REWORK, REMOTE, It Doesn’t Have to Be Crazy at Work, and Shape Up), and inventing the Ruby on...
0
0
0
Shopify CEO says no new hires without proof AI can’t do the job https://t.co/eDAs8t0vbw Discussions: https://t.co/uHg52VqMQD
#programming #ruby
theverge.com
Tobi Lütke shared a memo outlining the expectation.
0
0
0
Reduce Memory Usage of Your Rails Application by Selecting Specific Columns https://t.co/mj7aHQgCan Discussions: https://t.co/tBnPbkAByl
#programming #rails #ruby #webdev
writesoftwarewell.com
Reduce the memory used by your Rails applications by only querying the data you actually need from the database.
0
0
0
Dave Thomas, co-author of The Pragmatic Programmer, is keynoting Sin City Ruby https://t.co/op44FFCFW1 Discussions: https://t.co/LmikcVXpCt
#programming #ruby
0
0
0
Active MCP: Integrate Rails with AI Assistants using Model Context Protocol https://t.co/UKGTZ9JMlS Discussions: https://t.co/RVT62XTLrI
#compsci #machinelearning #programming #rails #ruby #webdev
0
1
1
After 14 years, Gumroad is officially open source! 💫🚀 https://t.co/m840zcc3Jm Discussions: https://t.co/67u5QKgqWS
#programming #rails #ruby #webdev by @antiwork
github.com
Sell stuff and see what sticks. Contribute to antiwork/gumroad development by creating an account on GitHub.
0
1
2