aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/time/zones.rb
Commit message (Expand)AuthorAgeFilesLines
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-3/+3
* Fix formatting of `Time.use_zone` [ci skip]yuuji.yaginuma2017-10-041-4/+4
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-3/+3
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-3/+3
* Document scoping issue with Time.use_zoneAndrew White2016-01-231-1/+17
* Improve readability of docs by using code tag [ci skip]Prakash Laxkar2015-09-291-1/+1
* [skip ci] Lookup can be a noun but it is not a verbJon Atack2015-07-171-1/+2
* s/around_filter/around_action/Akira Matsuda2015-02-211-1/+1
* Replace `#=>` with `# =>` [ci skip]claudiob2014-12-171-8/+8
* Add docs for Time#find_zoneclaudiob2014-12-171-1/+16
* Time includes DateAndTime::Zones acts_like(:time)betesh2014-11-091-0/+1
* Refactor Date, Time, DateTime timezone methodsGilad Zohari2013-08-011-20/+2
* Revert some warning removals related to Ruby 2.0Carlos Antonio da Silva2013-01-071-2/+0
* fix warnings in Ruby 2.0Aaron Patterson2012-11-071-0/+2
* update AS/core_ext docs [ci skip]Francesco Rodriguez2012-09-121-3/+3
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-07-151-5/+5
|\
| * use 'use_zone' method in example, instead of reimplementing itJakub Kuźma2012-07-101-5/+5
* | adds a missing require [fixes #6896]Xavier Noria2012-07-151-1/+0
|/
* AS core_ext refactoringAlexey Gaziev2012-04-291-9/+19
* Require for time_with_zone should stay in core_ext/time_zones :bomb:Piotr Sarnacki2012-04-151-0/+1
* Add missing require in Active Support time zones (fixes #5854)Piotr Sarnacki2012-04-151-1/+1
* added find_zone and find_zone! to AS timezones and changed the AS Railtie to ...Josh Kalderimis2011-04-051-15/+18
* Raise on invalid timezoneMarc-Andre Lafortune2011-04-051-8/+12
* Change Time.zone= docs.Brian Morearty2011-02-041-4/+8
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-3/+3
* Refactor move some date, time and date_time methods to */zones and fixed some...Santiago Pastorino2010-07-031-5/+0
* when the timezone is nil, a TimeWithZone object should not be constructed. [#...Aaron Patterson2010-06-171-0/+2
* Convert Time conversions extension module to class reopenJeremy Kemper2009-03-281-0/+2
* Convert Time extension modules to class reopensJeremy Kemper2009-03-261-81/+71
* Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...Jeremy Kemper2008-08-311-1/+1
* Merge docrails.Pratik Naik2008-05-251-12/+12
* Adding documentation for time zone featuresgbuesing2008-05-181-8/+19
* Duration #since and #ago with no argument (e.g., 5.days.ago) return TimeWithZ...gbuesing2008-04-201-0/+5
* Improve documentation.Pratik Naik2008-04-051-3/+2
* Time.zone= accepts TZInfo::Timezone instances and Olson identifiers; wraps re...Geoff Buesing2008-03-281-2/+9
* Improve documentation.Pratik Naik2008-03-261-5/+5
* Time, DateTime and TimeWithZone #in_time_zone defaults to Time.zone. Removing...Geoff Buesing2008-03-171-19/+16
* Removing unneeded #change_time_zone method from Time, DateTime and TimeWithZoneGeoff Buesing2008-03-111-13/+0
* Time#zone=, #in_time_zone and #change_time_zone accept a DurationGeoff Buesing2008-02-101-1/+2
* Time#in_time_zone handles Time.local instances correctlyGeoff Buesing2008-02-101-4/+2
* Pruning unneeded Time#change_time_zone_to_current. Enhanced docs for #change_...Geoff Buesing2008-02-101-7/+6
* Add Time Zone support to ActiveRecord, and config.time_zone property for spec...Rick Olson2008-02-061-1/+3
* Time.get_zone refactored to private method, given that the encapsulated logic...Geoff Buesing2008-01-251-6/+12
* Time.zone uses thread-local variable for thread safety. Adding Time.use_zone,...Geoff Buesing2008-01-251-7/+13
* Time #in_current_time_zone and #change_time_zone_to_current return self when ...Geoff Buesing2008-01-231-2/+2
* Introduce ActiveSupport::TimeWithZone, for wrapping Time instances with a Tim...Geoff Buesing2008-01-231-0/+68