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
/
lib
/
active_support
/
time_with_zone.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Optimize TimeWithZoneTest#strftime
Pablo Herrero
2014-10-27
1
-10
/
+6
*
Merge pull request #15421 from gchan/time_with_zone_precision
Matthew Draper
2014-06-05
1
-1
/
+1
|
\
|
*
Fixed `ActiveSupport::TimeWithZone#-` so precision is not unnecessarily lost
Gordon Chan
2014-05-30
1
-1
/
+1
*
|
Speed-up TimeWithZone to String conversion
Andrey Chernih
2014-05-27
1
-0
/
+8
|
/
*
[ci skip] doc ActiveSupport::TimeWithZone#to_s
schneems
2014-05-09
1
-2
/
+5
*
Maintain the current timezone in wrap_with_time_zone
Andrew White
2014-01-31
1
-7
/
+2
*
Make ActiveSupport::TimeWithZone#xmlschema consistent
Andrew White
2014-01-26
1
-2
/
+2
*
Add support for JSON time_precision to Time and DateTime
Andrew White
2014-01-26
1
-2
/
+1
*
Rename subsecond_fraction_digits option to time_precision
Andrew White
2014-01-26
1
-1
/
+1
*
Customize subsecond digits when encoding DateWithTime
Parker Selbert
2014-01-26
1
-1
/
+2
*
Maintain current timezone when changing time during DST overlap
Andrew White
2014-01-26
1
-3
/
+9
*
Fix AS::TimeWithZone#as_json docs
Bogdan Gusiev
2013-11-07
1
-4
/
+4
*
Keep sub-second resolution when wrapping a DateTime value
Andrew White
2013-06-13
1
-5
/
+1
*
`TimeWithZone` raises `NoMethodError` in proper context.
Yves Senn
2013-03-18
1
-0
/
+2
*
Added `ActiveSupport::TimeWithZone#to_r` for `Time#at` compatibility.
stopdropandrew
2013-02-24
1
-0
/
+4
*
Modify TimeWithZone#as_json to return 3DP of sub-second accuracy by default, ...
James Harton
2013-01-31
1
-1
/
+1
*
Standardise the return value of `to_time`
Andrew White
2013-01-21
1
-2
/
+2
*
Add more documentation to TimeWithZone
Matthew Stopa
2013-01-01
1
-0
/
+14
*
copy edits [ci skip]
Vijay Dev
2013-01-01
1
-4
/
+3
*
Add documentation for TimeWithZone methods
Matthew Stopa
2012-12-31
1
-3
/
+19
*
Add documentation for the TimeWithZone#dst? method.
Matthew Stopa
2012-12-31
1
-0
/
+6
*
Deprecate obsolete Time to DateTime fallback methods
Andrew White
2012-12-11
1
-1
/
+1
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-09-21
1
-17
/
+24
|
\
|
*
update AS docs [ci skip]
Francesco Rodriguez
2012-09-17
1
-17
/
+24
*
|
Fix #6962. AS::TimeWithZone#strftime responds incorrectly to %:z and %::z for...
kennyj
2012-09-20
1
-1
/
+4
|
/
*
removes usage of Object#in? from the code base (the method remains defined by...
Xavier Noria
2012-08-06
1
-2
/
+1
*
Merge pull request #6183 from nashby/fix-issue-6179
Jeremy Kemper
2012-05-18
1
-3
/
+12
|
\
|
*
respect nsec in TimeWithZone
Vasiliy Ermolovich + Sergey Nartimov
2012-05-18
1
-1
/
+1
|
*
wrap time ranges with timezones, closes #6179
Vasiliy Ermolovich
2012-05-17
1
-2
/
+11
*
|
removing unnecessary 'examples' noise from activesupport
Francesco Rodriguez
2012-05-13
1
-4
/
+0
*
|
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-05-08
1
-1
/
+3
|
\
\
|
|
/
|
/
|
|
*
Add missing public method doc to TimeWithZone.name
Rob Zolkos
2012-05-06
1
-1
/
+3
*
|
Use respond_to_missing for TimeWithZone
Marc-Andre Lafortune
2012-05-05
1
-3
/
+3
|
/
*
No need to override to_yaml method in ActiveSupport::TimeWithZone
Rafael Mendonça França
2012-01-04
1
-7
/
+1
*
No need to check if YAML::ENGINE is defined since ruby 1.9 does that
Rafael Mendonça França
2012-01-04
1
-1
/
+1
*
Fix inconsistencies with Time{WithZone}#{hash,eql?}
Marc-Andre Lafortune
2011-11-22
1
-2
/
+5
*
Fix a typo in date
Semyon Perepelitsa
2011-09-12
1
-1
/
+1
*
Fix xmlschema output with fraction_digits >0
shtirlic
2011-07-11
1
-1
/
+1
*
Remove `#among?` from Active Support
Prem Sichanugrist
2011-04-13
1
-1
/
+1
*
Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...
David Heinemeier Hansson
2011-04-12
1
-1
/
+1
*
Using Object#in? and Object#either? in various places
Prem Sichanugrist
2011-04-11
1
-1
/
+2
*
added find_zone and find_zone! to AS timezones and changed the AS Railtie to ...
Josh Kalderimis
2011-04-05
1
-1
/
+1
*
refactored Time#<=> and DateTime#<=> by removing unnecessary calls without lo...
Diego Carrion
2011-03-04
1
-1
/
+1
*
prefering psych as the yaml parser if possible, fixing assertions for YAML 1....
Aaron Patterson
2011-01-21
1
-0
/
+10
*
make our yaml output consistent
Aaron Patterson
2011-01-04
1
-5
/
+1
*
Duck typing here
Santiago Pastorino
2010-11-11
1
-1
/
+1
*
Fix ActiveSupport::TimeWithZone#localtime method with DateTime
Alvaro Bautista
2010-11-11
1
-1
/
+1
*
Whitespace and example identation
Josep M. Bach
2010-08-15
1
-0
/
+2
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-2
/
+2
*
adding proper markup in comments
Neeraj Singh
2010-07-23
1
-2
/
+2
[next]