2...">

Rails / Active Support "to_sentence" is deprecated

I just jumped with the "to_sentence" method when I discovered that it was deprecated in rails> 2.3.8. Does anyone know why and whether it was replaced? I find it terribly convenient and do not want to lose this functionality.

+4
source share
1 answer

They just moved it , that's all. This can be misleading when they designate things as "deprecated," when they talk about a specific implementation, not about a function.

Now it is defined as an extension of the array.

+7
source

All Articles