📜 ⬆️ ⬇️

RailsClubMoscow

On April 19th, Moscow hosted a hrenovuhi tasting under the guise of RailsConf. The conference is not comparable in scope with the similar ones in the USA that I described in this blog, but the very fact of its conduct makes me very happy.

The reports will be of interest only to rubists and rail workers.

All reports were in Russian. The average reports lasted 15-20 minutes. Unfortunately, the speakers did not get questions from the reporters and answers to them.
')
One of the distinguishing features of this conference is the presence of many (all?) Speakers in Habré. Therefore, you can ask questions on the topic in the comments and I think you will get answers.


Name: Caching in the database
Tags: database, postgresql, memcached
Duration: 16 minutes
Description: In some applications, you need to show data that can be a time consuming calculation. For example, it may be some kind of statistics: the number of page views, the number of objects with which the object of interest is associated, etc. This can be done with memcached, but in some cases this approach does not work. The speaker describes how this can be done using data caching in the database.
URL: vimeo.com/4306281

Name: Rails Internationalization and Localization. gem russian
Tags: i18n, russian
Duration: 18 minutes
Description: A person talks about how to create multilingual applications on rails using the Russian gem. The report deals with the history of this problem, the attitude to the Russian language in the Rails core team and the possibilities of extreme developments in this direction. In general, the case Tarkhanov lives and wins. Details on the link on the next line.
URL: vimeo.com/4306404

Title: How to make a Ruby on Rails attribute
Tags: tips, bugs, features, documentation
Duration: 24 minutes
Description: If you find a bug in the rails, write a patch and want to share it with the whole community, then you should not think that you have done the main work. Much harder than writing a patch to get it accepted. This report describes ways to speed up the process of making your changes. In addition, different types of contour are described. Despite the policy of the Rails core team about the overall responsibility for the entire project, different people focus on different parts of the framework. Who is aimed at and can somehow speed up the process of adopting a patch is also described in the report.
URL: vimeo.com/4306459

Title: Performance flirtim.ru
Tags: db, caching, chat, web server
Duration: 15 minutes
Description: A person working on a loaded rail project talks about performance problems and how to solve them. Despite the fact that the project was described very specific (browser game) and in most rail projects the requirements will be different, ideas and ideas are quite applicable for most rail projects.
URL: vimeo.com/4317313

Name: How to cross github and pivotal tracker
Tags: ticket, github, pivital
Duration: 11 minutes
Description: First of all, this speech can be listened to because nothing is visible on the slides. A person tells how the team in which he works wrote a wrapper on pivotal which allows the use of git comit logs in pivotal. The report is not very interesting because little specifics.
URL: vimeo.com/4323263

For me personally, the caching report in the database was very interesting. This is due to the fact that literally on Monday I will implement the same thing in my project.

Source: https://habr.com/ru/post/58258/


All Articles