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.

A Holiday Thanks To Rails

In 2014, when I wrote my first Rails application, it was an awakening for me. Rails became a gateway into understanding not just web applications but software architecture in general. Before that, I wrote hermit scripts that died alone in shells and verbose yet static HTML and Javascript unaware of where it lived. Then, one command changed the game for me — [more inside]

Composing Microscopic Rails Views With Cells

So much of the time, our Rails views are the first files to devolve into a complete and utter mess, with monstrous conditional logic that is easy to lose track and control of. The cells gem gives us an easy solution to this problem by allowing us to create a Ruby object that has a single responsibility: rendering a template. This blog post explores the cells view models, and the different ways we can implement them in our Rails applications.

Wye Tech News #3

A new issue of our weekly compilation of interesting news and articles about Ruby, Rails, JavaScript and web development related stuff that we found during the week.

Protozaur. CSS framework for RoR

I happy to introduce small but very usefull tool for building prototypes. Protozaur is a set of CSS classes which can be used to increase productivity when you working with RoR frontend. Learn more about Protozaur.CSS

Is setting !important on every class really a great idea?
Please, stop writing shitware like this! First of all: read the definition o…
This is like going back to the 90s and styling the page with the style attribut…

New API load stressing/testing framework

I build a load stressing and testing/measuring framework on Ruby (mostly) for APIs. Take a look here! It uses underneath http gem which means it supports anything this gem supports. Also, you can customize the urls using pros/lambdas and have different strategies when sending the requests making it super easy to create any testing scenario.

Loading older posts