aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext
Commit message (Expand)AuthorAgeFilesLines
* Auto-generate stable fixture UUIDs on PostgreSQL.Roderick van Domburg2014-01-071-0/+28
* Merge pull request #10634 from teleological/time_advance_gregorianAndrew White2014-01-051-0/+7
|\
| * Maintain proleptic gregorian in Time#advanceRiley Lynch2013-05-151-0/+7
* | blank? and present? commit to return singletons [Xavier Noria & Pavel Pravosud]Xavier Noria2013-12-281-7/+11
* | Merge pull request #13401 from akshay-vishnoi/refactorRafael Mendonça França2013-12-191-1/+4
|\ \
| * | Prevent creation of instance methods when `instance_reader = false`, Grammar ...Akshay Vishnoi2013-12-191-1/+4
* | | Prefer assert_raise instead of flunk + rescue to test for exceptionsCarlos Antonio da Silva2013-12-192-11/+9
|/ /
* | Unused classes in AS testsAkira Matsuda2013-12-191-6/+0
* | Unused classes in test caseAkira Matsuda2013-12-191-25/+0
* | Introduce Module#concerningJeremy Kemper2013-12-171-0/+35
* | Remove not necessary file, move constants to the file they are usedCarlos Antonio da Silva2013-12-111-0/+8
* | Fix issue with Kernel#silence_stream leaking file descriptorsMario Visic2013-12-061-0/+16
* | Added Date#all_week/month/quarter/year for generating date rangesDimko2013-12-031-0/+17
* | Tidy up previous commit, fix message assertion and improve testsCarlos Antonio da Silva2013-12-031-1/+6
* | Modify the Hash#assert_valid_keys error message so that it shows the valid ke...Nerian2013-12-031-1/+1
* | Unify cattr and mattr accessors declarationsGenadi Samokovarov2013-12-022-74/+22
* | Fix segmentation fault in Ruby 2.0.0-p353.Dmitriy Kiriyenko2013-11-301-0/+5
* | Typo fixAkshay Vishnoi2013-11-291-1/+1
* | Deprecated Numeric#{ago,until,since,from_now}Godfrey Chan2013-11-262-31/+39
* | Unify `cattr_*` interface: allow to pass a block to `cattr_reader`.Alexey Chernenkov2013-11-151-0/+9
* | Array#split preserving the calling arrayKD2013-11-111-6/+12
* | Add +capitalize+ option to Inflector.humanizeclaudiob2013-11-061-1/+7
* | Added Numeric#in_milliseconds, like 1.hour.in_milliseconds, so we can feed th...David Heinemeier Hansson2013-11-021-0/+4
* | Merge pull request #12203 from chancancode/eager_load_jsonJeremy Kemper2013-10-301-0/+9
|\ \
| * | Moved all JSON core extensions into core_ext/object/jsonGodfrey Chan2013-09-131-0/+9
* | | slice! should not remove default hash value/procAntonio Santos2013-10-241-0/+18
* | | `$SAFE = 4;` has been removed with Ruby 2.1Vipul A M2013-10-141-13/+0
* | | Revert "Merge pull request #12480 from iwiznia/master"Jeremy Kemper2013-10-111-15/+0
* | | flatten and flatten! methods for ActiveSupport::DurationIonatan Wiznia2013-10-111-0/+15
* | | Merge pull request #11474 from bogdan/time-with-zone-succAndrew White2013-09-221-0/+22
|\ \ \ | |/ / |/| |
| * | Disable ability to iterate over a Range of TimeWithZoneBogdan Gusiev2013-07-191-0/+22
* | | Merge pull request #12200 from dchelimsky/simplify-duration-inspect-even-moreRafael Mendonça França2013-09-111-0/+3
|\ \ \
| * | | Reduce Duration#inspect to a single series of transformationsDavid Chelimsky2013-09-111-0/+3
* | | | Removed unused modules and classesAnupam Choudhury2013-09-101-7/+0
* | | | Removed unnecessary requireAnupam Choudhury2013-09-101-1/+0
|/ / /
* | | Skip tests involving $SAFE, it's not supported on Rubinius.Federico Ravasio2013-08-211-0/+2
* | | ensure freeze on Thread freezes localsNick Howard2013-08-191-0/+9
* | | Add String#remove(pattern) as a short-hand for the common pattern of String#g...David Heinemeier Hansson2013-08-131-0/+5
* | | Fix unused variable warningAndrew White2013-08-041-0/+1
* | | Refactor Date, Time, DateTime timezone methodsGilad Zohari2013-08-011-0/+8
* | | Merge pull request #10879 from makaroni4/masterAndrew White2013-07-293-0/+20
|\ \ \
| * | | Added Time#middle_of_dayAnatoli Makarevich2013-07-283-0/+20
* | | | Fix handling of offsets with Time#to_s(:iso8601)Andrew White2013-07-293-1/+10
* | | | Add Time#to_s(:iso8601) for easy conversion of times to the iso8601 format fo...David Heinemeier Hansson2013-07-281-0/+1
| |/ / |/| |
* | | Only raise DelegationError if it's is the source of the exceptionAndrew White2013-07-111-0/+27
* | | Add failing test for #9562Andrew White2013-07-101-0/+5
* | | Return local time for backwards compatibilityAndrew White2013-07-091-8/+25
* | | Retain UTC offset when using Time.at_with_coercionAndrew White2013-07-091-0/+33
* | | Fix microsecond precision of Time#at_with_coercionNeer Friedman2013-07-091-0/+4
* | | Make HashWithIndifferentAccess#select always return the hash.Marc Schütz2013-07-061-0/+6