Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
The deprecate method provides Rails core and application developers with a formal mechanism to be able to explicitly state what methods are deprecated. (Deprecation means to mark for future deletion.) Rails will helpfully log a warning message when deprecated methods are called.
Pass the module and name(s) of the methods as symbols to deprecate.