livellosegreto.it is one of the many independent Mastodon servers you can use to participate in the fediverse.
Livello Segreto è il social etico che ha rispetto di te e del tuo tempo.

Administered by:

Server stats:

1.3K
active users

#rubyonrails

7 posts7 participants0 posts today

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: honeybadger.io/blog/solid-cach

Honeybadger Developer BlogHow to use Solid Cache in RailsDive into this article to uncover how the database-backed Solid Cache in Rails can surprisingly outperform traditional memory-based caches.

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 👉 blog.radwebhosting.com/how-to- #activitypub #rubyonrails #installguide #selfhosting #selfhosted #rubygems

How to Host Your Own Mastodon Server on a VPS
RadWeb, LLC · How To Host Your Own Mastodon Server On A VPS (5 Minute Quick-Start Guide) - VPS Hosting Blog | Dedicated Servers | Reseller HostingThis article provides a guide for how to host your own Mastodon server on a VPS.

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 👉 blog.radwebhosting.com/how-to- #selfhosting #rubyonrails #vpsservers #kvmvps #selfhosted #vpsguide

How to Install Chatwoot on Ubuntu VPS
RadWeb, LLC · How To Install Chatwoot On Ubuntu VPS - VPS Hosting Blog | Dedicated Servers | Reseller HostingThis article provides a guide for how to install Chatwoot on Ubuntu VPS server.

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 wandy.dev/work-with-andy

wandy.devWork with AndyAndy DeVane: Backend Software Engineer

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 👉 blog.radwebhosting.com/how-to- #vpsguide #vpsservers #selfhosting #selfhosted #rubyonrails #kvmvps

How to Install Chatwoot on Ubuntu VPS
RadWeb, LLC · How To Install Chatwoot On Ubuntu VPS - VPS Hosting Blog | Dedicated Servers | Reseller HostingThis article provides a guide for how to install Chatwoot on Ubuntu VPS server.

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