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.

SOLID Object-Oriented Design Principles with Ruby Examples

SOLID principles are five object-oriented design principles that help developers design flexible architectures that are easy to update and extend over time. In this post https://rubygarage.org/blog/solid-principles-of-ood we’ll talk about the practical side of applying SOLID design patterns and will provide examples in Ruby.

Link is : https://rubygarage.org/blog/solid-principles-of-ood …

Have you ever delayed a Rails upgrade?

With the release of Rails 5.1, you might be eager to get your Rails app up to date. But you may also be several versions behind. If you’ve ever put off a Rails update, we’d love to hear from you. Did your manager not want to prioritize an update? Was your app fragile or lacking test coverage? Was a key gem causing issues? Tell us your Rails update story and we’ll include a quote and link to your Github/Twitter on our blog!

When a new Rails version is released, we get excited about the changes. We visi…

Rearmed-JS v1.0.0 Released! - Make your JS code relaxing and readable

While working with some basic constructs in Javascript, I always get choked up trying to do something that should have been a dead simple iteration method or string method in Ruby, yet it ends up being the most disgusting code ever. Well I just released my plugin Rearmed-JS that solves a large part of this problem by taking inspiration from Ruby. This library is a collection of helpful methods and monkey patches for Arrays, Objects, Numbers, and Strings that will make your code more relaxing and more readable by taking inspiration from Ruby. Works in the browser and NodeJS. https://github.com/westonganger/rearmed-js

Tocer 5.0.0

Tocer (a.k.a. Table of Contenter) makes it easy to maintain the table of contents of your Markdown files. This improves the readability, adoption, and navigation of your private/public projects. This release includes safe defaults (i.e. README.md) and improved whitelist support. You can target specific files, wildcard files (i.e. *.md), or traverse all sub-directories for certain files (i.e. **/*.md). [more inside]

Loading older posts