aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge pull request #28157 from robin850/hwia-soft-deprecationMatthew Draper2017-02-253-0/+35
|\ \
| * | Add few tests for the top level `HashWithIndifferentAccess`Robin Dupret2017-02-251-0/+24
| * | Soft-deprecate the top-level HashWithIndifferentAccess classRobin Dupret2017-02-253-0/+12
* | | Merge pull request #28006 from fareastside/masterRafael Mendonça França2017-02-243-2/+21
|\ \ \
| * | | add optional second argument to ActiveSupport core extension for Marshal#load...Jeff Latz2017-02-243-2/+21
| |/ /
* | | Fix CHANGELOG entry position [ci skip]Rafael Mendonça França2017-02-241-2/+3
* | | Add missing gzip footer check in ActiveSupport::Gzip.decompressDylan Thacker-Smith2017-02-243-1/+15
|/ /
* | Make HWIA#compact not return nil when no nilsPavel Pravosud2017-02-232-1/+11
* | Preparing for 5.1.0.beta1 releaseRafael Mendonça França2017-02-232-1/+3
* | 🙈 :nodoc: `AS::Duration::ISO8601Serializer`Godfrey Chan2017-02-231-1/+1
* | Add more missing requiresAndrew White2017-02-221-0/+1
* | Add missing requiresAndrew White2017-02-221-0/+4
* | Add CHANGELOG entry for #28104Andrew White2017-02-221-0/+4
* | Preload to_datetime before freezing a TimeWithZone instanceAdam Rice2017-02-222-1/+3
* | 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-203-46/+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-193-1/+46
* | | | 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
* | | | Merge pull request #27973 from kenta-s/add-missing-test-for-time-blankAndrew White2017-02-121-1/+1
|\ \ \ \
| * | | | Add Time#blank? to blank_testkenta-s2017-02-121-1/+1
* | | | | Add `Style/EmptyLinesAroundMethodBody` in `.rubocop.yml` and remove extra emp...Ryuta Kamizono2017-02-122-2/+0
|/ / / /
* | / / deprecate `halt_callback_chains_on_return_false` instead of `halt_and_display...yuuji.yaginuma2017-02-083-16/+7
| |/ / |/| |
* | | 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-072-5/+16