Using Postgres Schema with Ruby on Rails
“<p>I have a separate server that contains a Ruby on Rails API ( DB is postgres) that will used by multiple, <em>different</em>, applications. I was thinking of using schemas to sort the tables that each application will require and have a "common" schema that contains the tables that the application”
stackexchange · SegFaultDev · 9/14/2018
Open original →Several Multitenant Rails Apps using the same Redis server
“<p><strong>Scenario:</strong></p>
<p>We have several Multitenant applications that use Sidekiq and Redis.</p>
<p>In each Rails application, we have several accounts. Each account works independently of the other accounts. Each account corresponds to a different client.</p>
<p>For a matter of cost”
stackexchange · edgarbarrero · 7/30/2018
Open original →Share code/configurations/conventions/gems between Rails apps
“<h1>THE PROBLEM</h1>
<p>First a little bit of context: I am currently working as a freelancer, developping webapps using Ruby on Rails. Because I am working solo, the need to optimize my workflow is pretty important.</p>
<p>That's why I have always had the same question since I begun working with ”
stackexchange · NicolasWebDev · 3/1/2017
Open original →Best Practice for a database that continues to expand with more tables
“<p>I am a Ruby on Rails application developer and have helped with the creation of a database "college_a", containing information about the college I work for.</p>
<p>Initially, "college_a" contained tables for apps, apps_auths, and apps_roles. Over the past years it has expanded to contain tables ”
stackexchange · Chris · 1/19/2017
Open original →