aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21953 from bdunne/fix_dep_warnMatthew Draper2015-10-171-0/+5
* Merge pull request #21631 from RobinClowers/fix-cache-instrumentationJeremy Daer2015-10-091-0/+4
|\
* | Refactor AS::Callbacks halt config and fix the documentationRoque Pinel2015-10-011-6/+3
* | Make `assert_difference` return the result of the yielded block.Lucas Mazza2015-09-241-1/+12
* | Fix the AS::Callbacks terminator regression from 4.2.3Roque Pinel2015-09-221-9/+6
* | Short-circuit `blank?` on date and time valuesAndrew White2015-09-211-0/+6
* | Replaced `ThreadSafe::Map` with successor `Concurrent::Map`.Jerry D'Antonio2015-09-191-0/+5
|/
* Update Unicode Version to 8.0.0Anshul Sharma2015-09-041-0/+4
* No need CHANGELOG entry for #21421 [ci skip]Rafael Mendonça França2015-09-011-6/+0
* ArrayInquirer to correctly find symbols or stringsLeigh Halliday2015-08-281-8/+14
* - Extracted `DELIMITED_REGEX` to `delimited_regex` method and made use of us...Vipul A M2015-08-281-0/+10
* Deprecate :si prefix in number_to_human_size without replacementJean Boussier2015-08-101-0/+4
* Fix `TimeWithZone#eql?` to handle `TimeWithZone` created from `DateTime`Roque Pinel2015-07-191-0/+8
* ActiveSupport::HashWithIndifferentAccess select and reject should return enum...Bernard Potocki2015-07-171-0/+7
* Replaced `ActiveSupport::Concurrency::Latch` with concurrent-ruby.Jerry D'Antonio2015-07-131-0/+5
* fix class name typo [ci skip]yuuji.yaginuma2015-07-111-1/+1
* active_support/indifferent_hash: dont raise on to_hash when default_proc raisesSimon Eskildsen2015-07-101-0/+5
* active_support/indifferent_hash: fix cloning default_proc on dupSimon Eskildsen2015-07-101-0/+4
* Code fix in CHANGELOGAditya Sanghi2015-06-081-1/+1
* Fix a range of values for parameters of the Time#changeNikolay Kondratyev2015-06-011-0/+4
* Add Enumerable#pluck.Kevin Deisz2015-05-281-0/+7
* Merge pull request #20208 from gaurish/raise_on_missing_ordered_optionsRafael Mendonça França2015-05-261-0/+17
|\
| * Add bang version to OrderedOptionsGaurish Sharma2015-05-231-0/+15
* | Merge pull request #16938 from akshay-vishnoi/remove-depricationYves Senn2015-05-261-0/+5
|\ \ | |/ |/|
| * Remove `.superclass_delegating_accessor`. Refer #14271Akshay Vishnoi2015-05-241-0/+4
|/
* add missing punctuation in changelog. [ci skip]Yves Senn2015-05-201-2/+2
* Patch `Delegator` to work with `#try`Nate Smith2015-05-191-0/+6
* Fix typos is CHANGELOG [ci skip]karanarora2015-05-191-8/+8
* Pass over CHANGELOGS [ci skip]Prathamesh Sonpatki2015-05-161-3/+5
* Add Integer#positive? and Integer#negative? query methods in the vein of Fixn...David Heinemeier Hansson2015-05-131-0/+5
* Improve ActiveSupport::TimeWithZone conversion to YAMLAndrew White2015-04-221-0/+6
* Add ActiveSupport::TimeZone#strptime.Paul A Jungwirth2015-04-221-0/+5
* pass over CHANGELOGs. [ci skip]Yves Senn2015-04-221-1/+2
* Raise ArgumentError if an unrecognised callback is skippedIain Beeston2015-04-031-0/+5
* Revert "Remove Array#inquiry"Rafael Mendonça França2015-03-301-1/+4
* Remove Array#inquiryRafael Mendonça França2015-03-271-4/+1
* Add ActiveSupport::ArrayInquirer and Array#inquiryGeorge Claghorn2015-03-241-0/+20
* Deprecate alias_method_chain in favour of Module#prependKir Shatrov2015-03-221-0/+4
* Revert "Take DST into account when locating TimeZone from Numeric."Andrew White2015-03-091-10/+0
* Remove a duplicated changelog entry [ci skip]Robin Dupret2015-03-061-7/+0
* `number_to_percentage` and `precision: 0` work with `NAN` and `INFINITY`.Yves Senn2015-03-061-0/+7
* Take DST into account when locating TimeZone from Numeric.Yasyf Mohamedali2015-03-031-0/+10
* Add Enumerable#withoutTodd Bealmear2015-03-011-0/+5
* Fix a backtracking problem in String#truncate_wordsHenrik Nygren2015-02-251-0/+5
* some indenting and punctuation fixes. [ci skip]Yves Senn2015-02-231-13/+14
* Properly dump primitive-like AS::SafeBuffer strings as YAMLGodfrey Chan2015-02-111-0/+21
* Merge pull request #12067 from jackxxu/keep_precisionRafael Mendonça França2015-02-061-0/+4
|\
| * Enable number_to_percentage to keep the number's precision by allowing :preci...Jack Xu2013-08-281-0/+5
* | Privatize config_accessor as with attr_accessorAkira Matsuda2015-02-061-0/+4
* | Change AS::Testing::TimeHelpers#travel_to to also stub DateTime.nowYuki Nishijima2015-02-031-0/+5