aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* All currently supported rubies already have LoadError#pathAkira Matsuda2017-01-171-12/+0
* :golf: else + if = elsifAkira Matsuda2017-01-171-10/+8
* Raise ArgumentError if attempting to transliterate anything that is not a stringKevin McPhillips2017-01-161-0/+2
* Revert "Merge pull request #27686 from koic/friendly_bigdecimal_inspect"Kasper Timm Hansen2017-01-151-7/+0
* Several representation of BigDecimal has changed in Ruby 2.4.0+ [ci skip]Koichi ITO2017-01-151-0/+7
* AS::StringInquirer#respond_to_missing? should fallback to superAkira Matsuda2017-01-151-1/+1
* Unused &block parameterAkira Matsuda2017-01-151-1/+1
* AS::ArrayInquirer#respond_to_missing? should fallback to superAkira Matsuda2017-01-151-1/+1
* class Foo < Struct.new(:x) creates an extra unneeded anonymous classAkira Matsuda2017-01-131-2/+2
* Add duration constructors for use in Numeric extensionsAndrew White2017-01-123-34/+76
* Merge pull request #27610 from Envek/fix_and_speed_up_duration_parsingAndrew White2017-01-123-15/+26
|\
| * Fix inconsistent results when parsing large durations and constructing durati...Andrey Novikov2017-01-093-15/+26
* | Make time travel work with subclasses of Time/Date/DatetimeJonas Nicklas2017-01-101-5/+5
|/
* Merge pull request #27392 from y-yagi/use_same_class_on_compactSean Griffin2017-01-061-0/+4
|\
| * ensure `#compact` of HWIDA to return HWIDAyuuji.yaginuma2017-01-061-0/+4
* | `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-055-6/+6
* | Fix style guide violationsRafael Mendonça França2017-01-051-1/+1
* | Make sure we generate keys that can be used with the cipherRafael Mendonça França2017-01-041-4/+4
* | Merge pull request #26480 from tbrisker/fix-26461Rafael França2017-01-041-2/+7
|\ \ | |/ |/|
| * Reword according to feedbackTomer Brisker2016-09-151-8/+7
| * Clarify that mattr_* creates public methodsTomer Brisker2016-09-131-0/+6
* | There's no such moduleAkira Matsuda2017-01-052-8/+8
* | Remove unnecessary require statementsJon Moss2017-01-031-3/+0
* | Merge pull request #27363 from amatsuda/refined_array_sumSean Griffin2017-01-031-2/+7
|\ \