| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed mocha stubbing in active_support | Ronak Jangir | 2015-06-07 | 1 | -16/+18 |
* | Removing :en in favor of I18n.default_locale in duration#inspect | Dominik Masur | 2015-01-12 | 1 | -0/+9 |
* | Merge pull request #17493 from petewest/duration-comparable | Aaron Patterson | 2014-11-07 | 1 | -0/+12 |
|\ |
|
| * | Delegate comparison operator to value | Peter West | 2014-11-03 | 1 | -0/+12 |
* | | Removed the unused require of proxy_object and test related to it | Prathamesh Sonpatki | 2014-11-05 | 1 | -1/+0 |
|/ |
|
* | define hash on duration | lsylvester | 2014-10-03 | 1 | -0/+4 |
* | Fix another false assertions | Yuki Nishijima | 2014-09-21 | 1 | -2/+2 |
* | Merge pull request #11794 from yoazt/duration-eql | Rafael Mendonça França | 2014-09-17 | 1 | -0/+4 |
|\ |
|
| * | Added method `#eql?` to `ActiveSupport::Duration`, in addition to `#==`. | Joost Lubach | 2013-08-07 | 1 | -0/+8 |
* | | add implementation of respond_to? for ActiveSupport::Duration | lsylvester | 2014-09-15 | 1 | -0/+9 |
* | | Skip #eql? tests on Rubinius for AS::Duration | Robin Dupret | 2014-08-24 | 1 | -0/+3 |
* | | Follow-up to #16560 | Robin Dupret | 2014-08-24 | 1 | -5/+6 |
* | | Define the Duration#instance_of? method | Robin Dupret | 2014-08-18 | 1 | -0/+5 |
* | | missing activesupport test coverage | Eugene Gilburg | 2014-07-19 | 1 | -0/+4 |
* | | Extract out with_env_tz helper method. | Zuhao Wan | 2014-06-18 | 1 | -8/+3 |
* | | Fixed problem where `1.day.eql?(1.day)` is false | Emily Dobervich | 2014-04-08 | 1 | -0/+7 |
* | | Prefer assert_raise instead of flunk + rescue to test for exceptions | Carlos Antonio da Silva | 2013-12-19 | 1 | -5/+3 |
* | | Fix segmentation fault in Ruby 2.0.0-p353. | Dmitriy Kiriyenko | 2013-11-30 | 1 | -0/+5 |
* | | Deprecated Numeric#{ago,until,since,from_now} | Godfrey Chan | 2013-11-26 | 1 | -4/+17 |
* | | Revert "Merge pull request #12480 from iwiznia/master" | Jeremy Kemper | 2013-10-11 | 1 | -15/+0 |
* | | flatten and flatten! methods for ActiveSupport::Duration | Ionatan Wiznia | 2013-10-11 | 1 | -0/+15 |
* | | Reduce Duration#inspect to a single series of transformations | David Chelimsky | 2013-09-11 | 1 | -0/+3 |
|/ |
|
* | Remove unnecessary begin..rescue..end, use only rescue | Akira Matsuda | 2013-01-06 | 1 | -8/+6 |
* | Rename ActiveSupport::BasicObject to ActiveSupport::ProxyObject | Francesco Rodriguez | 2012-12-07 | 1 | -2/+2 |
* | Missing dependency for duration test. | Rolf Timmermans | 2011-03-13 | 1 | -0/+1 |
* | updated Time, Date and DateTime current methods in AS to use Time.zone and no... | Josh Kalderimis | 2011-02-28 | 1 | -5/+5 |
* | Fix Duration#to_json | Pratik Naik | 2010-12-29 | 1 | -0/+5 |
* | Exception handling more readable | Thiago Pradi | 2010-09-19 | 1 | -2/+2 |
* | Make ActiveSupport::Duration#method_missing delegate blocks to value [#5498 s... | Krekoten' Marjan | 2010-09-01 | 1 | -0/+8 |
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed '... | Santiago Pastorino | 2010-08-14 | 1 | -2/+2 |
* | 1.day should respond_to kind_of too | Neeraj Singh | 2010-05-21 | 1 | -0/+1 |
* | Final iteration of use better testing methods | Neeraj Singh | 2010-05-19 | 1 | -2/+2 |
* | Remove unneeded reliance on super -> method_missing quirk | Jeremy Kemper | 2010-01-07 | 1 | -0/+25 |
* | make #inspect if zero length duration return '0 seconds' instead of empty str... | Levin Alexander | 2009-07-02 | 1 | -0/+1 |
* | Remove 'core' fluff. Hookable ActiveSupport.load_all! | Jeremy Kemper | 2009-05-20 | 1 | -1/+1 |
* | Work around Float faux precision | Jeremy Kemper | 2009-04-30 | 1 | -10/+10 |
* | Fix dependencies revealed by testing in isolation | Jeremy Kemper | 2009-04-22 | 1 | -0/+1 |
* | Merge branch 'master' into cherry | Jeremy Kemper | 2009-04-20 | 1 | -0/+12 |
|\ |
|
| * | Time.local instances: Adding 24.hours across the DST boundary adds 24 hours i... | Michael Curtis | 2009-03-29 | 1 | -0/+12 |
* | | * Introduce ActiveSupport.core_ext Integer, %w(conversions time etc) | Jeremy Kemper | 2009-03-21 | 1 | -20/+0 |
|/ |
|
* | Remove obsolete silence_warnings wrappers from TZInfo-dependent tests in Acti... | Levin Alexander | 2009-02-14 | 1 | -13/+11 |
* | Require mocha >= 0.9.0 for AS tests | Jeremy Kemper | 2008-11-22 | 1 | -60/+58 |
* | Subclass AS::TestCase to get custom assertions | Jeremy Kemper | 2008-11-07 | 1 | -1/+1 |
* | Fix test warnings | Pratik Naik | 2008-10-17 | 1 | -2/+2 |
* | Enhance testing for fractional days and weeks. Update changelog. | gbuesing | 2008-10-13 | 1 | -13/+9 |
* | Added deprecated warning messages to Float#months and Float#years deprications. | Tom Lea | 2008-10-13 | 1 | -8/+10 |
* | Deprecated Float#years and Float#months, moved Numeric#years and Numeric#mont... | Tom Lea | 2008-10-13 | 1 | -0/+18 |
* | Time#advance recognizes fractional days and weeks [#970 state:resolved] | Tom Lea | 2008-10-13 | 1 | -0/+34 |
* | Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS... | Joshua Peek | 2008-06-03 | 1 | -4/+4 |
* | Duration #since and #ago with no argument (e.g., 5.days.ago) return TimeWithZ... | gbuesing | 2008-04-20 | 1 | -0/+42 |