index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Eilertsens Kodeknekkeri
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
lib
/
active_support
/
core_ext
/
numeric
Commit message (
Expand
)
Author
Age
Files
Lines
*
Follow up #34754
bogdanvlviv
2018-12-20
1
-1
/
+1
*
ActiveSupport module may not always already defined here
Akira Matsuda
2018-10-20
1
-121
/
+123
*
Deprecate "active_support/core_ext/numeric/inquiry"
bogdanvlviv
2018-03-02
1
-25
/
+2
*
Rails 6 requires Ruby 2.4.1+
Jeremy Daer
2018-02-17
1
-7
/
+1
*
Enable `Style/RedundantReturn` rubocop rule, and fixed a couple more
Ryuta Kamizono
2017-11-01
1
-7
/
+7
*
Simplify API documentation of methods that return a Duration
bogdanvlviv
2017-10-24
1
-17
/
+5
*
Make clear that Time core extensions are split between Numeric and Integer
João Fernandes
2017-10-24
1
-6
/
+8
*
[Active Support] require_relative => require
Akira Matsuda
2017-10-21
2
-8
/
+8
*
[Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
4
-0
/
+4
*
Use frozen-string-literal in ActiveSupport
Kir Shatrov
2017-07-09
4
-0
/
+4
*
[Active Support] require => require_relative
Akira Matsuda
2017-07-01
2
-8
/
+8
*
Allocation free Integer#to_s
Jean Boussier
2017-01-19
1
-16
/
+15
*
Add duration constructors for use in Numeric extensions
Andrew White
2017-01-12
1
-6
/
+6
*
Fix inconsistent results when parsing large durations and constructing durati...
Andrey Novikov
2017-01-09
1
-5
/
+5
*
Remove deprecated method Numeric#to_formatted_s
Andrew White
2016-11-14
1
-5
/
+0
*
Fixnum and Bignum are deprecated in Ruby trunk
Matthew Draper
2016-10-08
1
-1
/
+1
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+0
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-21
/
+21
*
applies new string literal convention in activesupport/lib
Xavier Noria
2016-08-06
2
-8
/
+8
*
Support for unified Integer class in Ruby 2.4+
Jeremy Daer
2016-05-18
1
-2
/
+8
*
Change 1.week to create 1 week durations instead of 7 days durations.
Andrey Novikov
2016-04-28
1
-8
/
+8
*
Revert "Change 1.week to create 1 week durations instead of 7 days durations."
Jeremy Daer
2016-04-27
1
-8
/
+8
*
Change 1.week to create 1 week durations instead of 7 days durations.
Andrey Novikov
2016-04-18
1
-8
/
+8
*
Show correct return types for examples [ci skip]
Gert Goet
2016-02-20
1
-49
/
+49
*
Fix - to_s(:db) on Numeric range
Akshay Vishnoi
2015-12-29
1
-1
/
+5
*
Merge pull request #22822 from maclover7/fix-22805
Richard Schneeman
2015-12-28
1
-0
/
+1
|
\
|
*
Add a missing require to ActiveSupport::NumericWithFormat
Jon Moss
2015-12-28
1
-0
/
+1
*
|
Add support for Petabyte and Exabyte in number to human size
Akshay Vishnoi
2015-12-22
1
-0
/
+2
|
/
*
Merge pull request #20038 from imanel/numeric_prepend
Sean Griffin
2015-10-20
1
-25
/
+12
|
\
|
*
Unify behavior of all Numeric extensions and use Module.prepend instead of al...
Bernard Potocki
2015-05-28
1
-25
/
+12
*
|
Corrected numeric conversions output [ci skip]
amitkumarsuroliya
2015-09-19
1
-2
/
+2
*
|
Only define #positive? and #negative? on Ruby 2.2
Rafael Mendonça França
2015-05-19
1
-0
/
+7
*
|
Move Integer#positive? and Integer#negative? query methods to Numeric class
Mehmet Emin İNAÇ
2015-05-13
1
-0
/
+19
|
/
*
Remove reference to Numeric#from_now, as it is no longer supported
nerdinand
2015-03-23
1
-15
/
+0
*
fix dependency
Jian Weihang
2015-01-12
1
-0
/
+2
*
Add docs for Numeric time-related methods
claudiob
2014-12-17
1
-0
/
+18
*
Replace `#=>` with `# =>` [ci skip]
claudiob
2014-12-17
1
-7
/
+7
*
Add docs for Numeric#*_bytes methods
claudiob
2014-12-17
1
-0
/
+20
*
Prevent Numeric#to_s from allocating an array
Jean Boussier
2014-11-28
1
-9
/
+19
*
:scissors: removed deprecated `Numeric#ago` and friends
Godfrey Chan
2014-05-30
1
-19
/
+1
*
Deprecated Numeric#{ago,until,since,from_now}
Godfrey Chan
2013-11-26
1
-0
/
+2
*
Added Numeric#in_milliseconds, like 1.hour.in_milliseconds, so we can feed th...
David Heinemeier Hansson
2013-11-02
1
-0
/
+6
*
Squashed commit of the following:
Aaron Patterson
2013-05-03
1
-9
/
+0
*
Remove unnecessary requires
Rafael Mendonça França
2013-01-03
1
-2
/
+0
*
Added ability to compare date/time with infinity
bUg
2013-01-04
1
-0
/
+11
*
update some AS code examples to 1.9 hash syntax [ci skip]
Francesco Rodriguez
2012-09-12
2
-67
/
+67
*
Review requires from number helper
Carlos Antonio da Silva
2012-05-28
1
-6
/
+6
*
Moving NumberHelpers from ActionView to ActiveSupport
Andrew Mutz
2012-05-27
1
-0
/
+135
*
Changes for numeric api for Time because Time.current works different
Alexey Gaziev
2012-05-07
1
-3
/
+3
*
update stdlib doc urls in comments - active_support/core_ext/[integer|numeric...
Trevor Wennblom
2012-04-07
1
-3
/
+3
[next]