aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* 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
* | introduce `ActiveSupport::Testing::FileFixtures`.Yves Senn2015-01-281-0/+8
* | Merge pull request #18709 from ianks/atomic-writeYves Senn2015-01-281-0/+4
* | Fix assignment for frozen value in HWIAAditya Kapoor2015-01-171-0/+7
* | Add missing time zone definitions for Russian FederationAndrey Novikov2015-01-131-0/+5
* | formatting pass over CHANGELOGs. [ci skip]Yves Senn2015-01-101-1/+3
* | Add SecureRandom.base58Guillermo Iguaran2015-01-091-0/+4
* | Add #prev_day and #next_day as counterparts to #yesterday and #tomorrow for D...George Claghorn2015-01-061-0/+5
* | Add same_time option to #prev_week and #next_week for Date, Time, and DateTimeGeorge Claghorn2015-01-061-0/+5
* | Add #on_weekend?, #next_weekday, and #prev_weekday methods to Date, Time, and...George Claghorn2015-01-061-0/+14
* | Change the default test order from `:sorted` to `:random`Rafael Mendonça França2015-01-041-0/+4
* | Remove deprecated ActiveSupport::JSON::Encoding::CircularReferenceError.Rafael Mendonça França2015-01-041-0/+4
* | Remove deprecated ActiveSupport::JSON::Encoding.encode_big_decimal_as_string=Rafael Mendonça França2015-01-041-0/+5
* | Remove deprecated `ActiveSupport::SafeBuffer#prepend`Rafael Mendonça França2015-01-041-0/+4
* | Remove deprecated methods at `Kernel`.Rafael Mendonça França2015-01-041-0/+6
* | Remove deprecated core_ext/big_decimal/yaml_conversions fileRafael Mendonça França2015-01-041-0/+5
* | Remove deprecated ActiveSupport::Cache::Store.instrumentRafael Mendonça França2015-01-041-1/+5
* | Add config to halt callback chain on return falseclaudiob2015-01-021-6/+27
* | Deprecate `false` as the way to halt AS callbacksclaudiob2015-01-021-0/+8
* | Throw :abort halts default CallbackChainsclaudiob2015-01-021-0/+12
* | Deprecate `MissingSourceFile` in favor of `LoadError`.Rafael Mendonça França2015-01-021-0/+7
* | Changelog edits [ci skip]Robin Dupret2014-12-311-4/+10