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.

Ruby's Bitwise Toolbox: Operators, Applications and Magic Tricks

How often do you think about the bits – the ones and zeroes – that make up your app’s data? If you’re doing web development in Ruby there’s rarely any need to. But what if you want to interact with the operating system or a piece of hardware? What if you’d like to understand network protocols or databases? In that case, a solid understanding of bitwise operators is foundational. In this article José M. Gilgado will introduce you to bitwise operations in Ruby, give practical examples of how they can be useful, and finish big with with some fun math tricks.

opmlparser gem - read / parse outlines (incl. feed subscription lists) in OPML

Hello, I’ve bundled up a new alternate opmlparser gem that lets you read / parse outlines (incl. feed subscription lists) in the OPML (Outline Processor Markup Language) format in xml. Use OPML.load or OPML.load_file to get back a “plain standard vanilla” hash table or use Outline.parse or Outline.read to get back outline struct(ure)s. Cheers. Prost.

How to run System Specs in DockerContainers with RSpec, Capybara, Chrome, & Selenium

Rails makes system specs easy to configure in a standard environment, but configuring them in a containerised environment can be a little trickier, and more so if you are using RSpec rather than Rails’ default minitest framework. [more inside]

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 …
Loading older posts