| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix xmlschema output with fraction_digits >0 | shtirlic | 2011-07-11 | 1 | -1/+1 |
* | Remove `#among?` from Active Support | Prem Sichanugrist | 2011-04-13 | 1 | -1/+1 |
* | Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg... | David Heinemeier Hansson | 2011-04-12 | 1 | -1/+1 |
* | Using Object#in? and Object#either? in various places | Prem Sichanugrist | 2011-04-11 | 1 | -1/+2 |
* | added find_zone and find_zone! to AS timezones and changed the AS Railtie to ... | Josh Kalderimis | 2011-04-05 | 1 | -1/+1 |
* | refactored Time#<=> and DateTime#<=> by removing unnecessary calls without lo... | Diego Carrion | 2011-03-04 | 1 | -1/+1 |
* | prefering psych as the yaml parser if possible, fixing assertions for YAML 1.... | Aaron Patterson | 2011-01-21 | 1 | -0/+10 |
* | make our yaml output consistent | Aaron Patterson | 2011-01-04 | 1 | -5/+1 |
* | Duck typing here | Santiago Pastorino | 2010-11-11 | 1 | -1/+1 |
* | Fix ActiveSupport::TimeWithZone#localtime method with DateTime | Alvaro Bautista | 2010-11-11 | 1 | -1/+1 |
* | Whitespace and example identation | Josep M. Bach | 2010-08-15 | 1 | -0/+2 |
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed '... | Santiago Pastorino | 2010-08-14 | 1 | -2/+2 |
* | adding proper markup in comments | Neeraj Singh | 2010-07-23 | 1 | -2/+2 |
* | shortening the sentences and removing fluff | Neeraj Singh | 2010-07-23 | 1 | -4/+5 |
* | Fix a bunch of minor spelling mistakes | Evgeniy Dolzhenko | 2010-06-11 | 1 | -1/+1 |
* | Changed the default ActiveSupport.use_standard_json_time_format from false to... | David Heinemeier Hansson | 2010-01-03 | 1 | -4/+3 |
* | time_with_zone.rb needs active_support/core_ext/object/acts_like | Xavier Noria | 2010-01-01 | 1 | -0/+1 |
* | Add TimeZone dependency | Yehuda Katz | 2009-11-14 | 1 | -0/+2 |
* | Repair time dependencies | Jeremy Kemper | 2009-11-14 | 1 | -8/+0 |
* | Clarify date/time dependencies | Jeremy Kemper | 2009-11-02 | 1 | -0/+1 |
* | 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 |