I brought five of our original #RailsConf Portland 2013 stickers with me. These may be the last five in existence. Lmk if you are feeling lucky. :)
#RailsConf2025 #Ruby #RubyOnRails https://honeybadger.social/@honeybadger/114807651164114526
I brought five of our original #RailsConf Portland 2013 stickers with me. These may be the last five in existence. Lmk if you are feeling lucky. :)
#RailsConf2025 #Ruby #RubyOnRails https://honeybadger.social/@honeybadger/114807651164114526
I wrote a brief article on how to use Hotwire Combobox for a minor feature in RubyEvents!
What made this interesting was a combination of requirements: Multi-selection, free-text input, and mapping values for YAML generation.
Give it a read and let me know what you think 👇
🎉 RailsConf 2025 is just one day away, and exciting keynotes were unveiled a few days ago! Remembering when @olemchls Michaelis inspired us all at RailsConf 2023 with “Breaking the Grind: Crafting Your Ideal Software Engineering career.” Can’t wait to catch up with old friends, make new ones, and soak up all the great talks at the last RailsConf 🚀💬 #RailsConf #RubyOnRails #Community #dnsimple
AI-Ready Data: как дообучить LLM без боли и с максимальной отдачей
В последние месяцы я всё чаще сталкиваюсь с одним и тем же выводом: внедрение LLM-систем (особенно с использованием RAG-подхода) тормозится не из-за самой модели, а из-за отсутствия качественных данных. Самое дорогое в процессе — это не запуск пайплайна, не подбор архитектуры, а подготовка структурированных, очищенных и корректных данных, пригодных для обучения или дообучения моделей. Всё чаще этот подход называют AI-Ready Data.
https://habr.com/ru/companies/naumen/articles/925520/
##AIReadyData ##LLM ##DataEngineering ##RubyOnRails ##RAG ##LowCode
Episode #517 - Dependent Select
#ruby #rubyonrails #programming #code #javascript #stimulusjs
The last #RailsConf starts on Tuesday. We attended our first RailsConf in Portland, Oregon in 2013, the year after HB launched. Now we’re sponsoring! But did you know that HB co-founder @bencurtis was there at the very beginning? Buckle up fellow kids. 🧵
How to Manage Ruby Apps in #cPanel This is a detailed guide demonstrating how to manage Ruby apps in cPanel. This guide covers setup, deployment, and ongoing management. This guide assumes you have access to a cPanel account with Ruby support.
What are Ruby Apps?
Ruby Apps are software applications built using the Ruby programming language, often leveraging the Ruby on Rails framework. These apps run on a ...
Continued 👉 https://blog.radwebhosting.com/how-to-manage-ruby-apps-in-cpanel/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #sshcommands #sshaccess #rubyonrails #rubygems
Sneak peek... Bringing a couple of these to #RailsConf next week (one to give away and one to play on). Stop by the @honeybadger booth for a chance to win one.
Patterns of Application Development Using AI by Obie Fernandez is on sale on Leanpub! Its suggested price is $69.00; get it for $31.20 with this coupon: https://leanpub.com/sh/7QbzT8IF #Ai #SoftwareArchitecture #RubyOnRails
Hey social networkers! 👋🏻
I’m available for hire!
I can communicate effectively, I'm a passionate learner, I love sharing my discoveries and help those around me. I'm looking for remote or on-site Mid-level or Semi-Senior Software Engineer roles, either part-time or full-time.
Find out more: https://jaggies-weekly.netlify.app/im-available-for-hire/
Patterns of Application Development Using AI by Obie Fernandez is on sale on Leanpub! Its suggested price is $69.00; get it for $31.20 with this coupon: https://leanpub.com/sh/ohUYx0Ee #Ai #SoftwareArchitecture #RubyOnRails
How are you dealing with SQLite extensions? I recently had to work with Spatialite. It's not on sqlpkg, so I needed to install the extension and then load it in an initializer. Works great.
This was extra-fun because the library file isn't always in the same place, depending on the OS 🤡
If you're working with database extensions, it can be helpful to exclude tables added by your extensions from your schema file. Keep it free from clutter! 🧹
The example shows SQLite and Spatialite, should work with any database and extension though.
New post in our blog! 👷
Who knew Ruby on Rails and AI made such a powerful couple? This post breaks down how you can start building smart apps with tools you already love.
Link to the full post in the first comment 👇
How to Deploy #Forem on Rocky Linux #VPS This article provides a guide detailing how to deploy Forem on Rocky Linux VPS.
What is Forem?
Forem is a robust, open-source platform for building communities like DEV.to. Deploying it on Rocky Linux involves setting up dependencies like PostgreSQL, Redis, Elasticsearch, and configuring Rails with a production-ready environment.
✅ ...
Continued 👉 https://blog.radwebhosting.com/how-to-deploy-forem-on-rocky-linux-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #selfhosting #rockylinux #forum #forumsoftware #rubyonrails #rubygems #selfhosted
Wrote a quick note on a configuration issue I solved using Devise in Ruby on Rails the other day, when going from two separate login areas for different models to only one, and thus changing the "root" route setting from what was working before.
With #RubyOnRails, you can check an #ActiveRecord object’s validations on an attribute using `object.class.validators_on(attribute)`.
The result is an array of validator classes, most of which include an `options` method with the configured options from the definition in the model.
Is it possible to filter out conditional validations from the returned array?
(I have a conditional validation on an attribute and would like to know when it doesn’t apply to a particular instance of the model.)
Rails solid cable rocks 🤘
5 gems you no longer need with Rails | Arkency Blog
https://blog.arkency.com/5-gems-you-no-longer-need-with-rails/
New post in our blog!
Continuing with our trainee series, the author inspires you to harness the power of Ruby on Rails to craft REST APIs with the framework's tools.
Link to the full blog post in the first comment 👇
#Codeminer42 #Blog #TheMinersGuideToCodeCrafting #Backend #RubyOnRails