Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/activesupport/lib/active_support/deprecation.rb


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @7474 [7474] 09/14/07 00:34:43 bitsweat Some 1.9 forward compatibility
(edit) @7220 [7220] 07/24/07 16:48:57 david Refactored in use of extract_options! (closes #9079) [josh]
(edit) @6140 [6140] 02/08/07 00:17:39 bitsweat Deprecation: warn on stderr if RAILS_DEFAULT_LOGGER isn't set yet.
(edit) @6044 [6044] 01/26/07 21:37:38 david Nodoc the irrelevant (from 1.2)
(edit) @5763 [5763] 12/20/06 21:28:31 bitsweat DeprecatedInstanceVariable#inspect doesn't warn since test/unit, error …
(edit) @5740 [5740] 12/18/06 20:59:40 bitsweat Don't require test/unit since it tries to turn everything into a test run.
(edit) @5728 [5728] 12/17/06 08:21:45 bitsweat Deprecation: silence warnings when reporting test errors.
(edit) @5547 [5547] 11/17/06 14:09:46 bitsweat Improve readability.
(edit) @5535 [5535] 11/16/06 06:40:05 bitsweat Handle failed caller parsing, factor out deprecation caller message.
(edit) @5356 [5356] 10/24/06 16:56:59 minam Extend deprecate so that alternatives can be specified via the deprecation
(edit) @5161 [5161] 09/22/06 01:16:09 bitsweat deprecation_method_warning and deprecation_horizon - fewer moving parts, …
(edit) @5115 [5115] 09/15/06 05:54:18 bitsweat assert_deprecated returns result of block
(edit) @5114 [5114] 09/15/06 03:56:25 bitsweat assert_deprecated matches any warning caught in block
(edit) @5113 [5113] 09/15/06 03:42:54 bitsweat alias_method_chain yields method target and punctuation to simplify …
(edit) @4982 [4982] 09/04/06 08:28:44 bitsweat quell warnings
(edit) @4978 [4978] 09/04/06 05:55:55 bitsweat silenced writer
(edit) @4964 [4964] 09/04/06 03:32:22 bitsweat set ActiveSupport::Deprecation.debug = true to see backtraces for …
(edit) @4961 [4961] 09/04/06 02:57:40 bitsweat Quiet while testing, you.
(edit) @4959 [4959] 09/04/06 00:17:01 bitsweat get deprecation methods and callers straight
(edit) @4952 [4952] 09/03/06 23:22:24 david Added deprecation language for in_place_editor and auto_complete_field …
(edit) @4943 [4943] 09/03/06 22:35:31 david More deprecation fun
(edit) @4939 [4939] 09/03/06 20:37:25 david If not running in Rails, we will log deprecations to $stderr
(edit) @4936 [4936] 09/03/06 20:29:43 david Modules can deprecate stuff too
(edit) @4927 [4927] 09/03/06 19:37:44 david Stress that 2.0 is the cut and that we will have a page listing …
(edit) @4926 [4926] 09/03/06 19:33:15 david Made it clear that deprecated stuff leaves on majors only
(edit) @4839 [4839] 08/29/06 08:24:04 bitsweat Eliminate Active Support warnings.
(edit) @4760 [4760] 08/14/06 18:15:44 ulysses Add silencing to deprecations; avoid self-scolding.
(edit) @4728 [4728] 08/08/06 21:21:04 ulysses New dependencies implementation
(edit) @4720 [4720] 08/08/06 07:03:44 bitsweat separate warn method for easier localization override
(edit) @4719 [4719] 08/08/06 06:57:59 bitsweat Include called method in instance variable deprecation warning.
(edit) @4698 [4698] 08/07/06 06:10:34 bitsweat Don't warn when the deprecated ivar proxy is instantiated.
(edit) @4666 [4666] 08/05/06 06:33:28 bitsweat DeprecatedInstanceVariableProxy stand-in for @request, @attributes, and …
(edit) @4647 [4647] 08/01/06 11:12:38 bitsweat Deprecation: easier to work with warning behavior as procs; default …
(add) @4623 [4623] 07/27/06 00:10:06 nzkoz Initial Version of Deprecation for Rails[Koz]
Note: See TracRevisionLog for help on using the revision log.