aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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-082-15/+6
| |/ / / / / |/| | | | |
* | | | | | 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
* | | | | | Merge pull request #27608 from kamipo/remove_deprecated_passing_string_to_def...Rafael França2017-02-071-6/+20
|\ \ \ \ \ \
| * | | | | | Deprecate passing string to `:if` and `:unless` conditional options on `set_c...Ryuta Kamizono2017-02-041-0/+16
| * | | | | | Remove deprecated passing string to define callbackRyuta Kamizono2017-02-041-6/+4
* | | | | | | Docs: Correction: Module::DelegationErrorJared Beck2017-02-031-7/+9
|/ / / / / /
* | | | | | Remove redundant right parentheses in number_helper [ci skip]kenta-s2017-01-311-1/+1
* | | | | | Raise in the initialize not in the executeRafael Mendonça França2017-01-312-10/+10