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.

๐—™๐—ฟ๐—ผ๐—บ ๐—” ๐˜๐—ผ ๐—ญ

๐“’๐“ฑ๐“ฎ๐“ฌ๐“ด๐“ธ๐“พ๐“ฝ az, ๐“ฒ๐“ฝโ€™๐“ผ ๐“ช๐“ท ๐“ช๐”€๐“ฎ๐“ผ๐“ธ๐“ถ๐“ฎ โ€œ๐“ฏ๐“ช๐“ท๐“ฌ๐”‚ ๐“ค๐“ท๐“ฒ๐“ฌ๐“ธ๐“ญ๐“ฎ ๐“ฝ๐“ฎ๐”๐“ฝโ€ ๐“ฐ๐“ฎ๐“ท๐“ฎ๐“ป๐“ช๐“ฝ๐“ธ๐“ป.

https://twitter.com/kentcdodds/status/1083073242330361856 Remember it. …
Interesting discussion, thanks!

Remote Ruby with Tim Riley

Tim, a partner at Icelab, dry-rb core team member, and world-renowned speaker (at least in Jasonโ€™s eyes) joins us on Remote Ruby to share how he got started programming with Ruby, the dry-rb project, Hanami 2.0, dry-view, and public speaking. [more inside]

enums 1.0 library / gem - safe enumeration types for ruby

Hello, Iโ€™ve put together a new enums library / gem for safe enumeration types in ruby. Yes, enums are just a set of symbolic keys bound to unique integer numbers. Why not just use symbols :-) or constants? Do we really need a new enum type and (yet another) library? Good point. Let the ruby meta-programming magic work for you :-). Cheers. Prost. PS: The new enums 1.0 library is part of the safe data structures series.

Stimulus.js Tutorial: Interactive Deletes with Rails UJS

By wrapping the deletable element in a controller and hooking into the Rails-UJS callbacks, you can make your page feel fast, even while the network request and response occur in the background. This tutorial is an attempt to make Railsโ€™ remote deletion mechanism, which uses UJS, feel more immediate. https://johnbeatty.co/2019/02/27/stimulus-js-tutorial-interactive-deletes-with-rails-ujs/

CryptoZombies Code School - Build Your Own (Decentralized) Game in (Secure) Ruby

Hello, The original CryptoZombies is an interactive (free online) code school that teaches you how to write contracts in Solidity through coding your very own crypto-collectible from scratch step-by-step. If anyone is interested - I try to convert the JavaScript-like contracts and samples to (secure) ruby. So far Iโ€™ve converted the first three curriculum chapters to runnable (secure) ruby code, see zombies_ch1.rb, zombies_ch2.rb, zombies_ch3.rb. If you have any ideas (questions or comments) on how to convert JavaScript-like Solidity contracts to ruby let us know. Cheers. Prost.

Loading older posts