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.

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.

Why You Should Write Your Project with Ruby On Rails

Which language you choose for your project depends on multiple factors: level of support, scalability, availability of libraries, cost of frameworks that can cut down development time, and so on. These days, a lot of companies (both small startups and big, well-established businesses) choose Ruby on Rails as their primary framework for development. https://yalantis.com/blog/why-you-should-write-your-project-with-ruby-on-rails/

A step by step guide to make Rails work with Oracle

What is the nightmare of every developer? Exactly: Oracle DB. Since it took me some where some > 3 days to figure out how to have an instance of Rails connected to an Oracle Database on my mac, I decided to write this step-by-step guide, hoping to save you some time whenever you will have to face this nightmare. [more inside]

Passenger 5.2.1: Heroku RAM-pricing, Apache crash & max pool idle time fixed

Version 5.2.1 of the Passenger application server for Ruby, Node.js, Meteor and Python has been released. We fixed a few important regressions, notably the max pool idle time setting, and a crash in the Apache integration mode. We’ve also made it possible to use our new RAM-based pricing plan on Heroku. For more information on the issues fixed: https://blog.phusion.nl/2018/02/27/passenger-5-2-1/

Loading older posts