aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
Commit message (Expand)AuthorAgeFilesLines
* Move `to_time` to `DateTime` compatibility.rb fileAndrew White2017-03-164-6/+16
* Merge pull request #28147 from kmcphillips/master-time-freezeAndrew White2017-03-163-7/+19
|\
| * Handle #to_time and memoization taking into account memoization, frozen state...Kevin McPhillips2017-03-063-7/+19
* | Tweak 28412Jon Moss2017-03-151-1/+1
* | Merge pull request #28425 from rails/remove-duration-deprecationAndrew White2017-03-152-11/+79
|\ \
| * | Restore 5.minutes changed in #28204Andrew White2017-03-151-1/+1
| * | Remove implicit coercion deprecation of durationsAndrew White2017-03-151-10/+78
* | | 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
* | | 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
* | | | Make sure local cache cleared even it's throwing:Lin Jen-Shin2017-03-101-4/+4
* | | | Update `titlelize` regex to allow apostrophesAndrew White2017-03-061-1/+1
* | | | Add `rfc3339` aliases to `xmlschema`Andrew White2017-03-032-0/+4
* | | | Add `Time.rfc3339` parsing methodAndrew White2017-03-031-0/+23
* | | | Add `ActiveSupport::TimeZone.rfc3339` parsing methodAndrew White2017-03-031-0/+30
* | | | Add `ActiveSupport::TimeZone.iso8601` parsing methodAndrew White2017-03-031-0/+35
* | | | Fix typo in commentAndrew White2017-03-031-1/+1
* | | | Deprecate implicit coercion of `ActiveSupport::Duration`Andrew White2017-03-022-3/+40
* | | | Update `DateTime#change` to support usec and nsecAndrew White2017-03-021-4/+14
* | | | Use DEFAULT_CIPHER constant in MessageEncryptorLukas Zapletal2017-03-011-1/+1
* | | | Add Duration#before and #after as aliases for #ago and #sinceNick Johnstone2017-02-261-0/+2
* | | | Merge pull request #28157 from robin850/hwia-soft-deprecationMatthew Draper2017-02-251-0/+2
|\ \ \ \
| * | | | Soft-deprecate the top-level HashWithIndifferentAccess classRobin Dupret2017-02-251-0/+2
| | |_|/ | |/| |
* | | | Merge pull request #28006 from fareastside/masterRafael Mendonça França2017-02-241-2/+2
|\ \ \ \
| * | | | add optional second argument to ActiveSupport core extension for Marshal#load...Jeff Latz2017-02-241-2/+2
| |/ / /
* / / / Add missing gzip footer check in ActiveSupport::Gzip.decompressDylan Thacker-Smith2017-02-241-1/+1
|/ / /
* | | Make HWIA#compact not return nil when no nilsPavel Pravosud2017-02-231-1/+1
* | | Preparing for 5.1.0.beta1 releaseRafael Mendonça França2017-02-231-1/+1
* | | 🙈 :nodoc: `AS::Duration::ISO8601Serializer`Godfrey Chan2017-02-231-1/+1
* | | Preload to_datetime before freezing a TimeWithZone instanceAdam Rice2017-02-221-1/+2
* | | Merge pull request #27941 from y-yagi/prevent_multiple_values_being_set_to_ru...Kasper Timm Hansen2017-02-201-2/+2
|\ \ \
| * | | Prevent multiple values being set to `run_via`yuuji.yaginuma2017-02-181-2/+2
* | | | Revert "Merge pull request #27925 from robin850/hwia-removal"Kasper Timm Hansen2017-02-201-17/+1
* | | | Merge pull request #27863 from robin850/api-improvementsMatthew Draper2017-02-212-0/+4
|\ \ \ \
| * | | | Avoid documenting private or external classesRobin Dupret2017-02-072-0/+4
* | | | | Deprecate the top-level `HashWithIndifferentAccess` contantRobin Dupret2017-02-191-1/+17
* | | | | Fix doc in Multibyte::Chars [ci skip]kenta-s2017-02-171-4/+5
* | | | | Remove redundant namespaces from sample code of `deprecated_method_warning` [...kenta-s2017-02-151-3/+3
* | | | | Not ants were harmed! 🐜Mario Uher2017-02-141-1/+1
* | | | | Fix the return of `deprecate_methods` in doc [ci skip]kenta-s2017-02-141-1/+1
* | | | | Remove unused requireRyuta Kamizono2017-02-121-1/+0
* | | | | Also not needed on this file, call to `mattr_accessor` got removed in https:/...Edouard CHIN2017-02-121-1/+0
* | | | | deprecate `halt_callback_chains_on_return_false` instead of `halt_and_display...yuuji.yaginuma2017-02-081-13/+0
| |/ / / |/| | |
* | | | Remove unused code now that the deprecated file was removedRafael Mendonça França2017-02-071-2/+1
* | | | Deprecate halt_and_display_warning_on_return_falseRafael Mendonça França2017-02-071-5/+12
* | | | Remove deprecated behavior that halts callbacks when the return is falseRafael Mendonça França2017-02-071-24/+0
* | | | Document that string in if and unless option of callbacks are deprecatedRafael Mendonça França2017-02-071-4/+4
* | | | Improve the exception message to direct people to all the possible valuesRafael Mendonça França2017-02-071-1/+2