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.

  11 October 2023

  10 October 2023

7 Lesser-Known Features and Changes in Rails 7.1

Dockerfiles and has_secure_password improvements are the headline features of Rails 7.1, but there are several more interesting improvements to the developer experience that aren’t heavily promoted in the release notes. I’m particularly happy that some long-standing Rails issues have been addressed: better testing of errors in integration tests, and a fix for unruly log files. Here’s a list of 7 things that caught my eye in Rails 7.1: https://mattbrictson.com/blog/rails-71-features

soliscript v0.1 gem (formerly rubidity-simulacrum) - solidity ♥ ruby  

Hello, i published a new version and renamed the gem formerly known as rubidity-simulacrum to soliscript. the new blurb reads: soliscript - run blockchain contracts in rubidity (with 100%-solidity compatible data types & abis) on an ethereum simulacrum in your own home for fun & profit (for free) and the FAQ on Why? says Why Not? or more serious answer - let’s remove the hated ruby from the name for our solidity friends (to maybe give it a try). PS: solidity programmers hate ruby. rubyist hate solidity. a perfect match! solidity ♥ ruby . join us in spreading the ruby love (in blockchain contract programming) ;-).

  9 October 2023

solidity-typed gem v0.1 (formerly known as rubidity-typed) - ruby ♥ solidity

Hello, i published a new version and renamed the gem formerly known as rubidity-typed to solidity-typed. the new blurb reads: solidity-typed - “zero-dependency” 100%-solidity compatible data type and application binary interface (abi) machinery incl. bool, (frozen) string, address, bytes, uint, int, enum, struct, array, mapping, event, and more for solidity-inspired contract (blockchain) programming languages incl. rubidity et al. and the FAQ on Why? says Why Not? or more serious answer here. PS: rubyist hate solidity. solidity programmers hate ruby. a perfect match! ruby ♥ solidity. join us in spreading the ruby love (in blockchain contract programming) ;-).

  8 October 2023

  6 October 2023

  5 October 2023

Rubidity By Example - An introduction to Rubidity with simple (contract) examples

Hello, in the ongoing rubidity series (type-safe “blockchain” programming with solidity compatible data types & abis in ruby) i started Rubidity By Example - an introduction to Rubidity with simple (contract) examples (inspired and mostly following Solidity By Example) that you can run with Simulacrum. The first chapters include Hello World, First App, Reading and Writing to a State Variable, Array, Enum Structs, and more. Hapyy contract (blockchain) programming with ruby. PS: For those one or two rubyists in the world interested in rubidity - i started a rubidity community discord chat server. join us. link is invite.

  4 October 2023

  3 October 2023

Distributing Docker Images for Rails Apps With GitHub Actions

The upcoming release of Rails is just around the corner, with the announcement of the release candidate for Rails 7.1. This new version contains lots of exciting updates, among them the inclusion of Dockerfiles when generating new applications. Learn how to automatically build and distribute Docker images for your Rails apps using GitHub Actions: https://dennmart.com/articles/distributing-docker-images-for-rails-apps-with-github-actions/

Loading older posts