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