aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/time_with_zone.rb
Commit message (Expand)AuthorAgeFilesLines
...
| * Fixed `ActiveSupport::TimeWithZone#-` so precision is not unnecessarily lostGordon Chan2014-05-301-1/+1
* | Speed-up TimeWithZone to String conversionAndrey Chernih2014-05-271-0/+8
|/
* [ci skip] doc ActiveSupport::TimeWithZone#to_sschneems2014-05-091-2/+5
* Maintain the current timezone in wrap_with_time_zoneAndrew White2014-01-311-7/+2
* Make ActiveSupport::TimeWithZone#xmlschema consistentAndrew White2014-01-261-2/+2
* Add support for JSON time_precision to Time and DateTimeAndrew White2014-01-261-2/+1
* Rename subsecond_fraction_digits option to time_precisionAndrew White2014-01-261-1/+1
* Customize subsecond digits when encoding DateWithTimeParker Selbert2014-01-261-1/+2
* Maintain current timezone when changing time during DST overlapAndrew White2014-01-261-3/+9
* Fix AS::TimeWithZone#as_json docsBogdan Gusiev2013-11-071-4/+4
* Keep sub-second resolution when wrapping a DateTime valueAndrew White2013-06-131-5/+1
* `TimeWithZone` raises `NoMethodError` in proper context.Yves Senn2013-03-181-0/+2
* Added `ActiveSupport::TimeWithZone#to_r` for `Time#at` compatibility.stopdropandrew2013-02-241-0/+4
* Modify TimeWithZone#as_json to return 3DP of sub-second accuracy by default, ...James Harton2013-01-311-1/+1
* Standardise the return value of `to_time`Andrew White2013-01-211-2/+2
* Add more documentation to TimeWithZoneMatthew Stopa2013-01-011-0/+14
* copy edits [ci skip]Vijay Dev2013-01-011-4/+3
* Add documentation for TimeWithZone methodsMatthew Stopa2012-12-311-3/+19
* Add documentation for the TimeWithZone#dst? method.Matthew Stopa2012-12-311-0/+6
* Deprecate obsolete Time to DateTime fallback methodsAndrew White2012-12-111-1/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-211-17/+24
|\
| * update AS docs [ci skip]Francesco Rodriguez2012-09-171-17/+24
* | Fix #6962. AS::TimeWithZone#strftime responds incorrectly to %:z and %::z for...kennyj2012-09-201-1/+4
|/
* removes usage of Object#in? from the code base (the method remains defined by...Xavier Noria2012-08-061-2/+1
* Merge pull request #6183 from nashby/fix-issue-6179Jeremy Kemper2012-05-181-3/+12
|\
| * respect nsec in TimeWithZoneVasiliy Ermolovich + Sergey Nartimov2012-05-181-1/+1
| * wrap time ranges with timezones, closes #6179Vasiliy Ermolovich2012-05-171-2/+11
* | removing unnecessary 'examples' noise from activesupportFrancesco Rodriguez2012-05-131-4/+0
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-081-1/+3
|\ \ | |/ |/|
| * Add missing public method doc to TimeWithZone.nameRob Zolkos2012-05-061-1/+3
* | Use respond_to_missing for TimeWithZoneMarc-Andre Lafortune2012-05-051-3/+3
|/
* No need to override to_yaml method in ActiveSupport::TimeWithZoneRafael Mendonça França2012-01-041-7/+1
* No need to check if YAML::ENGINE is defined since ruby 1.9 does thatRafael Mendonça França2012-01-041-1/+1
* Fix inconsistencies with Time{WithZone}#{hash,eql?}Marc-Andre Lafortune2011-11-221-2/+5
* Fix a typo in dateSemyon Perepelitsa2011-09-121-1/+1
* Fix xmlschema output with fraction_digits >0shtirlic2011-07-111-1/+1
* Remove `#among?` from Active SupportPrem Sichanugrist2011-04-131-1/+1
* Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...David Heinemeier Hansson2011-04-121-1/+1
* Using Object#in? and Object#either? in various placesPrem Sichanugrist2011-04-111-1/+2
* added find_zone and find_zone! to AS timezones and changed the AS Railtie to ...Josh Kalderimis2011-04-051-1/+1
* refactored Time#<=> and DateTime#<=> by removing unnecessary calls without lo...Diego Carrion2011-03-041-1/+1
* prefering psych as the yaml parser if possible, fixing assertions for YAML 1....Aaron Patterson2011-01-211-0/+10
* make our yaml output consistentAaron Patterson2011-01-041-5/+1
* Duck typing hereSantiago Pastorino2010-11-111-1/+1
* Fix ActiveSupport::TimeWithZone#localtime method with DateTimeAlvaro Bautista2010-11-111-1/+1
* Whitespace and example identationJosep M. Bach2010-08-151-0/+2
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-2/+2
* adding proper markup in commentsNeeraj Singh2010-07-231-2/+2
* shortening the sentences and removing fluffNeeraj Singh2010-07-231-4/+5
* Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-111-1/+1