RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Submit a post

You can use basic HTML markup (e.g. <a>) or Markdown.
Note that your post may be edited to suit the format of the site.

As you are not logged in, you will be
directed via GitHub to signup or sign in

Post Preview

Note: Only the first pargraph is shown on the front page and overly long paragraphs may be broken up.

Three Database Architectures for a Multi-Tenant Rails-Based SaaS App

When designing a multi-tenant architecture for your SaaS app, you need to provide a safe solution for tenants. In other words, you need to safely separate each tenant’s data. We’ll describe how to design the database layer and what Ruby gems you can use for multi-tenant Software as a Service applications. https://rubygarage.org/blog/three-database-architectures-for-a-multi-tenant-rails-based-saas-app

Ruby Standard Gems

Ruby’s standard library will be gemified. This means that stdlibs will be updatable as gems, without having to wait for a new release of Ruby itself. I put up stdgems.org to keep track of which Ruby version comes with which standard gems.

Tracebin - A "bin"-style APM

Tracebin is a lightweight and simple APM that works with your Rails or Sinatra web application. You create a “bin” and install the agent, and we’ll collect performance statistics and display the most recent 24 hours of data on a simple page. Tracebin is an open-source project that we built from scratch! Here is an educational article on how it’s all put together! GitHub | Website

Testing cookies in rails

Testing cookies in rails, in especially important difference in handling (and therefore testing) of cookie’s expiration time in different kind of specs (controller specs, request specs, feature specs). [more inside]

Loading older posts