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.

How to GraphQL with Ruby, Rails, Active Record, and no N+1

You work on a mature web application that cleanly separates backend and frontend. The server-side code, written in Ruby, is mostly responsible for translating HTTP requests into SQL statements (with the help of an ORM) through rich and well-documented API. You choose GraphQL over REST to streamline your endpoints, but your database is not happy with all the extra queries. After much searching, you find an exhaustive hands-on guide on fighting N+1 from a fellow GraphQL-ing Rubyist at Evil Martians… Here it comes!

Test automation based on Ruby stack and Gitlab CI

Hello. I’ve made a simple instruction if you want to start run integration tests, and would like to use some boilerplate. In article I tried to give explanations around all used libraries and bit about GitLab CI. Also in article you can find an example of using site_prism gem which is wrapper for Page Objects in ruby tests.

Loading older posts