A selection of current and useful materials on Ruby # 1: articles, reports, podcasts, gems
Hello! I work at AT Consulting and represent the development team for the Beeline.kz portal, which we write in Ruby on Rails. Since the information in our field is rapidly becoming outdated, we have to constantly follow the news and learn new technologies. As I accumulate news and useful material related to Ruby, I will publish a Ruby Digest. Most of the materials that I collected in the digest are written in English, but I hope that this is not a problem, because the first step to Ruby is learning the language.
React + Flux Backed by Rails API - description of the experience of implementing React + Flux with API on rails. The second part of the article is here , and the third is here.
GORUCO 2015: Eileen Uchitelle: How to Performance (25:43) - Eileen Uchitelle from Basecamp’s presentation on how she tracked and optimized Rails performance using the example of controller tests and integration tests
Evil Martians - Render views outside of actions - the story of Evil Martians about the development of a new API to call the render method outside the controller. Innovation will be available in Rails 5 by default, but for now you can use it as a heme.