aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
Commit message (Expand)AuthorAgeFilesLines
* Remove workaround to a Ruby 2.0.0 bugRafael Mendonça França2015-01-041-7/+0
* Remove Struct#to_h backportRafael Mendonça França2015-01-042-7/+5
* String already respond_to scrub at Ruby 2.2Rafael Mendonça França2015-01-041-2/+1
* singleton_class? is already pressent at Ruby 2.2Rafael Mendonça França2015-01-041-8/+0
* Remove unneeded Time patch to support Ruby 1.9Rafael Mendonça França2015-01-042-30/+2
* Remove some comments about Ruby 1.9 behaviorsRafael Mendonça França2015-01-044-7/+7
* Remove debugger supportRafael Mendonça França2015-01-042-11/+3
* Remove hack to support BigDecimal in Ruby 1.9claudiob2015-01-041-11/+2
* remove files which is dependent on ruby1.9 as we do not support Ruby1.9Kuldeep Aggarwal2015-01-041-11/+3
* Remove unneeded `require 'as/deprecation'`claudiob2015-01-041-1/+0
* Change the default test order from `:sorted` to `:random`Rafael Mendonça França2015-01-041-17/+3
* Remove deprecated ActiveSupport::JSON::Encoding::CircularReferenceError.Rafael Mendonça França2015-01-041-22/+0
* Remove deprecated ActiveSupport::JSON::Encoding.encode_big_decimal_as_string=Rafael Mendonça França2015-01-041-27/+0
* Remove deprecated `ActiveSupport::SafeBuffer#prepend`Rafael Mendonça França2015-01-041-6/+0
* Remove deprecated methods at `Kernel`.Rafael Mendonça França2015-01-041-80/+0
* Remove deprecated core_ext/big_decimal/yaml_conversions fileRafael Mendonça França2015-01-041-14/+0
* Remove deprecated ActiveSupport::Cache::Store.instrumentRafael Mendonça França2015-01-041-13/+0
* Merge pull request #17227 from claudiob/explicitly-abort-callbacksRafael Mendonça França2015-01-033-6/+50
|\
| * Add config to halt callback chain on return falseclaudiob2015-01-022-1/+14
| * Deprecate `false` as the way to halt AS callbacksclaudiob2015-01-022-3/+21
| * Throw :abort halts default CallbackChainsclaudiob2015-01-021-5/+18
* | 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-021-1/+3
|\ \
| * | Fix TaggedLogging to allow loggers to be instantiated multiple times without ...Alexander Staubo2013-01-241-1/+3
* | | Deprecate `MissingSourceFile` in favor of `LoadError`.Rafael Mendonça França2015-01-021-1/+3
* | | Remove thread variables backportRafael Mendonça França2015-01-021-86/+0
* | | 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-011-24/+0
* | | Check by @v before converting the entry on expired?Rafael Mendonça França2015-01-011-1/+1
* | | 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-292-16/+0
* | | | Just check if the buffer exists before changing itRafael Mendonça França2014-12-291-1/+3
* | | | When trying to access a character on a string buffer object via `:[]`, if the...Vipul A M2014-12-291-1/+3
|/ / /
* | / 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
* | | Add docs for AS::TestCase::test_orderclaudiob2014-12-181-0/+15
* | | Replace AS::TimeWithZone#since with alias to +claudiob2014-12-161-10/+1
* | | Merge pull request #17980 from gsamokovarov/rescuable-case-operatorRafael Mendonça França2014-12-161-2/+2
|\ \ \
| * | | Add class level case operator support for error dispatching in RescuableGenadi Samokovarov2014-12-101-2/+2