Delivered highly customized Ecommerce platform in a week, with just 1 developer. Thanks to Ruby on Rails.
Delivered highly customized Ecommerce platform in a week, with just 1 developer. Thanks to Ruby on Rails.
Are there (m)any #RubyOnRails developers who actually use the functionality provided by net-imap and net-pop? They both come in as secondary dependencies of ActionMailer (through the Mail gem) and net-imap in particular has been a source of a bunch of CVE busywork. Keeping up with these gems produces a lot of overhead work with zero apparent gain. Am I missing something here?
How to automatically trigger a file download with Turbo?
The user triggers the creation of a file. That file is created using a background job. I could update the view using Turbo Streams (e.g. render a 'Download Now' button). But I'd like download to automatically start
#ZUGFeRD invoices with ruby and prawn: https://www.krisdigital.com/en/blog/2025/05/06/zugferd-invoices-ruby-prawn/
This was the last puzzle piece I needed to add electronic invoices (PDF with XML attachments) to my #RubyOnRails app!
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/KeM91yfj #Ai #SoftwareArchitecture #RubyOnRails
anyone have a simple way to generate views/controller in Rails for an existing model? #ruby #rubyonrails
TIL about the ActiveSupport `mattr_accessor` method. It defines both class and instance accessors for class attributes.
Handy little shortcut!
When choosing a technology stack, factors like productivity, security, & the latest technology directly impact development time, cost, & risk. Understand the Rails 8 framework: build apps fast, securely, & deploy quickly. Learn more: https://reinteractive.com/articles/rails-8-modern-web-framework
A few weeks ago I was asking around for an invite to #FOSStodon for our #Koalagator calendar FOSS project only to have folks quickly tell me that drama was afoot.
Sounds like things have settled down https://hub.fosstodon.org/fosstodon-community-statement AND that the project has recommitted to being an inclusive space for marginalised communuties.
Very glad to hear this! Thanks @fosstodon team for all you've done and continue to do for the FOSS community, @Gina especially.
Now, about getting my project onto fosstodon. @Gina any chance of an invite?
Koalagator is a multi-year code revival project of a 10 year old much loved calendaring platform. We have big ambitions to make local community events easier to discover on the open web, away from big tech control.
No popular opinion. When somebody ask Which is the easier programming language? For sure mostly would say #Python But I think #Ruby (not #RubyOnRails ) is easier than python, the elegance of the ruby language is a great approach to beginners, nevertheless python has more applications.
An Introduction to Solid Queue for Ruby on Rails
https://blog.appsignal.com/2025/05/07/an-introduction-to-solid-queue-for-ruby-on-rails.html
Builder.ai is hiring Technical Lead - IST
#ruby #react #reactnative #rubyonrails #techlead
Gurugram, India
Full-time
Builder.ai
Job details https://jobsfordevelopers.com/jobs/technical-lead-ist-at-builder-ai-may-1-2025-20fdd8?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
Proactive Rails maintenance is KEY for long-term stability. Keep your enterprise Rails apps healthy! Learn the common pitfalls & actionable solutions we've seen managing 140+ projects.
Read more: https://reinteractive.com/articles/top-5-rails-enterprise-maintenance-mistakes
How to Host Your Own #Mastodon Server on a #VPS (5 Minute Quick-Start Guide)
This article provides a guide for how to host your own Mastodon server on a VPS.
Running your own Mastodon server on a VPS is an excellent way to enjoy an efficient and secure Mastodon experience.
What is Mastodon?
Mastodon is a #decentralized social media platform that enables users to post ...
Continued https://blog.radwebhosting.com/how-to-host-your-own-mastodon-server-on-a-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=ReviveOldPost #selfhosted #installguide #activitypub #rubyonrails #rubygems #selfhosting
Rails folk, my brain isn't working and I'm sure this is simple.
`<%= link_to @cat.name, @cat %>` will create a path /cats/1
This is what I want 99% of the time.
I have a couple of cats that I want to link to /bad-cats/1 with the exact same link_to code.
I was almost sure there was an equivalent of the `to_param` method I could override in the model that would tell Rails which routing to use when looking up `url_for`, but maybe not?
I've a view helper/solution written.
"Finding ideal number of threads per process using GVL instrumentation" #rubyonrails
https://www.bigbinary.com/blog/tuning-puma-max-threads-configuration-with-gvl-instrumentation
Put together a quick micro-gem to make customized ActiveModels based on AR models less painful & verbose https://github.com/practical-computer/trenchcoat
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/3PPtyX9G #Ai #SoftwareArchitecture #RubyOnRails