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.

  Today

The Future of News (Facebook & Co) w/ Web Feeds & feedparser gem ;-)

Hello, the notes from last night’s Vienna.rb talk titled “Meet Jason Feed - The Future of News & Syndication (Facebook & Co) w/ Web Feeds (Ruby Edition)”. All about Web Feed Formats in XML (Atom, RSS), JSON (JSON Feed), HTML (Microformats w/ h-entry/h-feed), TXT (Feed.TXT w/ YAML & Markdown) and more. The message & conclusion: Live and let live! The more formats the better! Let the computer (e.g. feedparser gem) handle the reading of feeds. One gem to rule them all! All your base are belong to feedparser ;-). Cheers.

Using Rails with webpack generated assets

We wanted to use existing Rails workflow to upload the assets generated from webpack. Was able to achieve that with existing gems like asset_sync and sprockets gems and little rake task. [more inside]

Creating a Heroku-like Deployment Solution with Docker

This tutorial will show you how to write a simple Ruby cli script, capable of deploying a sample application to a remote host, similar to Heroku’s. It will also have other commands for rolling back to previous versions, attaching longs and tracking which application version is running.

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.

Loading older posts