aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/time_with_zone.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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