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.

kitty - CryptoKitties Offline Genes Reader 'n' Mix Genes (Matron+Sire) Reporter

Hello, I’ve put together kitty - a new command line tool for CryptoKitties and Copycats - free and open source in ruby that works offline (use datafiles in .csv). 1) Kitty Genes Reader / Report - Pass in the id (e.g. 1, 43, etc.) of the kitty to print a genes report. Example:$ kitty 1. 2) Kitty Mix Genes (Matron + Sire) Report - Pass in two ids for the matron and sire kitties to print a mix genes report. Example: $ kitty 2 43. Enyoy. Cheers. Prost.

Why Service Objects are an Anti-Pattern

Adding to the ongoing conversation regarding service objects: not only do I think better solutions exist than service objects in the majority of cases, I maintain that service objects are an anti-pattern which indicates a troubling lack of regard for sound object-oriented design principles. Find out why with detailed code examples.

FasterPath 0.3.1 Released!

FasterPath 0.3.1 has just been released. This is the project where I rewrote one method from Ruby into Rust and made my Rails sites pages load more than 30% faster. Now we’re up to 15 optimized path handling methods with performance gains on individual methods up to around 90% faster. This is the first release with Binary Releases precompiled and I would like your help to test this feature out. Looking for Mac and Linux system tests, Windows support is coming soon, and you can help with this issue #143. [more inside]

CryptoKitties (Copycats) Cattributes Gene Reader - Inside the CryptoKitties Genome

Hello, I’m rebuilding the cryptokitties off the blockchain in ruby called copycats. Want to know more about your kitties genes / genome? Use the KittyReport class to build a certified page in text with formatting in markdown - Example Kitty #100000. For all traits (fur, pattern, eye shape, highlight color, …) see the Traits Charts (in Kai/Base 32 Notation). Cheers. Prost.

Great, How much in % of Freesoftware blockchain has been done for production pu…

gem "GemsAssetsWebpackBridge"

The gem generates a bridge-file with Webpack aliases which you can use to get an access to ruby gem assets. This gem helps to migrate your Rails app from Sprockets to Webpack, in case if you have split already your monolith Rails app into gems and stored assets in these gems and you look for a way how to teach Webpack to use your assets from ruby gems.

Use Ruby Objects to Keep Your Rake Tasks Clean

In this article, I talk about how to keep ancillary pieces of your infrastructure fairly clean and minimalist. In terms of Rails, one place I’ve seen where it’s easy to end up with “bags of code” that aren’t really structured or straightforward to test are Rake tasks. Let’s look at a Rake task I recently refactored on a client project. In the spirit of DHH’s On Writing Software Well series, I’ll be demonstrating by looking at live production code.

Loading older posts