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.

Day 5 - Ruby Advent Calendar '17 - json-next - Read Next Generation JSON - Comments!

Hello, welcome back to the Ruby Advent Calendar 2017. Let’s continue the series on Day 5 with json-next - Read next generation JSON versions (HanSON, SON, JSONX/JSON11, etc.) with comments, unquoted keys, multi-line strings, trailing commas, optional commas, and more. The json-next library / gem lets you convert and read (parse) next generation json versions including: HanSON e.g. HANSON.parse, SON e.g. SON.parse, JSONX e.g. JSONX.parse. Bonus: More JSON Formats. See the Awesome JSON (What’s Next?) collection / page. Cheers. PS: You’re more than welcome to send in your articles (about your library / gem of choice) too!

Mobility 0.3: Ready for Prime Time

Just a little over six months ago, I released the first version of the Ruby translation framework I’ve called Mobility. Mobility allows you to store translations for your models using one of any number of different storage strategies (translation table, jsonb column, etc). The release of Mobility 0.3, described in an article on my blog posted today, comes with some important bug and usability fixes, as well as support for the latest versions of ActiveRecord (5.2.beta.2) and Sequel (5.x).

Day 4 - Ruby Advent Calendar '17 - journaltxt - Blogging reinvented: Read Journal.TXT

Hello, welcome back to the Ruby Advent Calendar 2017. Let’s continue the series on Day 4 with journaltxt - Blogging reinvented: Read Journal.TXT - single-text file journals - and write out (auto-build) a blog (w/ Jekyll posts etc.). Bonus: Add Your Perfect Day! Berlin.TXT, Munich.TXT, Salzburg.TXT, Paris.TXT, London.TXT, Rome.TXT, New York.TXT, Austin.TXT, Tornoto.TXT, Calgary.TXT, Melbourne.TXT, Sydney.TXT, … - Anyone? Write your perfect day(s) in a single-text file with Journal.TXT. Cheers. PS: You’re more than welcome to send in your articles (about your library / gem of choice) too!

Testing HTTPS in the development environment with self-signed certificates

I wrote an article explaining how to create self-signed root CA and certificates that are suited for HTTPS tests in the development environment and even created a simple Rack application to generate them from the web and made it available at Docker Hub. You can give it a try directly from the article in the last notes with a simple click of a button. Currently it only explains how to add the root CA to Linux and provides a sample nginx config. Pull requests to add instructions for other web servers (such as Apache) and operating systems (Windows, OSX) are welcome.

Day 3 - Ruby Advent Calendar '17 - quik - Quick Starter Template Script Wizard

Hello, welcome back to the Ruby Advent Calendar 2017. Let’s continue the series on Day 3 with quik - Quick starter template script wizard - the missing code generator and project scaffolder for gems, sinatra, jekyll & more. Ever asked yourself - Q: How do you get started with creating a new gem? Q: How do you get started with creating a new sinatra app or service? Q: How do you get started with creating a new jekyll theme? and so on. Cheers. PS: You’re more than welcome to send in your articles (about your library / gem of choice) too!

Day 2 - Ruby Advent Calendar '17 - factbook - Read the World Factbook 260+ Countries

Hello, welcome to the Ruby Advent Calendar 2017. Let’s continue the series on Day 2 with factbook - Turn the World Factbook (260+ country profiles) into open structured data e.g JSON. Explore the world with Ruby e.g. Where do you find gold? Look for the economy / resources section. What countries have the most internet hosts? What countries have the most proven crude oil reserves? And so on. Cheers. PS: You’re more than welcome to send in your articles (about your library / gem of choice) too!

Day 1 - Ruby Advent Calendar 2017 - blockchain-lite - Build your own blockchains

Hello, welcome to the Ruby Advent Calendar 2017. The idea is: 25 Days of Ruby Gems / Libraries from December 1 to December 25. Let’s kick off the series on Day 1 with blockchain-lite - Build your own blockchains with crypto hashes; revolutionize the world with blockchains, blockchains, blockchains one block at a time! Cheers. PS: You’re welcome to send in your articles (about your library / gem of choice) too!

Ruby #call method

Ruby method #call is common interface protocol for calling Lambdas, Method objects, Procs,… In this article I’ll try to present why it’s important to name the run method #call in your custom class objects [more inside]

Yuki & Moto Press Bookshelf Update - Free (Online) Books about Ruby 'n' Friends

Hello, I’m a big fan of the latest and greatest plugin addition to GitHub Pages (and Jekyll), that is, Jekyll Remote Themes. Using a simple config entry you can “automagically” pull in remote themes (layouts, includes, javascripts, etc). To once more show off / test the new functionality I’ve updated the Yuki & Moto Press Bookshelf (Static Website Source) to now use a remote book theme (that is, Octobook Twenty Eighteen) that turns your manuscripts in plain text w/ markdown formatting conventions into live (online) books. See the Gem Developer’s Guide as example. Happy reading. Happy publishing w/ GitHub Pages (and Jekyll). Cheers.

From Monolith to Microservices — Part 1: Reasoning behind the switch

Migrating the web application from monolithic architecture (in Shedul’s case — Ruby on Rails) is one of the most serious decisions one can take in any monolithic project’s lifetime. You can find tons of articles listing pros and cons of microservices in general — but in this entry, I’ll tell you about top three that made us make the actual call at Shedul. Read more on Shedul Tech Blog.

Loading older posts