index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
get deprecation methods and callers straight
Jeremy Kemper
2006-09-04
1
-3
/
+3
*
Added deprecation language for in_place_editor and auto_complete_field that b...
David Heinemeier Hansson
2006-09-03
1
-2
/
+2
*
More deprecation fun
David Heinemeier Hansson
2006-09-03
1
-3
/
+2
*
If not running in Rails, we will log deprecations to $stderr
David Heinemeier Hansson
2006-09-03
1
-2
/
+6
*
Modules can deprecate stuff too
David Heinemeier Hansson
2006-09-03
1
-1
/
+1
*
Stress that 2.0 is the cut and that we will have a page listing deprecations
David Heinemeier Hansson
2006-09-03
1
-1
/
+2
*
Made it clear that deprecated stuff leaves on majors only
David Heinemeier Hansson
2006-09-03
1
-2
/
+1
*
Add ApplicationController special case to Dependencies.
Nicholas Seckar
2006-09-02
1
-2
/
+8
*
Don't pad remaining places with in_groups_of if specified padding value is fa...
Marcel Molina
2006-09-02
1
-2
/
+11
*
Fix cases where empty xml nodes weren't being translated to nil in Hash.creat...
Rick Olson
2006-09-01
1
-1
/
+1
*
Tighten rescue clauses. Closes #5985.
Jeremy Kemper
2006-08-31
1
-2
/
+2
*
Inflections: don't singularize -ies plurals.
Jeremy Kemper
2006-08-30
1
-1
/
+0
*
Eliminate Active Support warnings.
Jeremy Kemper
2006-08-29
4
-4
/
+5
*
Update Initializer to use load_once_paths to avoid plugin reloading. Referenc...
Nicholas Seckar
2006-08-29
1
-24
/
+43
*
Use Array#assoc in ActiveSupport::OrderedHash.
Jeremy Kemper
2006-08-25
1
-8
/
+2
*
Greatly increased performance of String.to_json, which speeds up RJS consider...
Thomas Fuchs
2006-08-18
1
-16
/
+17
*
Widen too narrow rescue
Nicholas Seckar
2006-08-17
1
-1
/
+1
*
Detect missing_constants calls from removed modules and fail accordingly.
Nicholas Seckar
2006-08-17
1
-0
/
+4
*
Fix const_missing to behave responsibly when called within anonymous modules
Nicholas Seckar
2006-08-16
1
-1
/
+6
*
Update require_dependency to return true or false as require does.
Nicholas Seckar
2006-08-16
1
-4
/
+6
*
Stop using defined? in Dependencies.qualified_const_defined? since defined? m...
Nicholas Seckar
2006-08-16
1
-1
/
+11
*
Dependencies can autoload directories of nested classes.
Jeremy Kemper
2006-08-16
1
-1
/
+5
*
Add silencing to deprecations; avoid self-scolding.
Nicholas Seckar
2006-08-14
2
-4
/
+19
*
Add debugging logging to Dependencies.
Nicholas Seckar
2006-08-13
1
-1
/
+31
*
Add forgotten files; Fix double loading errors.
Nicholas Seckar
2006-08-08
1
-6
/
+7
*
Checkin forgotten add. Update const_missing handler to avoid double loading f...
Nicholas Seckar
2006-08-08
1
-1
/
+1
*
New dependencies implementation
Nicholas Seckar
2006-08-08
3
-53
/
+206
*
separate warn method for easier localization override
Jeremy Kemper
2006-08-08
1
-1
/
+5
*
Include called method in instance variable deprecation warning.
Jeremy Kemper
2006-08-08
1
-6
/
+2
*
DateTime#to_time gives hour/minute/second resolution. Closes #5747.
Jeremy Kemper
2006-08-07
1
-4
/
+8
*
Don't warn when the deprecated ivar proxy is instantiated.
Jeremy Kemper
2006-08-07
1
-1
/
+0
*
attr_internal to support namespacing and deprecation
Jeremy Kemper
2006-08-07
2
-0
/
+32
*
Raise fully qualified names upon name errors. Closes #5533.
Nicholas Seckar
2006-08-05
2
-3
/
+22
*
Add extention to obtain the missing constant from NameError instances
Nicholas Seckar
2006-08-05
1
-0
/
+15
*
Remove unnecessary brackets in regex (closes #5715)
David Heinemeier Hansson
2006-08-05
1
-1
/
+1
*
DeprecatedInstanceVariableProxy stand-in for @request, @attributes, and friends.
Jeremy Kemper
2006-08-05
1
-4
/
+23
*
Thoroughly document inflections. Closes #5700.
Jeremy Kemper
2006-08-03
1
-11
/
+38
*
Added Module#alias_attribute [Jamis/DHH]
David Heinemeier Hansson
2006-08-03
2
-3
/
+32
*
Deprecation: easier to work with warning behavior as procs; default behaviors...
Jeremy Kemper
2006-08-01
1
-32
/
+74
*
Initial Version of Deprecation for Rails[Koz]
Michael Koziarski
2006-07-27
2
-0
/
+47
*
Strip boolean XML content before checking for 'true' [Rick Olson]
Rick Olson
2006-07-21
1
-1
/
+1
*
Get rid of constant redefinition warnings when running AP tests
Marcel Molina
2006-07-13
1
-2
/
+2
*
Customize default BigDecimal formatting. [dave@pragprog.com]
Marcel Molina
2006-07-13
2
-0
/
+10
*
Correctly convert <foo nil=true> to nil when using Hash.create_from_xml. [Rick]
Rick Olson
2006-07-13
1
-1
/
+1
*
occured -> occurred. Closes #5559.
Jeremy Kemper
2006-07-10
2
-3
/
+3
*
Optional identity for Enumerable#sum defaults to zero. Closes #5657.
Jeremy Kemper
2006-07-09
1
-1
/
+8
*
HashWithIndifferentAccess shouldn't confuse false and nil. Closes #5601. Nor ...
Jeremy Kemper
2006-07-05
1
-7
/
+10
*
Fixed HashWithIndifferentAccess#default (closes #5586) [chris@seagul.co.uk]
David Heinemeier Hansson
2006-07-05
1
-4
/
+7
*
Typo in alias_method_chain rdoc.
Jeremy Kemper
2006-07-03
1
-1
/
+1
*
More compatible Hash.create_from_xml. Closes #5523.
Jeremy Kemper
2006-06-29
1
-0
/
+2
[prev]
[next]