aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/time_with_zone.rb
Commit message (Expand)AuthorAgeFilesLines
* Changed the default ActiveSupport.use_standard_json_time_format from false to...David Heinemeier Hansson2010-01-031-4/+3
* time_with_zone.rb needs active_support/core_ext/object/acts_likeXavier Noria2010-01-011-0/+1
* Add TimeZone dependencyYehuda Katz2009-11-141-0/+2
* Repair time dependenciesJeremy Kemper2009-11-141-8/+0
* Clarify date/time dependenciesJeremy Kemper2009-11-021-0/+1
* JSON: split encoding and coercionJeremy Kemper2009-06-081-20/+21
* Now that we have a separate internal rails_to_json, use a separate circular r...Jeremy Kemper2009-04-261-1/+1
* Privatize rails_to_jsonJeremy Kemper2009-04-261-22/+20
* * Add pluggable JSON backends with support for the JSON gem. [rick]rick2009-04-231-1/+3
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-1/+1
* Divert CoreExtensions mention in docsJeremy Kemper2009-04-221-1/+1
* Merge branch 'master' into cherryJeremy Kemper2009-04-201-4/+9
|\
| * Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-2/+8
| |\
| | * TimeWithZone.name returns 'Time', to further thwart type checkingGeoff Buesing2009-04-051-0/+5
| * | Sync 'rails/rails/master'Yehuda Katz2009-01-301-1/+1
| |\ \
| * \ \ Sync 'rails/rails/master'Yehuda Katz2009-01-111-2/+6
| |\ \ \
| * | | | Sync 'rails/rails/master'Yehuda Katz2009-01-051-1/+1
| * | | | Annotated metaprogramming code across ActiveSupportMichael S. Klishin2008-12-281-4/+4
* | | | | Unneeded requireJeremy Kemper2009-04-071-1/+0
* | | | | Explicit dependency on Duration, numeric times, and date/time to_s extensionsJeremy Kemper2009-03-281-2/+9
* | | | | Move Numeric#to_utc_offset_s to TimeZone.seconds_to_utc_offsetJeremy Kemper2009-03-231-1/+1
| |_|_|/ |/| | |
* | | | TimeWithZone#advance: leverage Hash#values_at and non-block form of #any? for...Geoff Buesing2009-02-091-1/+1
* | | | TimeWithZone#advance: use #any? instead of #detectGeoff Buesing2009-02-081-1/+1
* | | | TimeWithZone: eliminate unnecessary flattenGeoff Buesing2009-02-081-1/+1
* | | | TimeWithZone: use Array#any? instead of detect, since we don't care about the...Geoff Buesing2009-02-081-1/+1
* | | | Make TimeWithZone#to_formatted_s an alias to TimeWithZone#to_s [#1796 state:r...Levin Alexander2009-02-081-0/+1
| |_|/ |/| |
* | | Merge docrailsPratik Naik2009-01-181-1/+1
| |/ |/|
* | TimeWithZone#xmlschema accepts optional fraction_digits argument [#1725 state...Nicholas Dainty2009-01-111-2/+6
* | TimeWithZone#- gives correct result with wrapped DateTime, and with DateTime ...gbuesing2009-01-041-1/+1
* | Inline code comments for class_eval/module_eval [#1657 state:resolved]Xavier Noria2008-12-281-3/+3
|/
* Lazy-require tzinfo for TimeZoneJeremy Kemper2008-11-231-0/+1
* TimeWithZone#freeze: preload instance variables so that we can actually freezegbuesing2008-10-191-2/+2
* TimeWithZone #wday, #yday and #to_date avoid trip through #method_missinggbuesing2008-09-141-1/+1
* Add thorough tests for Time-object #past?, #future? and #today. Fix TimeWithZ...gbuesing2008-09-141-1/+1
* Introduce convenience methods past?, today? and future? for Date and Time cla...Clemens Kofler2008-09-141-40/+52
* Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...Jeremy Kemper2008-08-311-1/+1
* Merge with docrails.Pratik Naik2008-07-161-1/+13
* Fix TimeWithZone unmarshaling: coerce unmarshaled Time instances to utc, beca...gbuesing2008-07-141-1/+1
* TimeWithZone#advance: treat :weeks option as variable-lengthgbuesing2008-06-291-2/+2
* TimeWithZone: when crossing DST boundary, treat Durations of days, months or ...gbuesing2008-06-291-12/+33
* Ruby 1.8.7 compat: TimeWithZone# and Chars#respond_to? pass along the include...Jeremy Kemper2008-05-311-4/+4
* Merge docrails.Pratik Naik2008-05-251-17/+17
* Adding documentation for time zone featuresgbuesing2008-05-181-1/+28
* TimeWithZone #+ and #- : ensure overflow to DateTime with Numeric arggbuesing2008-05-181-2/+2
* Include time zone offset in TimeWithZone#to_jsonDaniel Morrison2008-05-131-1/+1
* TimeWithZone: date part getter methods (#year #mon #day etc) are defined on c...gbuesing2008-05-081-0/+8
* Improve documentation coverage and markupXavier Noria2008-05-021-6/+7
* Refactor TimeWithZone: don't send #since, #ago, #+, #-, #advance through meth...gbuesing2008-04-121-9/+18
* TimeWithZone respects config.active_support.use_standard_json_time_formatgbuesing2008-04-121-1/+5
* TimeWithZone#method_missing: send to utc to advance with dst correctness, oth...Geoff Buesing2008-04-021-18/+7