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
/
test
/
core_ext
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix tests across DST (closes #9020) [mpalmer]
David Heinemeier Hansson
2007-09-22
1
-5
/
+7
*
Hash#to_xml doesn't double-unescape. Closes #8806.
Jeremy Kemper
2007-09-17
1
-0
/
+28
*
Added Array#rand (closes #9170) [norbert]
David Heinemeier Hansson
2007-09-15
1
-0
/
+16
*
Some 1.9 forward compatibility
Jeremy Kemper
2007-09-14
3
-11
/
+13
*
Fix activesupport atomic_write tests when Dir.tmpdir is on another partition....
Michael Koziarski
2007-09-06
1
-2
/
+2
*
Allow Float#round to take a precision argument. Closes #8626 [norbert]
Michael Koziarski
2007-09-02
1
-0
/
+25
*
Fix Time#advance bug when trying to advance a year from leap day. Closes #86...
Rick Olson
2007-08-03
4
-0
/
+13
*
Added Array#extract_options! to encapsulate the pattern of getting an options...
David Heinemeier Hansson
2007-07-24
1
-0
/
+9
*
Let alias_attribute work with attributes with initial capital letters (legacy...
Michael Koziarski
2007-07-19
1
-1
/
+24
*
Support for non heterogeneous arrays when serializing to xml. Unless guessabl...
Tobias Lütke
2007-07-09
1
-0
/
+17
*
Added Hash#except which is the inverse of Hash#slice -- return the hash excep...
David Heinemeier Hansson
2007-07-09
1
-0
/
+13
*
Improve various test coverage. Closes #8676 [kamal]
Jeremy Kemper
2007-06-25
4
-0
/
+39
*
Added proper handling of arrays. Closes #8537 [hasmanyjosh]
Rick Olson
2007-06-21
2
-6
/
+41
*
Oh please. References #8646.
Jeremy Kemper
2007-06-14
1
-1
/
+1
*
Maybe passing an explicit offset mollifies CIA. References #8646.
Jeremy Kemper
2007-06-14
1
-1
/
+1
*
Improve Time and Date test coverage. Closes #8646.
Jeremy Kemper
2007-06-14
3
-34
/
+61
*
Clean up junk test. Closes #7973 [Rob Sanheim]
Jeremy Kemper
2007-06-08
2
-31
/
+1
*
revert [6924]
Rick Olson
2007-06-05
2
-39
/
+4
*
Add Date#since, ago, beginning_of_day, and end_of_day. Date + seconds works n...
Jeremy Kemper
2007-06-04
2
-1
/
+19
*
String#to_time overflows to DateTime. Add String#to_datetime. Closes #8572.
Jeremy Kemper
2007-06-04
1
-0
/
+3
*
Date.yesterday and .tomorrow. Closes #8571.
Jeremy Kemper
2007-06-04
1
-0
/
+8
*
Readable Date and DateTime#inspect. Closes #8570.
Jeremy Kemper
2007-06-04
2
-0
/
+11
*
Added proper handling of arrays (closes #8537) [hasmanyjosh]
David Heinemeier Hansson
2007-06-01
2
-4
/
+39
*
Move common DateTime calculations to Date. Closes #8536.
Jeremy Kemper
2007-06-01
1
-0
/
+100
*
Added Date#change (like Time#change) [DHH]
David Heinemeier Hansson
2007-05-31
1
-0
/
+5
*
Fix imprecise duration addition test. Closes #8516 [Geoff Buesing]
Jeremy Kemper
2007-05-30
1
-2
/
+2
*
DateTime#to_time converts to Time unless out of range. Date#to_datetime and D...
Jeremy Kemper
2007-05-30
2
-3
/
+11
*
Time durations use since instead of + for accuracy. Closes #8513.
Jeremy Kemper
2007-05-30
2
-1
/
+19
*
Fix chained duration operation tests. Closes #8489 [Geoff Buesing]
Jeremy Kemper
2007-05-27
1
-4
/
+4
*
Array#to_xml yields the builder just like Hash and ActiveRecord::Base. Closes...
Jeremy Kemper
2007-05-26
1
-0
/
+11
*
DateTime uses Time formats. Closes #8476.
Jeremy Kemper
2007-05-26
2
-0
/
+12
*
Date, Time, and DateTime support formatting blocks in addition to strftime st...
Jeremy Kemper
2007-05-25
3
-12
/
+17
*
Pull file from xml value only if it's a Hash. Closes #8190.
Jeremy Kemper
2007-04-26
1
-0
/
+6
*
Use XSD-compatible type names for Hash#to_xml and make the converters extenda...
David Heinemeier Hansson
2007-04-21
2
-2
/
+30
*
Added yielding of builder in Hash#to_xml [DHH]
David Heinemeier Hansson
2007-04-19
1
-0
/
+11
*
Fixed that parameters from XML should also be presented in a hash with indiff...
David Heinemeier Hansson
2007-04-16
1
-0
/
+5
*
Hash#to_xml supports YAML attributes; ActiveRecord::Base#to_xml support seria...
Jeremy Kemper
2007-03-18
1
-3
/
+5
*
alias_method_chain preserves the original method's visibility. Closes #7854.
Jeremy Kemper
2007-03-18
1
-0
/
+45
*
Update Dependencies to ignore constants inherited from ancestors. Closes #6951.
Nicholas Seckar
2007-03-14
1
-0
/
+8
*
Fix to_datetime test broken by DST change. Closes #7797.
Jeremy Kemper
2007-03-12
1
-2
/
+2
*
Array#to_query preserves its ordering. References #7756.
Jeremy Kemper
2007-03-11
1
-2
/
+7
*
Time#since overflows to DateTime. Introduce Time#to_datetime. Closes #7715.
Jeremy Kemper
2007-03-05
1
-0
/
+12
*
Out-of-range Time calculations transparently overflow to DateTime. Closes #7706.
Jeremy Kemper
2007-03-04
1
-0
/
+25
*
DateTime calculations analogous to the Date and Time extensions. Closes #7693.
Jeremy Kemper
2007-03-04
1
-1
/
+138
*
Add missing files
Michael Koziarski
2007-02-28
1
-0
/
+15
*
Add File.atomic_write to prevent users from seeing half written files. Usefu...
Michael Koziarski
2007-02-27
1
-0
/
+29
*
Hash#to_query CGI-escapes its keys.
Jeremy Kemper
2007-02-11
1
-8
/
+22
*
Don't test for hash sort order.
Jeremy Kemper
2007-02-11
1
-6
/
+7
*
Full test coverage for Inflector. Closes #7228.
Jeremy Kemper
2007-01-28
1
-1
/
+19
*
:db format for Date#to_s
Jeremy Kemper
2007-01-28
1
-0
/
+1
[next]