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.

Exporting data to a XLSX spreadsheet on Rails

This is a simple tutorial on how to implement a export data to a xlsx (excel) spreadsheet feature on your rails app. Read it here.

Hi Igor! Will axlsx ever have autoheight support? https://github.com/randym/axl…
I’m not in the axlsx team, so no idea :(. But it’d be nice to have some PR i…

Decoding Rails Magic: How Does Calling Class Methods on Mailers Work

Have you ever wondered how it is possible that calling class methods on mailers work in Rails, even though you only define some instance methods in those classes? It seems like it’s quite common question, especially when you see the mailers in action for the first time. Apparently, there is some Ruby “magic” involved here, this article explains what happens under the hood.

Rails Jailed Console

This post walks through monkey-patching the Rails console to default it into sandbox mode in production. It also adds some additional safeguards, like disabling web requests and the Sidekiq interface.

Light Decorator Pattern

Hello Rubyists, I’ve released the stable version of Light Decorator 1.0. This is light and powerful implementation of Decorator Pattern for Rails. Also this is first gem from Light Ruby series of gems. Hope you will enjoy it!

Hi Andrew. Good to know about this gem. But how it differs from, say, Draper? W…
Loading older posts