aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* 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
* cleanup CHANGELOGs. [ci skip]Yves Senn2014-12-231-1/+1
* Add class level case operator support for error dispatching in RescuableGenadi Samokovarov2014-12-101-0/+16
* Fix MessageVerifier's #verified in CHANGELOGclaudiob2014-12-041-4/+4
* Add `#verified` and `#valid_message?` to MessageVerifierLogan Leger2014-12-011-0/+8
* Start Rails 5 development :tada:Rafael Mendonça França2014-11-281-388/+1
* dependencies.rb: keep the decorated #load and #require private [closes #17553]Xavier Noria2014-11-101-0/+6
* docs, synchronize 4.2. release notes. [ci skip]Yves Senn2014-11-061-3/+3
* Merge pull request #17383 from rwz/string-removeRafael Mendonça França2014-11-031-0/+4
|\
| * Make `String#remove` and `String#remove!` accept multiple argumentsPavel Pravosud2014-10-251-0/+4
* | Optimize TimeWithZoneTest#strftimePablo Herrero2014-10-271-0/+5
|/
* Update CHANGELOG and release notes for e98f2a7Godfrey Chan2014-10-221-2/+2
* some changelog formatting. [ci skip]Yves Senn2014-10-161-8/+8
* Merge pull request #14146 from chewi/fix-underscore-acronyms-regexMatthew Draper2014-10-041-0/+4
* fixes typo in AS CHANGELOG [ci skip]Xavier Noria2014-09-291-2/+2
* Delegation works with reserved words passed to `:to`Agis-2014-09-191-0/+6
* Merge pull request #16950 from akshay-vishnoi/docs-rails-4point2Abdelkader Boudih2014-09-171-4/+4
|\
| * Grammar correction in ActiveSupport CHANGELOG [ci skip]Akshay Vishnoi2014-09-181-4/+4
* | Merge pull request #16948 from akshay-vishnoi/docs-rails-4point2Rafael Mendonça França2014-09-171-20/+20
|\|
| * [ci skip] ActiveSupport CHANGELOG fixesAkshay Vishnoi2014-09-181-20/+20
* | Merge pull request #11794 from yoazt/duration-eqlRafael Mendonça França2014-09-171-0/+15
|\ \ | |/ |/|
| * Added method `#eql?` to `ActiveSupport::Duration`, in addition to `#==`.Joost Lubach2013-08-071-0/+15
* | Time#change can now change nanoseconds (:nsec)Agis-2014-09-141-0/+5
* | MessageVerifier raises an appropriate exception if the secret is nilKostiantyn Kahanskyi2014-09-121-0/+5
* | Default to sorting user's test cases for nowGodfrey Chan2014-09-081-6/+6
* | Fix for inflector's incorrect camelCase replacement for acronymsMatthew Draper2014-09-061-0/+7
* | Time#change throws exception with an out-of-range :usecAgis-2014-09-041-0/+5
* | Methods are not duplicable.Peter Jaros2014-09-031-0/+5