aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove deprecated behavior that halts callbacks when the return is falseRafael Mendonça França2017-02-073-52/+6
* | 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-073-58/+68
|\ \
| * | Deprecate passing string to `:if` and `:unless` conditional options on `set_c...Ryuta Kamizono2017-02-043-4/+38
| * | Remove deprecated passing string to define callbackRyuta Kamizono2017-02-043-55/+31
* | | Merge pull request #27919 from bf4/correct_spellingArthur Nogueira Neves2017-02-065-6/+6
|\ \ \
| * | | Correct spellingBenjamin Fleischer2017-02-055-6/+6
* | | | Add tests for `blank?`kenta-s2017-02-063-0/+12
|/ / /
* / / Docs: Correction: Module::DelegationErrorJared Beck2017-02-031-7/+9
|/ /
* | explicitly require `listen` in `EventedFileUpdateCheckerTest` (#27867)Arthur Nogueira Neves2017-02-011-0/+1
|\ \
| * | explicitly require `listen` in `EventedFileUpdateCheckerTest`yuuji.yaginuma2017-02-011-0/+1
* | | remove unused variableyuuji.yaginuma2017-02-011-1/+1
|/ /
* | Remove deprecated callbacks from ActionDispatch middlewaresRafael Mendonça França2017-01-311-1/+13
* | Merge pull request #27857 from kenta-s/add-test-for-variable_size_secure_compareEileen M. Uchitelle2017-01-311-1/+6
|\ \
| * | Add test for `variable_size_secure_compare`kenta-s2017-01-311-1/+6
* | | 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-313-13/+12
* | Merge pull request #27824 from kenta-s/raise-an-error-if-no-block-givenRafael França2017-01-313-2/+17
|\ \
| * | Raise an error if FileUpdateChecker#execute is called with no blockkenta-s2017-01-283-2/+17
* | | Merge pull request #27797 from y-yagi/correctly_check_error_messageArthur Nogueira Neves2017-01-302-2/+4
|\ \ \
| * | | correctly check error messageyuuji.yaginuma2017-01-252-2/+4
* | | | Merge pull request #27822 from mtsmfm/bump-unicode-versionJeremy Daer2017-01-305-10/+38
|\ \ \ \
| * | | | Update Unicode Version to 9.0.0Fumiaki MATSUSHIMA2017-01-285-10/+38
* | | | | Ruby constant look-up no longer falls back to top-level since 2.5Akira Matsuda2017-01-301-7/+10
| |_|_|/ |/| | |
* | | | Missing require 'active_support/core_ext/hash/keys'Akira Matsuda2017-01-291-0/+1
|/ / /