aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* Change the default test order from `:sorted` to `:random`Rafael Mendonça França2015-01-043-30/+18
* Remove deprecated ActiveSupport::JSON::Encoding::CircularReferenceError.Rafael Mendonça França2015-01-043-46/+4
* Remove deprecated ActiveSupport::JSON::Encoding.encode_big_decimal_as_string=Rafael Mendonça França2015-01-043-43/+5
* Remove deprecated `ActiveSupport::SafeBuffer#prepend`Rafael Mendonça França2015-01-043-16/+4
* Remove deprecated methods at `Kernel`.Rafael Mendonça França2015-01-043-127/+6
* Remove deprecated core_ext/big_decimal/yaml_conversions fileRafael Mendonça França2015-01-043-25/+5
* Remove deprecated ActiveSupport::Cache::Store.instrumentRafael Mendonça França2015-01-042-14/+5
* Merge pull request #17227 from claudiob/explicitly-abort-callbacksRafael Mendonça França2015-01-035-11/+175
|\
| * Add config to halt callback chain on return falseclaudiob2015-01-024-7/+91
| * Deprecate `false` as the way to halt AS callbacksclaudiob2015-01-023-3/+29
| * Throw :abort halts default CallbackChainsclaudiob2015-01-023-10/+64
* | Fix a few typos [ci skip]Robin Dupret2015-01-031-1/+1
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-01-032-3/+23
|\ \ | |/ |/|
| * Better docs for NameErrorclaudiob2014-12-251-0/+14
| * Add docs for `Object.nil!`claudiob2014-12-221-3/+9
* | Merge pull request #9065 from atombender/masterRafael Mendonça França2015-01-022-1/+16
|\ \
| * | Fix TaggedLogging to allow loggers to be instantiated multiple times without ...Alexander Staubo2013-01-242-1/+16
* | | Deprecate `MissingSourceFile` in favor of `LoadError`.Rafael Mendonça França2015-01-023-1/+19
* | | Merge pull request #8740 from amatsuda/missing_source_fileRafael Mendonça França2015-01-022-26/+2
|\ \ \
| * | | replace use of MissingSourceFile with LoadErrorAkira Matsuda2013-01-042-18/+3
* | | | Remove thread variables backportRafael Mendonça França2015-01-022-161/+0
* | | | Merge pull request #16749 from robin850/rbx-name-errorRafael Mendonça França2015-01-021-0/+2
|\ \ \ \
| * | | | Skip an error message related assertion on RubiniusRobin Dupret2014-10-281-0/+2
* | | | | Do not check only for the Rails constantRafael Mendonça França2015-01-022-2/+2
* | | | | Remove conversion code for old Rails cache entryRafael Mendonça França2015-01-012-50/+0
* | | | | Check by @v before converting the entry on expired?Rafael Mendonça França2015-01-012-2/+2
* | | | | Merge pull request #18271 from arunagw/change-copyright-yearRobin Dupret2015-01-012-2/+2
|\ \ \ \ \
| * | | | | Update copyright notices to 2015 [ci skip]Arun Agrawal2014-12-312-2/+2
* | | | | | Changelog edits [ci skip]Robin Dupret2014-12-311-4/+10
|/ / / / /
* | | | | Merge pull request #18219 from jaroslawr/masterAaron Patterson2014-12-301-74/+116
|\ \ \ \ \
| * | | | | Flatten the call stacks ActiveSupport::Callbacks produces, fix #18011.Jaroslaw Rzeszotko2014-12-271-74/+116
* | | | | | Fix comment typo in debugger.rbmntj2014-12-301-1/+1
* | | | | | Removed Object#itself as it's implemented in ruby 2.2Cristian Bica2014-12-293-25/+0
* | | | | | Just check if the buffer exists before changing itRafael Mendonça França2014-12-292-6/+4
* | | | | | When trying to access a character on a string buffer object via `:[]`, if the...Vipul A M2014-12-292-1/+12
* | | | | | Require Ruby 2.2 for Rails 5.0claudiob2014-12-261-1/+1
|/ / / / /
* | | | | cleanup CHANGELOGs. [ci skip]Yves Senn2014-12-231-1/+1
* | | | | Fix syntax error with RDoc directive,Zachary Scott2014-12-201-1/+1
| |_|_|/ |/| | |
* | | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-12-208-7/+72
|\ \ \ \
| * | | | Add docs for Numeric time-related methodsclaudiob2014-12-171-0/+18
| * | | | Replace `#=>` with `# =>` [ci skip]claudiob2014-12-177-22/+22
| * | | | Add docs for Numeric#*_bytes methodsclaudiob2014-12-171-0/+20
| * | | | Add docs for Time#find_zoneclaudiob2014-12-171-1/+16
| * | | | Fix docs for AS::Notifications::Event#durationclaudiob2014-12-171-2/+2
| * | | | Add docs for AS::Notifications::Event#durationclaudiob2014-12-171-0/+12
* | | | | Use released I18n 0.7.0Carlos Antonio da Silva2014-12-191-1/+1
* | | | | Add docs for AS::TestCase::test_orderclaudiob2014-12-182-2/+17
* | | | | Merge pull request #18063 from claudiob/remove-as-time-with-zone-sinceRafael Mendonça França2014-12-171-10/+1
|\ \ \ \ \
| * | | | | Replace AS::TimeWithZone#since with alias to +claudiob2014-12-161-10/+1
* | | | | | Merge pull request #18072 from exAspArk/thread_safe_gem_versionRafael Mendonça França2014-12-171-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |