What kind of content caching (for example, this plugin here: http://blog.codahale.com/2006/04/10/content-only-caching-for-rails/ ) is against the caching of the pages / actions / fragments that Rails built?
I would like to do caching in my Rails application, but I don't quite know which type to use. My application has mostly dynamic user data on every page. Is caching possible with this?
This tutorial provides an excellent overview of the cached Rails alternatives. But in general:
: .html, , - , -, Rails. , , . , .
: - Rails, , , . : , (, )
: , . - , .
, , . , , , <%= curent_user.full_name %>, , .
<%= curent_user.full_name %>
, - , ActiveRecord .
Source: https://habr.com/ru/post/1754066/More articles:Perl Механизируйте, отправляя форму с файлом (изображением)? - perlКак я могу кодировать и декодировать URL-адреса из IDN в php? - urlCan the application engine task count the number of times it was started? - google-app-engineThe problem is converting a string to untrusted code (in PHP, using phlyLabs punycode string converter) - phpJQuery plugins for facebook - jqueryPHPUnit: makes fun of a function - phpPHP: Is it possible to access the class after loading the page via ajax? - phpПоддерживает ли Apple поддержку Java 6? - javaIs it possible to work with sound coming through the headphone jack? - androidC # sbyte imitation (8-bit signed integer) in Python - pythonAll Articles