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
/
CHANGELOG
Commit message (
Expand
)
Author
Age
Files
Lines
*
Time#to_json uses Numeric#to_utc_offset_s to output cross-platform-consistent...
Geoff Buesing
2008-01-12
1
-0
/
+2
*
Refactor number-to-HH:MM-string conversion logic from TimeZone#formatted_offs...
Geoff Buesing
2008-01-12
1
-0
/
+2
*
* Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos...
Jeremy Kemper
2008-01-05
1
-0
/
+4
*
Moved the caching stores from ActionController::Caching::Fragments::* to Acti...
David Heinemeier Hansson
2008-01-03
1
-0
/
+6
*
Fixed String#titleize to work for strings with 's too (closes #10571) [trek]
David Heinemeier Hansson
2008-01-03
1
-0
/
+2
*
Ruby 1.9 compat: add #raise to AS::BasicObject, fixup Duration argument error...
Jeremy Kemper
2008-01-02
1
-1
/
+1
*
Fix invalid time test. Closes #10632 [Dirkjan Bussink]
Jeremy Kemper
2008-01-02
1
-1
/
+1
*
Changed the implementation of Enumerable#group_by to use a double array appro...
David Heinemeier Hansson
2007-12-31
1
-0
/
+2
*
remove multiple enumerations from ActiveSupport::JSON#convert_json_to_yaml wh...
Rick Olson
2007-12-28
1
-0
/
+2
*
Hash#symbolize_keys skips keys that can't be symbolized. Closes #10500.
Jeremy Kemper
2007-12-20
1
-0
/
+2
*
Ruby 1.9 compat: move from the deprecated Base64 module to ActiveSupport::Bas...
Jeremy Kemper
2007-12-18
1
-1
/
+1
*
Update changelog for Ruby 1.9 compat patches
Jeremy Kemper
2007-12-15
1
-1
/
+1
*
Revert const_missing bypass in favor of Duration constant lookup tweak
Jeremy Kemper
2007-12-15
1
-0
/
+2
*
More changelog updates
Jeremy Kemper
2007-12-15
1
-6
/
+6
*
We love whitespace
David Heinemeier Hansson
2007-12-14
1
-0
/
+1
*
TimeZone#to_s uses UTC rather than GMT. References #1689.
Jeremy Kemper
2007-12-10
1
-0
/
+2
*
More changelog updates
Jeremy Kemper
2007-12-10
1
-2
/
+2
*
More changelog updates
Jeremy Kemper
2007-12-10
1
-4
/
+4
*
Update Chu's name in changelogs
Jeremy Kemper
2007-12-10
1
-2
/
+2
*
Refactor of Hash#symbolize_keys! to use Hash#replace. Closes #10420 [ReinH]
Rick Olson
2007-12-08
1
-0
/
+4
*
Fix HashWithIndifferentAccess#to_options! so it doesn't clear the options has...
Rick Olson
2007-12-08
1
-0
/
+2
*
Make ready for 2.0.1
David Heinemeier Hansson
2007-12-07
1
-1
/
+1
*
Preparing for release shortly
David Heinemeier Hansson
2007-12-06
1
-4
/
+1
*
Prep for RC2
David Heinemeier Hansson
2007-11-29
1
-1
/
+1
*
Added Array#from and Array#to that behaves just from String#from and String#t...
David Heinemeier Hansson
2007-11-27
1
-0
/
+2
*
Fix that empty collections should be treated as empty arrays regardless of wh...
David Heinemeier Hansson
2007-11-25
1
-0
/
+2
*
Honor Ruby's default calendar reform setting when creating DateTime objects v...
Geoff Buesing
2007-11-24
1
-0
/
+2
*
Change Time and DateTime #end_of_month to return last second of month instea...
Geoff Buesing
2007-11-24
1
-0
/
+2
*
Speedup String#blank? and remove some overspecified tests.
Jeremy Kemper
2007-11-14
1
-0
/
+2
*
Add documentation for Hash#diff. Closes #9306 [tarmo]
Marcel Molina
2007-11-06
1
-0
/
+2
*
Add new superclass_delegating_accessors. Similar to class inheritable attrib...
Michael Koziarski
2007-10-29
1
-0
/
+2
*
Change JSON to encode %w(< > &) as 4 digit hex codes to be in compliance with...
Rick Olson
2007-10-29
1
-0
/
+2
*
Fix JSON encoding/decoding bugs dealing with /'s. Closes #9990 [Rick, theama...
Rick Olson
2007-10-26
1
-0
/
+2
*
Introduce TestCase subclasses for testing rails applications allowing tests t...
Michael Koziarski
2007-10-26
1
-0
/
+5
*
Document Enumerable and Hash #to_json. Add test for hash with integer key. Cl...
Jeremy Kemper
2007-10-24
1
-0
/
+2
*
Hash#to_xml handles symbol values. Closes #9954.
Jeremy Kemper
2007-10-23
1
-0
/
+2
*
Hash#symbolize_keys behaves well with integer keys. Closes #9890.
Jeremy Kemper
2007-10-16
1
-0
/
+2
*
Multibyte: String#slice supports regexp argument. Closes #9646.
Jeremy Kemper
2007-10-15
1
-0
/
+2
*
object.duplicable? returns true if object.dup is safe. False for nil, true, f...
Jeremy Kemper
2007-10-15
1
-0
/
+2
*
Time, Date and DateTime #advance accept :weeks option. Closes #9866.
Jeremy Kemper
2007-10-13
1
-0
/
+2
*
Fix Time#years_ago and #years_since from leap days. Closes #9865.
Jeremy Kemper
2007-10-13
1
-0
/
+2
*
Time and DateTime#advance accept :hours, :minutes, and :seconds options. Clos...
Jeremy Kemper
2007-10-13
1
-0
/
+2
*
Fix Date#years_ago and #years_since from leap days. Closes #9864.
Jeremy Kemper
2007-10-13
1
-0
/
+2
*
Refactor Time and Date#months_since and #months_ago to use #advance. Closes #...
Jeremy Kemper
2007-10-13
1
-0
/
+2
*
Rebundle Builder 2.1.2 but prefer a newer RubyGem if available.
Jeremy Kemper
2007-10-10
1
-0
/
+2
*
* Add Range#overlaps?(range), Range#include?(range), and Range#step without a...
Michael Koziarski
2007-10-08
1
-0
/
+2
*
Correct BufferedLogger#level? checks. Closes #9806.
Jeremy Kemper
2007-10-07
1
-0
/
+2
*
Reference current fast_xs URL
Jeremy Kemper
2007-10-07
1
-1
/
+1
*
String#to_xs uses the fast_xs extension if available for Builder speedup.
Jeremy Kemper
2007-10-07
1
-0
/
+2
*
Introduce BasicObject as Builder::BlankSlate for Ruby 1.9 forward compatibility.
Jeremy Kemper
2007-10-07
1
-0
/
+2
[next]