| Commit message (Expand) | Author | Age | Files | Lines |
* | JSON: split encoding and coercion | Jeremy Kemper | 2009-06-08 | 1 | -20/+21 |
* | Now that we have a separate internal rails_to_json, use a separate circular r... | Jeremy Kemper | 2009-04-26 | 1 | -1/+1 |
* | Privatize rails_to_json | Jeremy Kemper | 2009-04-26 | 1 | -22/+20 |
* | * Add pluggable JSON backends with support for the JSON gem. [rick] | rick | 2009-04-23 | 1 | -1/+3 |
* | Fix dependencies revealed by testing in isolation | Jeremy Kemper | 2009-04-22 | 1 | -1/+1 |
* | Divert CoreExtensions mention in docs | Jeremy Kemper | 2009-04-22 | 1 | -1/+1 |
* | Merge branch 'master' into cherry | Jeremy Kemper | 2009-04-20 | 1 | -4/+9 |
|\ |
|
| * | Bring abstract_controller up to date with rails/master | Carl Lerche & Yehuda Katz | 2009-04-13 | 1 | -2/+8 |
| |\ |
|
| | * | TimeWithZone.name returns 'Time', to further thwart type checking | Geoff Buesing | 2009-04-05 | 1 | -0/+5 |
| * | | Sync 'rails/rails/master' | Yehuda Katz | 2009-01-30 | 1 | -1/+1 |
| |\ \ |
|
| * \ \ | Sync 'rails/rails/master' | Yehuda Katz | 2009-01-11 | 1 | -2/+6 |
| |\ \ \ |
|
| * | | | | Sync 'rails/rails/master' | Yehuda Katz | 2009-01-05 | 1 | -1/+1 |
| * | | | | Annotated metaprogramming code across ActiveSupport | Michael S. Klishin | 2008-12-28 | 1 | -4/+4 |
* | | | | | Unneeded require | Jeremy Kemper | 2009-04-07 | 1 | -1/+0 |
* | | | | | Explicit dependency on Duration, numeric times, and date/time to_s extensions | Jeremy Kemper | 2009-03-28 | 1 | -2/+9 |
* | | | | | Move Numeric#to_utc_offset_s to TimeZone.seconds_to_utc_offset | Jeremy Kemper | 2009-03-23 | 1 | -1/+1 |
| |_|_|/
|/| | | |
|
* | | | | TimeWithZone#advance: leverage Hash#values_at and non-block form of #any? for... | Geoff Buesing | 2009-02-09 | 1 | -1/+1 |
* | | | | TimeWithZone#advance: use #any? instead of #detect | Geoff Buesing | 2009-02-08 | 1 | -1/+1 |
* | | | | TimeWithZone: eliminate unnecessary flatten | Geoff Buesing | 2009-02-08 | 1 | -1/+1 |
* | | | | TimeWithZone: use Array#any? instead of detect, since we don't care about the... | Geoff Buesing | 2009-02-08 | 1 | -1/+1 |
* | | | | Make TimeWithZone#to_formatted_s an alias to TimeWithZone#to_s [#1796 state:r... | Levin Alexander | 2009-02-08 | 1 | -0/+1 |
| |_|/
|/| | |
|
* | | | Merge docrails | Pratik Naik | 2009-01-18 | 1 | -1/+1 |
| |/
|/| |
|
* | | TimeWithZone#xmlschema accepts optional fraction_digits argument [#1725 state... | Nicholas Dainty | 2009-01-11 | 1 | -2/+6 |
* | | TimeWithZone#- gives correct result with wrapped DateTime, and with DateTime ... | gbuesing | 2009-01-04 | 1 | -1/+1 |
* | | Inline code comments for class_eval/module_eval [#1657 state:resolved] | Xavier Noria | 2008-12-28 | 1 | -3/+3 |
|/ |
|
* | Lazy-require tzinfo for TimeZone | Jeremy Kemper | 2008-11-23 | 1 | -0/+1 |
* | TimeWithZone#freeze: preload instance variables so that we can actually freeze | gbuesing | 2008-10-19 | 1 | -2/+2 |
* | TimeWithZone #wday, #yday and #to_date avoid trip through #method_missing | gbuesing | 2008-09-14 | 1 | -1/+1 |
* | Add thorough tests for Time-object #past?, #future? and #today. Fix TimeWithZ... | gbuesing | 2008-09-14 | 1 | -1/+1 |
* | Introduce convenience methods past?, today? and future? for Date and Time cla... | Clemens Kofler | 2008-09-14 | 1 | -40/+52 |
* | Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ... | Jeremy Kemper | 2008-08-31 | 1 | -1/+1 |
* | Merge with docrails. | Pratik Naik | 2008-07-16 | 1 | -1/+13 |
* | Fix TimeWithZone unmarshaling: coerce unmarshaled Time instances to utc, beca... | gbuesing | 2008-07-14 | 1 | -1/+1 |
* | TimeWithZone#advance: treat :weeks option as variable-length | gbuesing | 2008-06-29 | 1 | -2/+2 |
* | TimeWithZone: when crossing DST boundary, treat Durations of days, months or ... | gbuesing | 2008-06-29 | 1 | -12/+33 |
* | Ruby 1.8.7 compat: TimeWithZone# and Chars#respond_to? pass along the include... | Jeremy Kemper | 2008-05-31 | 1 | -4/+4 |
* | Merge docrails. | Pratik Naik | 2008-05-25 | 1 | -17/+17 |
* | Adding documentation for time zone features | gbuesing | 2008-05-18 | 1 | -1/+28 |
* | TimeWithZone #+ and #- : ensure overflow to DateTime with Numeric arg | gbuesing | 2008-05-18 | 1 | -2/+2 |
* | Include time zone offset in TimeWithZone#to_json | Daniel Morrison | 2008-05-13 | 1 | -1/+1 |
* | TimeWithZone: date part getter methods (#year #mon #day etc) are defined on c... | gbuesing | 2008-05-08 | 1 | -0/+8 |
* | Improve documentation coverage and markup | Xavier Noria | 2008-05-02 | 1 | -6/+7 |
* | Refactor TimeWithZone: don't send #since, #ago, #+, #-, #advance through meth... | gbuesing | 2008-04-12 | 1 | -9/+18 |
* | TimeWithZone respects config.active_support.use_standard_json_time_format | gbuesing | 2008-04-12 | 1 | -1/+5 |
* | TimeWithZone#method_missing: send to utc to advance with dst correctness, oth... | Geoff Buesing | 2008-04-02 | 1 | -18/+7 |
* | Bundling abbreviated version of TZInfo gem 0.3.8: only the classes and zone d... | Geoff Buesing | 2008-03-30 | 1 | -0/+1 |
* | config.time_zone and TimeWithZone#marshal_load accept tzinfo/Olson identifiers | Geoff Buesing | 2008-03-28 | 1 | -1/+1 |
* | TimeWithZone time conversions don't need to be wrapped in TimeOrDateTime, bec... | Geoff Buesing | 2008-03-28 | 1 | -12/+2 |
* | TimeWithZone#usec returns 0 instead of error when DateTime is wrapped | Geoff Buesing | 2008-03-28 | 1 | -1/+5 |
* | Ensure that TimeWithZone#to_yaml works when passed a YAML::Emitter. [rick] | Rick Olson | 2008-03-23 | 1 | -1/+5 |