aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | Merge pull request #27824 from kenta-s/raise-an-error-if-no-block-givenRafael França2017-01-312-2/+10
|\ \
| * | Raise an error if FileUpdateChecker#execute is called with no blockkenta-s2017-01-282-2/+10
* | | Update Unicode Version to 9.0.0Fumiaki MATSUSHIMA2017-01-282-8/+18
| |/ |/|
* | Fix broken sample code for EventedFileUpdateChecker [ci skip]kenta-s2017-01-281-1/+1
|/
* Fix grammar 'an hyphen' -> 'a hyphen' [ci skip]kenta-s2017-01-251-1/+1
* Change ActionView ERB Handler from Erubis to ErubiJeremy Evans2017-01-251-2/+3
* Fix sample code for `expand_cache_key` usage [ci skip]kenta-s2017-01-241-2/+2
* Add module name to BacktraceCleaner usage example [ci skip]kenta-s2017-01-221-1/+1
* add missing comment out [ci skip]bogdanvlviv2017-01-201-1/+1
* add missing comment out [ci skip]yuuji.yaginuma2017-01-201-7/+7
* Allocation free Integer#to_sJean Boussier2017-01-191-16/+15
* Adjust `Module.parent_name` to work when frozen; fixes #27637Corey Ward2017-01-171-2/+4