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.

Which JSON Serializer To Use For A New Rails API?

Have you ever wondered if there were benefits to using Jbuilder vs. Active Model Serializers? Has AMS been replaced by JSONAPI::Resources? There are a lot of JSON serializers to choose from for a Rails API, so which one is best? I think it all comes down to your project’s needs and your coding style. Use this review of the most popular options to make sure you’re using the right one for you.

Reusable UI components in Rails

Have you ever worked in a web application with many custom user interface (UI) components? How were they structured? This article shares some tips and tricks on how to organize them in a Ruby on Rails application. [more inside]

Loading older posts