Episode #521 - Model Context Protocol
#ruby #rubyonrails #machinelearning #programming #code
www.driftingruby.com/episodes/mod...
@davekimura.bsky.social
Christian, Husband, Father and Rubyist, Screencaster of https://www.driftingruby.com, Creator of ActionAuth https://github.com/kobaltz/action_auth, Makes and loves π£
Episode #521 - Model Context Protocol
#ruby #rubyonrails #machinelearning #programming #code
www.driftingruby.com/episodes/mod...
Episode #520 - Worker Limits
#ruby #rubyonrails #programming #code #background #jobs #solidqueue
www.driftingruby.com/episodes/wor...
Episode #518 - Password Managers
#ruby #rubyonrails #programming #code #kamal #secrets
www.driftingruby.com/episodes/pas...
Episode #517 - Dependent Select
#ruby #rubyonrails #programming #code #javascript #stimulusjs
www.driftingruby.com/episodes/dep...
Episode #516 - Database Replica
#ruby #rubyonrails #programming #code #database
www.driftingruby.com/episodes/dat...
Episode #515 - Log Bench
#ruby #rubyonrails #programming #code #development
www.driftingruby.com/episodes/log...
Episode #514 - System Tests in Docker
#ruby #rubyonrails #programming #code #docker #systemtests
www.driftingruby.com/episodes/sys...
Episode #513 - Kamal 2 in Github Actions
#ruby #rubyonrails #programming #code #kamal #deployment
www.driftingruby.com/episodes/kam...
Episode #512 - Marksmith
#ruby #rubyonrails #programming #code #wysiwyg #markdown
www.driftingruby.com/episodes/mar...
Episode #511 - Printing
#ruby #rubyonrails #css #programming
www.driftingruby.com/episodes/pri...
Episode #510 - Kamal Maintenance Mode
#ruby #rubyonrails #programming #code #kamal #deployment
www.driftingruby.com/episodes/kam...
Episode #508 - Scaffold Templates
#ruby #rubyonrails #programming #code
www.driftingruby.com/episodes/sca...
Episode #507 - Application Templates
#ruby #rubyonrails #programming #code #metaprogramming
www.driftingruby.com/episodes/app...
Episode #506 - Dockerizing Rails
#ruby #rubyonrails #programming #code #docker
www.driftingruby.com/episodes/doc...
Episode #504 - Boolean vs Datetime
#ruby #rubyonrails #programming #code #businesslogic
www.driftingruby.com/episodes/boo...
Episode #502 - Classification Models
#ruby #rubyonrails #python #programming #code #machinelearning #classification
www.driftingruby.com/episodes/cla...
Episode #500 π - Confetti
#ruby #rubyonrails #programming #code #stimulusjs #javascript
www.driftingruby.com/episodes/con...
Episode #499 - Embeddings
#ruby #rubyonrails #programming #code #machinelearning
www.driftingruby.com/episodes/emb...
@getajobmike.ruby.social.ap.brid.gy π Congrats on the Sidekiq 8.0 release. Any reason for the Redis 7.2+ requirement? I ask because that isn't an option in AWS. The upgrade path from Redis 7.1 to Valkey 7.2+ isn't as simple as one would hope. It's a whole new cluster that has to be provisioned.
05.03.2025 20:57 β π 0 π 0 π¬ 1 π 0Episode #498 - Conditional Queue
#ruby #rubyonrails #solidqueue #backgroundjobs #programming #code
www.driftingruby.com/episodes/con...
Episode #497 - Development Approach
#ruby #rubyonrails #python #jupyter #programming #code
www.driftingruby.com/episodes/dev...
Remember those βChoose Your Own Adventureβ books back in the day? I made a proof of concept with Rails. You can choose some pre-determined options or customize your own adventure. Here's of some of the techniques used to do this "AI generated" experience.
blog.driftingruby.com/choose-your-...
Episode #496 - Frozen String Literal
#ruby #rubyonrails #programming #code
www.driftingruby.com/episodes/fro...
Episode #495 - Normalizes
#ruby #rubyonrails #programming #code
www.driftingruby.com/episodes/nor...
Episode #494 - Outlets and Permanent Tags
#ruby #rubyonrails #programming #code #stimulusjs
www.driftingruby.com/episodes/out...
E. All four of my kiddos have been home sick for the past few weeks.
β€οΈ
This would be in a rails controller response without the need for the websockets. Basically pass an array with the turbo_stream and it will update multiple spots on the page.
28.01.2025 13:22 β π 0 π 0 π¬ 0 π 0I had a chance to look at the issue. You can target multiple frames in a controller response
render turbo_stream: [
turbo_stream.append(dom_id(@foo), partial: "foo", locals: { foo: @foo}),
turbo_stream.replace(dom_id(@bar, "bar_new"), partial: "bar", locals: { bar: @bar })
]
Episode #493 - Password Strength
#ruby #rubyonrails #javascript #security #programming #code #stimulusjs #passwords
www.driftingruby.com/episodes/pas...
I havenβt looked at this yet but it should be accomplishable with frame targets
26.01.2025 23:03 β π 0 π 0 π¬ 1 π 0