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.

RubyMine 2016.2: Enhanced Support for Ruby, YAML, RSpec, and More

RubyMine 2016.2, the second update in the 2016 series of releases, is now ready to use. RubyMine team has focused on better code intelligence for Ruby, YAML, and RSpec. The 2016.2 also inherited all the new features and improvements from IntelliJ Platform, bringing better support for JavaScript and TypeScript, an enhanced UI, and improved VCS and database tools. Read more…

Advanced SQL in Rails - Part 1

Turbocharge your Rails workflow by taking advantage of advanced SQL, right from within Rails. In Part 1 I cover window functions and views; in Part 2 I’ll discuss how to nicely integrate those into your Rails app. Enjoy! [more inside]

The Minitest Dilemma

If you were to start a new open-source Ruby project today, what testing library would you choose: rspec or minitest? Perhaps you have a strong opinion on this topic and the answer is obvious. For me, it presents a dilemma. Read the post →

Update the book 'Learn Ruby on Rails 5'

Help me update the book that is called, “The best Rails book for beginners.” The book is free on Leanpub or Softcover with 5 star reviews on Amazon. Michael Hartl says it is, “geared more toward complete beginners than the Ruby on Rails Tutorial.” I’m offering an Ultimate Rails Learning Bundle for Kickstarter backers. Please, if you can, help with the Kickstarter for ‘Learn Ruby on Rails 5’.

Moving to Gitlab! Yes, it's worth it!

How about cutting down your Repository + CI costs from 4 up to 10 times, and have fun doing it? You will be very surprised to know about how far Gitlab-CE and Gitlab-CI are right now. It’s definitely ready for prime time and you should at least try them. In this post I will do the math for you and explain how to set up a complete auto-scalable CI environment as well.

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.

Loading older posts