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.

Goby v0.1.0 is out

Remember there was a language called Rooby, which said it want to help developing microservices more efficiently? In the past few months it quickly evolved and it’s now called Goby! [more inside]

Spree 3.3 with Rails 5.1 support released!

Spree is a complete modular, API-driven open source e-commerce solution built with Ruby on Rails. We’re super happy to announce Spree 3.3 release with Rails 5.1 & Ruby 2.4 support, Segment integration, enhanced data integrity and many more features contributed by the Spree Community Major new features: [more inside]

Introdutions to : Threads, Queue and SizedQueue

To make our applications do multiple things faster at the same time, we can use Ruby threads. For a long-running application, re-using a pool of such threads can provide great performance benefits. Thread pool is a way to have a fixed set of threads doing the work, instead of creating new ones each time. [more inside]

Finding Fibonacci In Golden Trees

When we learn about super theoretical stuff (like a lot of core computer science concepts) it’s hard to connect the dots between where these concepts were created, why we use them, and why we should care. In this post, however, mathematics, computer science, and nature all come together in the most magical of ways.

'String Sanitizer' gem

This is a gem about Sanitizing any string. This gem is in beta version so it doesn’t have much features, but it has 1. Escaping Quotes, 2. Encoding and Decoding HTML Entities. Any contribution is warmly welcome. The gem’s repo - Str_Sanitizer

Auther 8.0.0

The Auther gem/engine is a great tool for situations where you need to temporarily lock down an app before a major authentication system is added. With this release, it simplifies the stylesheets by using CSS Flexbox layout and removes unnecessary gem dependencies for a more light weight experience. Enjoy!

Tutorial: How to use a Rails 5.1 API with React.js to make an Idea board app

Learn how to use a Rails 5.1 API with React.js by building an Idea board app. The Idea board is a simple board which displays ideas in the form of square tiles. We can add ideas, edit existing ideas and delete ideas. The tutorial covers many practical concepts including stateless functional components, class-based components, use of axios for making API calls, immutability-helper and more. You’ll also get access to the complete code.

Loading older posts