Successfully updated my instance’s host from Ubuntu 22.04 LTS to 24.04 LTS.
Ran into a dependency issue after reboot, but ‘bundle install —force’ fixed it.
All is well.
Successfully updated my instance’s host from Ubuntu 22.04 LTS to 24.04 LTS.
Ran into a dependency issue after reboot, but ‘bundle install —force’ fixed it.
All is well.
TIL James Golick’s blog is still online at jamesgolick.com. #ruby #rubyonrails
Does anyone remember the name of that #RubyOnRails conference that was on a train?
I’m thinking it may be fun to do something similar but would need to understand the costs better, and can’t remember who organized it
New on the HB dev blog:
By leveraging a SQL database for caching, Solid Cache enables Rails applications to store a greater volume of data for extended periods, overcoming the limitations imposed by the cost and capacity of memory storage.
Read the article: https://www.honeybadger.io/blog/solid-cache/?utm_source=mastodon&utm_medium=social
Integer Enums vs. String Enums in Rails: Which One Should You Use?
Discover whether to use integer or string enums in Ruby on Rails. Learn their differences and see real-world code examples.
#Ruby #RubyonRails #Enums #ActiveRecord
https://blog.railsforgedev.com/integer-enums-vs-string-enums-rails-best-practices
Finally got an update to my #RSpec book for #RubyOnRails shipped this afternoon, with new content on tools for DRYer tests, and when they're a good idea or a bad idea. Free update as usual! https://leanpub.com/everydayrailsrspec
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 ...
Keep reading https://blog.radwebhosting.com/how-to-host-your-own-mastodon-server-on-a-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=ReviveOldPost #activitypub #rubyonrails #installguide #selfhosting #selfhosted #rubygems
How to Install #Chatwoot on #Ubuntu #VPS
This article provides a guide for how to install Chatwoot on Ubuntu VPS server.
What is Chatwoot?
Chatwoot is an open-source customer engagement platform that helps businesses manage customer communication across various channels. It acts as a unified inbox for handling customer queries, providing tools to engage with customers more ...
Keep reading https://blog.radwebhosting.com/how-to-install-chatwoot-on-ubuntu-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=ReviveOldPost #selfhosting #rubyonrails #vpsservers #kvmvps #selfhosted #vpsguide
New instance, new intoduction! I'm Andy! I have 7+ years of Ruby experience and I'm looking for work!
I've worked with multiple Ruby frameworks but have mostly focused on Rails. To keep myself busy while I'm on the job search, I'm working on a Mastodon fork called theconnector.
Skills: Ruby, Ruby on Rails, Postgres, gRPC, GraphQL, HTML, CSS, JavaScript, Roda
Feel free to learn more about me at https://wandy.dev/work-with-andy
Check out this valuable overview of upgrading a Ruby on Rails application, specifically focusing on the transition to Rails 8. Be aware that this covers the 1,000 foot view, however, it's got some good highlights & practical advice.
https://reinteractive.com/articles/rails-7-to-8-upgrade-guide
#rails Hace unos días me di cuenta de que podía obtener el penúltimo elemento de una colección usando el metodo ".second_to_last".
Ejemplo: Document.second_to_last.
Antes hacía algo como: Document.last(2)[0]
How to Install #Chatwoot on #Ubuntu #VPS
This article provides a guide for how to install Chatwoot on Ubuntu VPS server.
What is Chatwoot?
Chatwoot is an open-source customer engagement platform that helps businesses manage customer communication across various channels. It acts as a unified inbox for handling customer queries, providing tools to engage with customers more ...
Keep reading https://blog.radwebhosting.com/how-to-install-chatwoot-on-ubuntu-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=ReviveOldPost #vpsguide #vpsservers #selfhosting #selfhosted #rubyonrails #kvmvps
Hey #Rails / #PostgreSQL folks:
I'm making an ActiveRecord .where query on an ltree column. I'm trying to do two things (2 different queries):
1: I want to get the immediate children of a given entry.
2. I want to get all the descendants of a given entry.
My descendants query seems to work, but my children query throws an error " invalid regular expression: quantifier operand invalid", so I'm clearly not doing it right:
What did I screw up?
#RubyOnRails
Now @thomascountz is giving a talk "From #Legacy to Latest: How #Zendesk Upgraded a #Monolith to #Rails 8.0 Overnight" at #rubycommunityconference.
Also, it's not very obvious in the photo but the slides have an amazing console #ASCII style.
Now @hharen promoted the upcoming edition of @helvetic_ruby in #Geneva
#Switzerland in may.
Feel free to ping me if you want to meet there.
Oh, @realpawels talk at #rubycommunityconference reminds me of the upcoming edition of @helvetic_ruby since there will be a trip to #cern, the birthplace of the #web.
It's always great to see @rosa and she talked about her #SolidQueue implementation at #rubycommunityconference in #krakow.
She also gave a shout-out to @bensheldon's #goodjob and mentioned how @getajobmike's @sidekiq is blazingly fast.
It's wonderful to see @tenderlove live again at #rubycommunityconference in #krakow.
I once worked in a company where people used ReactJS with Ruby on Rails.