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
/
duration_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unneeded reliance on super -> method_missing quirk
Jeremy Kemper
2010-01-07
1
-0
/
+25
*
make #inspect if zero length duration return '0 seconds' instead of empty str...
Levin Alexander
2009-07-02
1
-0
/
+1
*
Remove 'core' fluff. Hookable ActiveSupport.load_all!
Jeremy Kemper
2009-05-20
1
-1
/
+1
*
Work around Float faux precision
Jeremy Kemper
2009-04-30
1
-10
/
+10
*
Fix dependencies revealed by testing in isolation
Jeremy Kemper
2009-04-22
1
-0
/
+1
*
Merge branch 'master' into cherry
Jeremy Kemper
2009-04-20
1
-0
/
+12
|
\
|
*
Time.local instances: Adding 24.hours across the DST boundary adds 24 hours i...
Michael Curtis
2009-03-29
1
-0
/
+12
*
|
* Introduce ActiveSupport.core_ext Integer, %w(conversions time etc)
Jeremy Kemper
2009-03-21
1
-20
/
+0
|
/
*
Remove obsolete silence_warnings wrappers from TZInfo-dependent tests in Acti...
Levin Alexander
2009-02-14
1
-13
/
+11
*
Require mocha >= 0.9.0 for AS tests
Jeremy Kemper
2008-11-22
1
-60
/
+58
*
Subclass AS::TestCase to get custom assertions
Jeremy Kemper
2008-11-07
1
-1
/
+1
*
Fix test warnings
Pratik Naik
2008-10-17
1
-2
/
+2
*
Enhance testing for fractional days and weeks. Update changelog.
gbuesing
2008-10-13
1
-13
/
+9
*
Added deprecated warning messages to Float#months and Float#years deprications.
Tom Lea
2008-10-13
1
-8
/
+10
*
Deprecated Float#years and Float#months, moved Numeric#years and Numeric#mont...
Tom Lea
2008-10-13
1
-0
/
+18
*
Time#advance recognizes fractional days and weeks [#970 state:resolved]
Tom Lea
2008-10-13
1
-0
/
+34
*
Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS...
Joshua Peek
2008-06-03
1
-4
/
+4
*
Duration #since and #ago with no argument (e.g., 5.days.ago) return TimeWithZ...
gbuesing
2008-04-20
1
-0
/
+42
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
1
-1
/
+1
*
Ruby 1.9 compat: add #raise to AS::BasicObject, fixup Duration argument error...
Jeremy Kemper
2008-01-02
1
-0
/
+11
*
Ruby 1.9 compat: define Duration#== [chuyeow]
Jeremy Kemper
2007-12-15
1
-1
/
+0
*
Mark Duration test failing with Ruby 1.9
Jeremy Kemper
2007-09-27
1
-2
/
+3
*
Improve test coverage of Duration. Closes #7182 [richcollins]
Michael Koziarski
2007-01-21
1
-0
/
+4
*
Fix that Dates couldn't be subtracted from Dates after [5940].
Sam Stephenson
2007-01-15
1
-1
/
+5
*
Make 1.months and friends accurate by introducing a Duration class. #6835 [e...
Michael Koziarski
2007-01-15
1
-0
/
+13