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.

Programming Pixel Art (2D Graphics) in Ruby - Code Monkey Diary / Updates

Hello, since I get cancel cultured from left (and right) I now post all ruby gems updates (mostly about pixel art programming) to the new humble (personal) blog titled Gerald Bauer’s Code Monkey Diary / Updates - What’s News?. (Programming in Ruby) Questions and comments always welcome. Please post / use the D.I.Y. Punk (Pixel) Art Forum. PS: See the pixelart-programming/samples.rb script for the nyan cat, black cat, mario (bro.) & more (generated from scratch / zero) with ruby.

Simple Presenter Pattern in Rails without using Gems

What’s the size of user.rb file in your current project? The default Rails way model-view-controller architecture often leads to a bloated model layer. Presenter pattern is one of the more straightforward ways to slim down your Rails models. It also helps to reduce the logic in the view layer and makes testing easier. In this blog post, I’ll describe how to implement a presenter pattern without including additional gem dependencies. [more inside]

Loading older posts