aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* Time#change can now change nanoseconds (:nsec)Agis-2014-09-141-6/+13
* Time#change throws exception with an out-of-range :usecAgis-2014-09-041-0/+1
* Methods are not duplicable.Peter Jaros2014-09-031-0/+10
* We tenderized the wrong method! Object#try already had the yield option, just...David Heinemeier Hansson2014-08-292-15/+12
* Use instance_eval on @tenderlove's suggestion :trollface:David Heinemeier Hansson2014-08-291-4/+5
* Update examples to show real worthDavid Heinemeier Hansson2014-08-291-1/+1
* Added yield to Object#presenceDavid Heinemeier Hansson2014-08-291-1/+12
* Add documentation intro to example for `Object#itself`.Zachary Scott2014-08-191-2/+5
* Fix DateTime comparison with DateTime::Infinity objectRafael Mendonça França2014-08-061-1/+3
* Fix AS docs / changelog with wrong method [ci skip]Carlos Antonio da Silva2014-08-051-1/+1
* Update itself.rb [ci skip]Jon Atack2014-08-051-1/+1
* Only define Objetc#itself when it is not definedRafael Mendonça França2014-08-041-8/+10
* Rename Object#self to Object#itself to have parity with matz sanctioned metho...David Heinemeier Hansson2014-08-012-3/+3
* Added Object#self which returns the object itselfDavid Heinemeier Hansson2014-08-012-0/+11
* Raise a descriptive error if non-positive integer passed to in_groups_of.Xavier Shay2014-07-301-0/+5
* Add implicit receiver support to `Object#with_options`Pavel Pravosud2014-07-291-2/+15
* Fixed a compatibility issue with the `Oj` gemGodfrey Chan2014-07-291-3/+3
* Merge pull request #15629 from akshay-vishnoi/test-to_paramRafael Mendonça França2014-07-282-66/+59
|\
| * Move to_param to to_query, also Improve testsAkshay Vishnoi2014-06-202-66/+59
* | Merge pull request #16190 from oss92/word_truncationMatthew Draper2014-07-171-0/+24
|\ \
| * | Added truncate_words method to activesupport stringsroot2014-07-161-0/+21
|/ /
* | Move uuid_v5 and uuid_v3 to Digest::UUIDRafael Mendonça França2014-07-152-47/+51
* | Deprecate reporting methods for silencing output as they aren't thread safeTom Meier2014-07-151-0/+10
* | Return an Enumerator if no block is givenErik Michaels-Ober2014-07-122-1/+5
* | Don't construct a Proc if no block is givenErik Michaels-Ober2014-07-121-1/+1
* | The hex escape sequence can be of any lengthGodfrey Chan2014-07-021-1/+1
* | Fix escape_once double-escaping hex-encoded entitiesJohn F. Douthat2014-07-021-1/+1
* | `DateTime#to_f` now preserves fractional seconds.John Paul Ashenfelter2014-07-021-2/+2
* | Add `Hash#map_values` to ActiveSupportSean Griffin2014-06-292-0/+22
* | :nodoc: our SecureRandom patches [ci skip]Godfrey Chan2014-06-261-4/+4
* | Fix documentation from #15669 [ci skip]Zachary Scott2014-06-171-3/+5
* | [ci skip] fix doc for the Hash#assert_valid_keysAditya Kapoor2014-06-171-3/+3