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
/
date
Commit message (
Expand
)
Author
Age
Files
Lines
*
No dup nor delete from options
Krzysztof Rybka
2019-01-18
1
-5
/
+6
*
Move implementation of `before?` and `after?` to `DateAndTime::Calculations`
bogdanvlviv
2018-03-31
1
-2
/
+0
*
Add `before?` and `after?` methods to date and time classes
Nick Holden
2018-03-06
1
-0
/
+2
*
[Active Support] require_relative => require
Akira Matsuda
2017-10-21
4
-10
/
+10
*
Clarify intentions around method redefinitions
Matthew Draper
2017-09-01
1
-9
/
+5
*
[Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
5
-0
/
+5
*
Use frozen-string-literal in ActiveSupport
Kir Shatrov
2017-07-09
5
-0
/
+5
*
[Active Support] require => require_relative
Akira Matsuda
2017-07-01
4
-10
/
+10
*
Add missing periods
Jon Moss
2017-04-17
1
-2
/
+2
*
Add (more) documentation to to_time
Ken Mayer
2017-04-17
1
-0
/
+3
*
`self.` is not needed when calling its own instance method
Akira Matsuda
2017-01-05
1
-1
/
+1
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-1
/
+1
*
modernizes hash syntax in activesupport
Xavier Noria
2016-08-06
1
-7
/
+7
*
applies new string literal convention in activesupport/lib
Xavier Noria
2016-08-06
5
-20
/
+20
*
Don't blank pad day of the month when formatting dates
Sean Griffin
2016-06-02
1
-3
/
+3
*
Raise `ArgumentError` when an invalid form is passed to `Date#to_time`
yui-knk
2016-04-17
1
-0
/
+1
*
Improve readability of docs by using code tag [ci skip]
Prakash Laxkar
2015-09-29
1
-1
/
+1
*
Short-circuit `blank?` on date and time values
Andrew White
2015-09-21
1
-0
/
+12
*
Corrected `to_time` output in ActiveSupport Date Conversion docs.Since https:...
amitkumarsuroliya
2015-09-18
1
-3
/
+3
*
Revert "Replace use of alias chains with prepend at core_ext/date and core_ex...
Roque Pinel
2015-05-29
2
-18
/
+32
*
Merge pull request #19878 from pabloh/replace_alias_chains_with_prepend
Rafael Mendonça França
2015-05-28
2
-32
/
+18
|
\
|
*
Replace use of alias chains with prepend at core_ext/date
Pablo Herrero
2015-05-04
2
-32
/
+18
*
|
[skip ci] Update documentation for Date class
Anton Davydov
2015-05-21
1
-0
/
+6
|
/
*
Avoid raising a NameError on FreeBSD using Date
Robin Dupret
2014-01-01
1
-2
/
+5
*
doc: date/conversions.rb should talk about date format not time format.
Yves Senn
2013-12-10
1
-2
/
+2
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2013-08-17
1
-1
/
+1
|
\
|
*
Revert "Merge branch 'master' of github.com:rails/docrails"
Vijay Dev
2013-08-17
1
-1
/
+1
*
|
Refactor Date, Time, DateTime timezone methods
Gilad Zohari
2013-08-01
1
-18
/
+2
*
|
Merge pull request #10879 from makaroni4/master
Andrew White
2013-07-29
1
-0
/
+10
|
\
\
|
*
|
Added Time#middle_of_day
Anatoli Makarevich
2013-07-28
1
-1
/
+11
*
|
|
Fix handling of offsets with Time#to_s(:iso8601)
Andrew White
2013-07-29
1
-1
/
+3
|
|
/
|
/
|
*
|
Minor refactor - Uses Enumerable#to_a instead of iterate and add to an
Pablo Cantero
2013-07-27
1
-1
/
+1
*
|
Remove deprecated `Date#to_time_in_current_zone`
Vipul A M
2013-07-02
1
-15
/
+0
|
/
*
The behavior we had in place in rc1 was actually to convert to DateTime and u...
David Heinemeier Hansson
2013-06-03
1
-2
/
+2
*
Allow Date to be compared with Time (like it was possible to compare Time wit...
David Heinemeier Hansson
2013-06-03
1
-0
/
+11
*
Squashed commit of the following:
Aaron Patterson
2013-05-03
1
-5
/
+0
*
remove unused require
Tomohiko Himura
2013-04-25
1
-1
/
+0
*
remove_possible_method -> remove_method
Nihad Abbasov
2013-01-11
1
-2
/
+2
*
Revert some warning removals related to Ruby 2.0
Carlos Antonio da Silva
2013-01-07
1
-2
/
+0
*
Added ability to compare date/time with infinity
bUg
2013-01-04
1
-0
/
+5
*
Deprecate obsolete Time to DateTime fallback methods
Andrew White
2012-12-11
1
-1
/
+1
*
Deprecate Date#to_time_in_current_zone
Andrew White
2012-12-11
3
-5
/
+27
*
Add missing at_end_of_* aliases
Andrew White
2012-12-11
1
-0
/
+1
*
fix warnings in Ruby 2.0
Aaron Patterson
2012-11-07
1
-0
/
+2
*
keys.include? -> key?
Xavier Noria
2012-10-09
1
-1
/
+1
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-09-21
3
-5
/
+6
|
\
|
*
update AS/core_ext docs [ci skip]
Francesco Rodriguez
2012-09-12
3
-5
/
+6
*
|
Date.beginning_of_week thread local and beginning_of_week application config ...
gregolsen
2012-09-18
1
-0
/
+23
|
/
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-09-01
1
-0
/
+1
|
\
|
*
copy edits [ci skip]
Vijay Dev
2012-09-01
1
-1
/
+1
[next]