Add deprecation system
Reported by Mark Bates | August 15th, 2008 @ 11:15 AM | in 0.7.0
With some old stuff becoming deprecated, it would be nice to have a uniformed deprecation system that can be used. It should have a couple of a methods that allow you to alias off the old method to the new method while logging a warning, and the ability to just log from the deprecated method. These warnings should also only be logged once.
Comments and changes to this ticket
-

Mark Bates August 15th, 2008 @ 11:15 AM
- → State changed from new to open
-

Mark Bates August 15th, 2008 @ 11:25 AM
- → State changed from open to resolved
(from [650cf562ef808648221a2029f415c9f0e8329f30]) Added deprecation system. [#90 state:resolved] http://github.com/markbates/mack...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Mack is a Ruby web application framework focused on writing distributed, portal-like, applications. it's built on best of breed technologies, such as Rack, Cachetastic, and DataMapper.
People watching this ticket
Tags
Referenced by
-
#90 Add deprecation system
(from [650cf562ef808648221a2029f415c9f0e8329f30]) Added d...
-
#19 HTML Form Helpers
form_helpers:
Finished adding html form helpers. [#19 sta...