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.

CKEditor 5 + Rails app

https://new-ckeditor-demo.herokuapp.com/ Demo of CKEditor 5 + Rails (and some other my gems which I put on a single demo app). [more inside]

Thanks for the effort of creating a gem. Looks like the simplest way to get goi…
correct link to gem is https://github.com/igorkasyanchuk/new_ckeditor (witho…
New gem has been added: https://github.com/Mati365/ckeditor5-rails …

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/

Loading older posts