aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
...
* [Fixes #11512] improves cache size calculation in ActiveSupport::Cache::Memor...Simeon Simeonov2013-07-221-0/+13
* Only raise DelegationError if it's is the source of the exceptionAndrew White2013-07-111-0/+6
* Return local time for backwards compatibilityAndrew White2013-07-091-1/+1
* Retain UTC offset when using Time.at_with_coercionAndrew White2013-07-091-0/+6
* Make HashWithIndifferentAccess#select always return the hash.Marc Schütz2013-07-061-0/+5
* Revert "remove string based terminators for `ActiveSupport::Callbacks`."Yves Senn2013-07-051-4/+0
* fix typo in Active Support CHANGELOG. [ci skip]Yves Senn2013-07-051-1/+1
* remove string based terminators for `ActiveSupport::Callbacks`.Yves Senn2013-07-051-0/+4
* Remove deprecated `String#encoding_aware?` Arun Agrawal2013-07-031-0/+4
* Remove deprecated `Module#local_constant_names` Arun Agrawal2013-07-031-0/+4
* Remove deprecated `DateTime.local_offset`Arun Agrawal2013-07-031-0/+4
* Remove deprecated Logger core extensions (core_ext/logger.rb)Carlos Antonio da Silva2013-07-031-0/+4
* Merge pull request #11265 from vipulnsward/deprecated_time_methodsYves Senn2013-07-031-0/+5
|\
| * Remove deprecated `Time#time_with_datetime_fallback`, `Time#utc_time`Vipul A M2013-07-031-0/+5
* | use American English: "favor" not "favour" [ci skip]Yves Senn2013-07-031-1/+1
|/
* Remove deprecated Hash#diff with no replacement.Carlos Antonio da Silva2013-07-021-0/+7
* Remove deprecated `Date#to_time_in_current_zone`Vipul A M2013-07-021-0/+4
* Remove deprecated `Proc#bind` with no replacement.Carlos Antonio da Silva2013-07-011-0/+4
* Remove deprecated Array#uniq_by and Array#uniq_by!Carlos Antonio da Silva2013-07-011-0/+5
* Remove deprecated AS::BasicObject, use AS::ProxyObject insteadCarlos Antonio da Silva2013-07-011-0/+4
* remove deprecated `BufferedLogger`.Yves Senn2013-07-011-0/+4
* remove deprecated `assert_present` and `assert_blank`.Yves Senn2013-07-011-0/+4
* Fix BacktraceCleaner#noise for multiple silencers.Mark J. Titorenko2013-06-201-0/+7
* Fix AS changelog [ci skip]Carlos Antonio da Silva2013-06-141-1/+1
* Add CHANGELOG entry for #10740Rafael Mendonça França2013-06-141-0/+9
* Keep sub-second resolution when wrapping a DateTime valueAndrew White2013-06-131-0/+6
* Don't blindly call blame_file! on exceptions in ActiveSupport::Dependencies::...Andrew Kreiling2013-06-091-0/+5
* Override Time.at to work with Time-like valuesAndrew White2013-06-081-0/+4
* Prevent side effects in `Hash#with_indifferent_access`.Yves Senn2013-05-291-0/+6
* Raise when multiple included blocks are definedMike Dillon2013-05-161-0/+6
* Fix typo: require -> requiresRafael Mendonça França2013-05-121-1/+1
* Add CHANGELOG entry for #10576Rafael Mendonça França2013-05-121-0/+7
* Give credits to all the envolved people [ci skip]Rafael Mendonça França2013-05-101-1/+1
* Added escaping of U+2028 and U+2029 inside the json encoder.Mario Caropreso2013-05-091-0/+6
* add changelog entry for fix-10502-skip-object-filterSean Walbran2013-05-071-0/+5
* Allow fetching multiple values from the cache at onceDaniel Schierbeck2013-05-061-1/+13
* rails/master is now 4.1.0.betaRafael Mendonça França2013-04-291-509/+2
* Move CHANGELOG entry to topRafael Mendonça França2013-04-221-4/+4
* Merge pull request #10096 from benofsky/fix_skipping_object_callback_filtersRafael Mendonça França2013-04-211-0/+3
|\
| * Fixes skipping object callback filtersBen McRedmond2013-04-041-0/+3
* | Extract a base class from ActiveSupport::LogSubscriberDaniel Schierbeck2013-04-161-0/+6
* | use unified and clean formatting in CHANGELOGS. [ci skip]Yves Senn2013-04-121-2/+2
* | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-04-111-3/+3
|\ \
| * | Merge branch 'master' of github.com:rails/railsVijay Dev2013-03-301-1/+12
| |\|
| * | Revert "Using American English spellings over British style spellings"Vijay Dev2013-03-301-3/+3
* | | Fix markdown formattingAgis Anastasopoulos2013-04-061-1/+1
* | | Add option to Class#class_attribute for skipping the query methodAgis-2013-04-061-0/+6
* | | `fast_xs` support has been removed. Use 'String#encode(xml: :attr)`.Aaron Patterson2013-04-051-0/+2
* | | Revert "Merge pull request #10034 from benofsky/fix_skipping_object_callback_...Rafael Mendonça França2013-04-041-3/+0
* | | Fixes skipping object callback filtersBen McRedmond2013-04-041-0/+3
| |/ |/|