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.

How to fully automate renewing of Let’s Encrypt certificates for multiple sites

Let’s Encrypt has announced in the beginning of year, that it will no longer support ACMEv1 protocol for certificate renewal after June 1. 2020. At my work I run 4 Rails application instances with 12 web sites (domains) and have been using Let’s Encrypt certificates for years. They are automatically renewed every month. All I get is a mail indicating that certificates have been renewed. https://www.drgcms.org/blog/damjan-rems-526b8503835d1b13fb000002/how-to-fully-automate-renewing-of-lets-encrypt-certificates-for-multiple-sites-with-ruby-and-2020-03-04

Why Pry is one of the most important tools a junior Rubyist can learn

As programmers we often have to mentally run code. To imagine how a program will behave given certain inputs. This is hard enough for experienced developers. But for juniors? It can seem impossible. In this article, Melissa Williams argues that pry is an invaluable tool for junior rubyists because it allows them to see exactly what is going on as their code is run. https://www.honeybadger.io/blog/debugging-ruby-with-pry/

The state of ruby blogs cont. - Top topics or ruby & rails versions in headlines

Hello, I’ve added a couple of more insights to the little survey about the state of the ruby feed-iverse that includes personal blogs, ruby project news and more. New questions incl. Q: What are the top topics / words in headlines? Q: What are the top ruby versions in headlines? Q: What are the top rails versions in headlines? Note: See the planet.ini for all feeds included in the survey. Cheers. Prost. PS: Greetings from Vienna, Austria - this is a Vienna.rb Meetup / Stammtisch project.

Handling Slow Cascading Deletes In Rails

We all inevitably face the compromise of handling cascading deletes in Rails. Do we do dependent destroys (which are ideal but slow) or just let the database handle the cleanup (but loose the lifecycle control)? Neither is idea, so we made a simple utility for how we’ve been doing those types of deletes that’s somewhere in the middle. We call it Miss Hannigan.

A Secret Weapon for Your Rails Apps - RPC With RabbitMQ and Hutch

Communication between two or more applications is often everyday stuff, and it might seem that there is not too much to add there as this subject has been covered pretty well in the last years. Thanks to that, multiple patterns and standards have emerged. You no longer need to think about how the response format should look like for your REST API (go with JSONAPI and stick to the conventions) or figure out the authentication/authorization protocol (go with OAuth and the security headaches won’t bother you). [more inside]

Loading older posts