aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
Commit message (Expand)AuthorAgeFilesLines
* Correct docs as singlton true is not returned hereSteven Harman2014-04-111-1/+1
* Document LoadError core extensionsSteven Harman2014-04-111-1/+4
* Add documentation for Thread#freezeSteven Harman2014-04-061-0/+7
* Deprecate Class#superclass_delegating_accessorAkshay Vishnoi2014-03-201-0/+4
* Minor grammer, code conventions fix [ci skip]Zoltan Kiss2014-03-151-2/+1
* Remove deprecation on active_support/core_ext/class/attribute_accessors requi...Jeremy Kemper2014-03-151-5/+3
* Fix #to_json for BasicObject EnumerablesSammy Larbi2014-03-142-2/+2
* Fix concerning module reference [ci skip]Carlos Antonio da Silva2014-02-261-1/+1
* Go with #presence_in instead of #present_in -- it doesnt sound quite as good,...David Heinemeier Hansson2014-02-241-2/+2
* Introduce Concern#class_methods and Kernel#concernJeremy Kemper2014-02-232-1/+12
* Merge pull request #14102 from arthurnn/quietly_docXavier Noria2014-02-191-0/+4
|\
| * Methods silence_stream/quietly are not thread-safe [skip ci]Arthur Neves2014-02-191-0/+4
* | Added Object#present_in to simplify value whitelistingDavid Heinemeier Hansson2014-02-181-0/+12
|/
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-02-091-1/+2
|\
| * Fix grammar of internal comment and modify it's locationZachary Scott2014-02-091-1/+2
* | Fix to_query with empty arrays tooRafael Mendonça França2014-02-061-1/+6
* | Refatoring the method to avoid shot-circuit returnRafael Mendonça França2014-02-051-4/+7
* | Fixed "Hash#to_param confused by empty hash values #13892"Hincu Petru2014-02-051-0/+1
* | Return sized enumerator from Enumerable#index_byMarc-Andre Lafortune2014-02-051-1/+1
* | Return sized enumerator from Batches#find_eachMarc-Andre Lafortune2014-02-051-1/+1
* | Fix isolated testsRafael Mendonça França2014-02-011-0/+1
* | Remove BigDecimal#to_dDavid Celis2014-02-011-7/+0
* | Don't require BigDecimal serialization extensionDavid Celis2014-02-012-8/+13
* | fix typo and indent. [ci skip]Yves Senn2014-01-301-1/+1
* | Add support for JSON time_precision to Time and DateTimeAndrew White2014-01-261-4/+4
* | define the delegate methods on one line. fixes #13724Aaron Patterson2014-01-161-20/+22
* | Revert "methods are defined right after the module_eval, so we don't need to do"Piotr Sarnacki2014-01-161-2/+2
* | methods are defined right after the module_eval, so we don't need to doAaron Patterson2014-01-151-2/+2
* | Merge pull request #13709 from akshay-vishnoi/typoYves Senn2014-01-141-1/+1
|\ \
| * | [ci skip] Grammar correctionAkshay Vishnoi2014-01-141-1/+1
* | | Merge pull request #13646 from jenseng/json_escapeGodfrey Chan2014-01-121-12/+12
|\ \ \
| * | | Clarify behavior of json_escape, update examplesJon Jensen2014-01-091-12/+12
* | | | Merge pull request #13668 from prathamesh-sonpatki/issue-13667Andrew White2014-01-121-2/+1
|\ \ \ \
| * | | | Fix iterating over DateTime by doing strict checking for Time objectsPrathamesh Sonpatki2014-01-111-2/+1
| |/ / /
* / / / Check `respond_to` before delegation due to: https://github.com/ruby/ruby/com...Aaron Patterson2014-01-091-1/+5
|/ / /
* | | Adding Hash#compact and Hash#compact! methodstinogomes2014-01-092-0/+21
* | | Revert "Speedup String#to"Yves Senn2014-01-081-1/+1
* | | Merge pull request #10634 from teleological/time_advance_gregorianAndrew White2014-01-051-4/+6
|\ \ \
| * | | Maintain proleptic gregorian in Time#advanceRiley Lynch2013-05-151-4/+6
* | | | Avoid raising a NameError on FreeBSD using DateRobin Dupret2014-01-011-2/+5
| |_|/ |/| |
* | | blank? and present? commit to return singletons [Xavier Noria & Pavel Pravosud]Xavier Noria2013-12-281-18/+42
* | | Extracted blank matcher regexp to constantPaul Nikitochkin2013-12-281-1/+3
* | | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-12-202-7/+7
|\ \ \
| * | | fixed typo mistake time_formats.rb -> date_formats.rb [ci skip]Kuldeep Aggarwal2013-12-101-1/+1
| * | | Typos. return -> returns. [ci skip]Lauro Caetano2013-12-032-7/+7
* | | | Prevent creation of instance methods when `instance_reader = false`, Grammar ...Akshay Vishnoi2013-12-191-8/+9
* | | | Merge pull request #13400 from nishant-cyro/docsGuillermo Iguaran2013-12-181-1/+1
|\ \ \ \
| * | | | fix typos and grammar mistake [ci skip]nishant-cyro2013-12-191-1/+1
* | | | | concern doesn't include the module automaticallyRafael Mendonça França2013-12-171-1/+0
* | | | | Introduce Module#concerningJeremy Kemper2013-12-172-0/+137