aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext
Commit message (Expand)AuthorAgeFilesLines
...
| * Implement mattr_acessor :default optionGenadi Samokovarov2017-06-031-1/+37
| * Add next occur and previous occurred day of week API (#26600)Shota Iguchi2017-05-301-0/+22
| * Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-291-1/+9
| * Fix implicit calculations with scalars and durationsAndrew White2017-05-201-0/+34
| * Update test names to match method nameT.J. Schuck2017-05-041-6/+6
| * Remove checks for Enumerator#size methodEugene Kenny2017-04-251-4/+2
| * Add additional options to time `change` methodsAndrew White2017-04-143-0/+16
| * delegate_missing_to should fall back to superMatthew Draper2017-04-091-0/+22
| * delegate_to_missing doesn't delegate private methodsMatthew Draper2017-04-091-0/+10
| * Move HashWithIndifferentAccess tests to separate fileMichael Stock2017-03-301-712/+0
| * Add aliases for reverse_merge to with_defaultsMatt Casper2017-03-291-0/+25
| * Merge pull request #28480 from mubashirhanif/add_keep_id_suffix_option_to_hum...Rafael Mendonça França2017-03-281-0/+12
| |\
| | * Added options hash to titleize method and keep_id_suffix option to humanizeMubashir Hanif2017-03-211-0/+12
| * | Fix duplicable? for Ratiional and Complex on ruby master, since they are now ...Vipul A M2017-03-231-1/+4
| * | Fix test warningsAndrew White2017-03-161-5/+5
| * | Merge pull request #28147 from kmcphillips/master-time-freezeAndrew White2017-03-162-15/+180
| |\ \
| | * | Handle #to_time and memoization taking into account memoization, frozen state...Kevin McPhillips2017-03-062-15/+180
| * | | Remove implicit coercion deprecation of durationsAndrew White2017-03-151-25/+117
* | | | Make the order of Hash#reverse_merge! consistent with HashWithIndifferentAccessErol Fornoles2017-03-061-2/+5
|/ / /
* | | Add `rfc3339` aliases to `xmlschema`Andrew White2017-03-032-0/+15
* | | Add `Time.rfc3339` parsing methodAndrew White2017-03-031-0/+31
* | | Deprecate implicit coercion of `ActiveSupport::Duration`Andrew White2017-03-021-3/+55
* | | Update `DateTime#change` to support usec and nsecAndrew White2017-03-021-11/+18
* | | Add Duration#before and #after as aliases for #ago and #sinceNick Johnstone2017-02-261-0/+13
* | | Merge pull request #28157 from robin850/hwia-soft-deprecationMatthew Draper2017-02-251-0/+28
|\ \ \
| * | | Add few tests for the top level `HashWithIndifferentAccess`Robin Dupret2017-02-251-0/+24
| * | | Soft-deprecate the top-level HashWithIndifferentAccess classRobin Dupret2017-02-251-0/+4
| |/ /
* / / add optional second argument to ActiveSupport core extension for Marshal#load...Jeff Latz2017-02-241-0/+13
|/ /
* | Make HWIA#compact not return nil when no nilsPavel Pravosud2017-02-231-0/+10
* | Add more missing requiresAndrew White2017-02-221-0/+1
* | Preload to_datetime before freezing a TimeWithZone instanceAdam Rice2017-02-221-0/+1
* | Revert "Merge pull request #27925 from robin850/hwia-removal"Kasper Timm Hansen2017-02-201-23/+0
* | Deprecate the top-level `HashWithIndifferentAccess` contantRobin Dupret2017-02-191-0/+23
* | Add Time#blank? to blank_testkenta-s2017-02-121-1/+1
* | Merge pull request #27919 from bf4/correct_spellingArthur Nogueira Neves2017-02-061-2/+2
|\ \
| * | Correct spellingBenjamin Fleischer2017-02-051-2/+2
* | | Add tests for `blank?`kenta-s2017-02-063-0/+12
|/ /
* | Uninterned Symbol can be duped since ruby 2.4.1Akira Matsuda2017-01-261-1/+4
* | Give a message to `#test_duplicable` assertionyui-knk2017-01-251-1/+1
* | Allocation free Integer#to_sJean Boussier2017-01-191-0/+4
* | Unused class for testing since 93559da4826546d07014f8cfa399b64b4a143127Akira Matsuda2017-01-181-16/+0
* | Adjust `Module.parent_name` to work when frozen; fixes #27637Corey Ward2017-01-172-30/+37
* | Constant look-up would no longer fall back to top-level constant since ruby 2.5Akira Matsuda2017-01-131-2/+2
* | class Foo < Struct.new(:x) creates an extra unneeded anonymous classAkira Matsuda2017-01-131-1/+1
* | Add additional tests for #27610Andrew White2017-01-121-1/+38
* | Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-1/+1
* | Fix inconsistent results when parsing large durations and constructing durati...Andrey Novikov2017-01-092-5/+6
* | Merge pull request #27392 from y-yagi/use_same_class_on_compactSean Griffin2017-01-061-0/+10
|\ \
| * | ensure `#compact` of HWIDA to return HWIDAyuuji.yaginuma2017-01-061-0/+10
* | | Fix style guide violationsRafael Mendonça França2017-01-051-1/+1
|/ /