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.

Git Cop 3.4.0 - Netlify Support

In case you are using Netlify as your build and deploy service for static web sites, wanted to let you know Git Cop now supports Netlify too. Everything happens automatically so you can ensure your Git commits are of high quality. See the README for details. Enjoy!

Programming Bitcon Script Transaction (Crypto) Contracts Step-by-Step (in Ruby)

Hello, I’ve started a new (free online) book(let) titled “Programming Bitcon Script Transaction (Crypto) Contracts Step-by-Step (in Ruby)”. Let’s start with building your own bitcon stack machine from zero / scratch and let’s run your own bitcon ops (operations)… Unlock the ?+2=4 puzzle on your own computer and win “unspent transaction outputs” on your own testnet. Happy bitcon scripting with ruby.

JSON dynamic attributes with Rails

We had a tricky problem. We knew that the columns for one particular model would need to change over time. That was easily solved with a JSON field, but we also wanted to support validations on this field – validations that are assigned to the model at the time of creation. Read the article by Heitor Silva

Language Syntax Pragmas: Let's Evolve Ruby by Experimenting in a Pragma(tic) Way

Hello, I’ve put together a new pragmas gem / library for language syntax pragmas that lets you turn on the future today or add your own ideas for easy (re)use for everyone. Let’s evolve the ruby language together by experimenting in the wild in a pragma(tic) way. First language syntax pragmas include match patterns, enum and type types, auto numbered arguments, and more. What’s your idea / pragma? Yes, you can. Happy coding in (future) ruby with pragmas. Cheers. Prost.

michelson - test simulator / runtime for type-safe 'n' functional (crypto) contracts

Hello, I’ve put together michelson - a test simulator and runtime library / gem that lets you write and run type-safe ‘n’ functional (crypto) contracts in yes, it’s just ruby. See the Let’s Count or the Let’s Vote examples to get started with functional type-safe Liquidity (OCaml/ReasonML)-style programming in ruby. Happy (crypto) contract programming and blockchaining with (secure) ruby.

Messages on Rails Part 2: Kafka

In the first part of this series, we were exploring some potential options for communication between services – what their advantages and disadvantages are, why HTTP API is not necessarily the best possible choice and suggesting that asynchronous messaging might be a better solution, using, e.g. RabbitMQ and Kafka. Let’s focus this time entirely on the latter. [more inside]

Loading older posts