Improved AR fast by passing events if there are no listeners for these events.
Added methods CLocale :: getMonthNames and CLocale :: getWeekDayNames , which return the names of the months and days of the week respectively. With that, they return in a different form: expanded, shortened and in the form of abbreviations.
Attention! Upgrading to version 1.0.9 is generally safe except for the fact that you need to pay attention to deferred loading (lazy loading) of related objects in ActiveRecord. Since the linked table is no longer connected by a JOIN to the main table, you should avoid references to the main table in the query description of the corresponding link.
References in the text lead to the appropriate places in the documentation. And here is the link to changelog .