aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* Move HashWithIndifferentAccess tests to separate fileMichael Stock2017-03-302-712/+734
* Add aliases for reverse_merge to with_defaultsMatt Casper2017-03-293-0/+29
* Use keyword arguments instead of hashRafael Mendonça França2017-03-282-9/+11
* Merge pull request #28480 from mubashirhanif/add_keep_id_suffix_option_to_hum...Rafael Mendonça França2017-03-285-21/+81
|\
| * Added options hash to titleize method and keep_id_suffix option to humanizeMubashir Hanif2017-03-215-21/+81
* | starts_with? is removed in Ruby 2.4Rafael Mendonça França2017-03-281-1/+1
* | Merge pull request #1 from radiospiel/tickets/26955-listen-pathsRafael Mendonça França2017-03-281-0/+5
|\ \
| * | No longer listens to dirs inside of installed gemseno2016-11-081-0/+5
* | | Return unmapped timezones from `country_zones`Andrew White2017-03-282-5/+16
* | | minor CHANGELOG formatting changes. [ci skip]Yves Senn2017-03-261-1/+0
* | | Fix doc format for `duplicable?` [ci skip]yuuji.yaginuma2017-03-251-6/+6
* | | Remove unnecessary ruby version comments [ci skip]Vipul A M2017-03-241-2/+2
* | | Fix duplicable? for Ratiional and Complex on ruby master, since they are now ...Vipul A M2017-03-232-13/+26
* | | No need to have an entry that was included in 5.1 in 5.2Rafael Mendonça França2017-03-221-11/+0
* | | Add AS::Deprecation::DeprecatedConstantAccessorDominic Cleal2017-03-224-0/+86
* | | Start Rails 5.2 developmentMatthew Draper2017-03-223-631/+4
* | | Merge pull request #28446 from y-yagi/move_new_changelog_entry_to_the_topJon Moss2017-03-181-7/+7
|\ \ \
| * | | Move new CHANGELOG entry to the top [ci skip]yuuji.yaginuma2017-03-161-7/+7
* | | | Cleanup documentation fixes (#28460)Vipul A M2017-03-171-2/+2
* | | | Merge pull request #28445 from denniszelada/feature-documentation-with_optionsVipul A M2017-03-171-0/+11
|\ \ \ \ | |/ / / |/| | |
| * | | Add documentation to use with_options in the same class [ci skip]Dennis Zelada2017-03-161-0/+11
* | | | Fix test warningsAndrew White2017-03-161-5/+5
* | | | Move `to_time` to `DateTime` compatibility.rb fileAndrew White2017-03-164-6/+16
* | | | Merge pull request #28147 from kmcphillips/master-time-freezeAndrew White2017-03-166-22/+206
|\ \ \ \
| * | | | Handle #to_time and memoization taking into account memoization, frozen state...Kevin McPhillips2017-03-066-22/+206
* | | | | Tweak 28412Jon Moss2017-03-151-1/+1
* | | | | Merge pull request #28425 from rails/remove-duration-deprecationAndrew White2017-03-154-36/+212
|\ \ \ \ \
| * | | | | Restore 5.minutes changed in #28204Andrew White2017-03-151-1/+1
| * | | | | Remove implicit coercion deprecation of durationsAndrew White2017-03-153-35/+211
* | | | | | Merge pull request #28412 from benoittgt/add_doc_for_message_encryptor_newRafael França2017-03-151-0/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add documentation about signature_key for MessageEncryptor.new [ci skip]Benoit Tigeot2017-03-151-0/+5
* | | | | | Lint activesupport/CHANGELOG.mdJon Moss2017-03-131-8/+10
* | | | | | AS:Cache:MemoryStore doc fixes [ci skip] (#28389)Vipul A M2017-03-121-1/+1
* | | | | | Merge pull request #27051 from devonestes/adding-cache-clear-docsVipul A M2017-03-121-0/+2
|\ \ \ \ \ \
| * | | | | | Add missing documentation for MemoryStore#clear [ci skip]Devon Estes2016-11-151-0/+2
* | | | | | | Fix indentation and formatting in CHANGELOGs [ci skip]Ryuta Kamizono2017-03-111-17/+17
* | | | | | | Make sure local cache cleared even it's throwing:Lin Jen-Shin2017-03-102-4/+15
* | | | | | | Fix typo `titlelize` -> `titleize` [ci skip]yuuji.yaginuma2017-03-071-2/+2
* | | | | | | Update `titlelize` regex to allow apostrophesAndrew White2017-03-063-1/+18
* | | | | | | Add `rfc3339` aliases to `xmlschema`Andrew White2017-03-035-0/+25
* | | | | | | Add `Time.rfc3339` parsing methodAndrew White2017-03-033-0/+62
* | | | | | | Add `ActiveSupport::TimeZone.rfc3339` parsing methodAndrew White2017-03-033-0/+173
* | | | | | | Add `ActiveSupport::TimeZone.iso8601` parsing methodAndrew White2017-03-033-0/+138
* | | | | | | Fix typo in commentAndrew White2017-03-031-1/+1
* | | | | | | Deprecate implicit coercion of `ActiveSupport::Duration`Andrew White2017-03-024-6/+147
* | | | | | | Update `DateTime#change` to support usec and nsecAndrew White2017-03-023-16/+45
* | | | | | | Use DEFAULT_CIPHER constant in MessageEncryptorLukas Zapletal2017-03-011-1/+1
* | | | | | | Add Duration#before and #after as aliases for #ago and #sinceNick Johnstone2017-02-263-0/+31
* | | | | | | AS CHANGELOG Pass [ci skip]Vipul A M2017-02-261-3/+3
* | | | | | | Fix typo `HashWithIndifferentAcces` to `HashWithIndifferentAccess` [ci skip]Ryuta Kamizono2017-02-251-1/+1