aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
Commit message (Expand)AuthorAgeFilesLines
* Remove some comments about Ruby 1.9 behaviorsRafael Mendonça França2015-01-042-4/+4
* 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 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
* 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
* | 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-021-1/+1
* | 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
|/
* Add docs for Numeric time-related methodsclaudiob2014-12-171-0/+18
* Replace `#=>` with `# =>` [ci skip]claudiob2014-12-176-21/+21
* Add docs for Numeric#*_bytes methodsclaudiob2014-12-171-0/+20
* Add docs for Time#find_zoneclaudiob2014-12-171-1/+16
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-12-151-1/+5
|\
| * Better doc for AS::DateTime#seconds_since_midnightclaudiob2014-12-041-1/+5
* | English fix [ci skip]George Millo2014-12-121-1/+1
|/
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-295-8/+8
* Prevent Numeric#to_s from allocating an arrayJean Boussier2014-11-282-16/+25
* Document `String#html_safe` [ci skip]Sean Griffin2014-11-241-0/+5
* Time includes DateAndTime::Zones acts_like(:time)betesh2014-11-091-0/+1
* added example of hash#except, and removed extra whitespaces [ci skip]Rishi Jain2014-11-072-5/+11
* added example of squish!, remove, test case for multiple occurrence ofRishi Jain2014-11-061-0/+9
* fix typo [ci skip]Vijay Dev2014-11-041-1/+1
* fixed typo [ci skip]Rishi Jain2014-11-041-1/+1
* added example for hash slice method [ci skip]Rishi Jain2014-11-041-2/+8
* Merge pull request #17383 from rwz/string-removeRafael Mendonça França2014-11-031-6/+10
|\
| * Make `String#remove` and `String#remove!` accept multiple argumentsPavel Pravosud2014-10-251-6/+10
* | edit pass over all warningsXavier Noria2014-10-281-3/+3
* | instance_eval is evilAkira Matsuda2014-10-251-1/+1
* | Avoid creating range objects (take II)Akira Matsuda2014-10-251-1/+5
* | Revert a change made to the example in 1ac4525Godfrey Chan2014-10-241-1/+1
* | Include return value in examples added in #17378 [ci skip]Zachary Scott2014-10-241-2/+2
* | Improved try documentation [ci skip]Eugene Gilburg2014-10-241-8/+25
|/
* DRY up try/try!Ari Pollak2014-10-231-10/+6
* Bring try! into parity with try.Ari Pollak2014-10-221-1/+1
* [ci skip] Add Doc of with_options for the case when inherited default options...Pramod Sharma2014-10-181-1/+15
* atomic_write rescue also Errno::EACCESRoberto Zanon2014-10-101-1/+1
* doc added for `writer` method in `alias_method_chain`[ci skip]Kuldeep Aggarwal2014-10-041-2/+2
* Delegation works with reserved words passed to `:to`Agis-2014-09-191-1/+9
* [ci skip] ActiveSupport CHANGELOG fixesAkshay Vishnoi2014-09-181-0/+1
* As of Unicode 6.3, Mongolian Vowel Separator is not whitespaceMatthew Draper2014-09-151-1/+1