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

JavaScript is a disease! Ruby is the cure!

In a recent Ruby meetup, I called JavaScript a disease! It is true! Especially, when comparing JavaScript code to much better, more elegant, and more readable Ruby code! JavaScript looks like ugly smelly mold by comparison. Once you see it, you can never unsee it! Yahuda Katz mentioned in his keynote speech at RailsConf 2014 that by continuously building more floors for the lower levels of a building in the form of a framework and a community of open-source projects, we enable developers to start development at higher and higher levels than they would have been able to otherwise, thus helping them leapfrog earlier ways of development in ever increasing productivity! In 2024, Frontend Ruby is the next floor level that enables Ruby Software Engineers to start at a higher level of development with much higher productivity and maintainability. [more inside]

CLIApp 0.2.0 Released

I released CLIApp 0.2.0. CLIApp is a small framework to create CLI applications that take actions (=subcommands) such as Git, Docker, RubyGem, etc. In this release, help messages are printed in color.

rails-new

rails-new allows you to generate a new Rails application without having to install Ruby and the rest of the dependencies of a typical Rails app on your machine. All you need is to have Docker installed on your machine. [more inside]

How Solid Queue works under the hood

Picture this: you’re six months into a fresh Rails app that processes business-critical jobs with Solid Queue—and you deployed a bug that is wreaking havoc in thousands of jobs. How do you find them? You’ll wish you’d read our latest article from Jeffery Morhous! Learn how Solid Queue works

I really loved digging into Solid Queue!
Loading older posts