aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
Commit message (Expand)AuthorAgeFilesLines
...
* | deprecate String#encoding_aware? and remove its usageSergey Nartimov2011-12-241-1/+4
* | remove Enumerable#each_with_object againSergey Nartimov2011-12-231-21/+0
* | adds deprecation warnings to the RDoc of Array#uniq_by(!)Xavier Noria2011-12-201-2/+6
* | remove conflict markerVijay Dev2011-12-231-1/+0
* | Revert "Added Enumerable#pluck to wrap the common pattern of collect(&:method...Aaron Patterson2011-12-221-5/+20
* | Merge pull request #4135 from nashby/deprecate-uniq-byJosé Valim2011-12-221-6/+8
|\ \
| * | deprecate Array#uniq_by and Array#uniq_by! in favor of Array#uniq and Array#u...Vasiliy Ermolovich2011-12-221-6/+8
* | | no more need to make Time#to_date and Time#to_datetime publicSergey Nartimov2011-12-223-12/+0
|/ /
* | remove Proces.daemon from core_extVasiliy Ermolovich2011-12-222-24/+0
* | Merge pull request #4104 from lest/remove-1-8-codeJosé Valim2011-12-211-21/+0
|\ \
| * | remove Enumerable#each_with_object from core_ext as it is present in ruby 1.9lest2011-12-211-21/+0
* | | Merge pull request #4097 from guilleiguaran/safebuffer-html-escapeAaron Patterson2011-12-211-27/+15
|\ \ \ | |/ / |/| |
| * | We don't need a special html_escape for 1.8 anymoreGuillermo Iguaran2011-12-211-27/+15
* | | remove Kernel#singleton_class from core_ext as it is present in ruby 1.9lest2011-12-211-7/+0
* | | remove Array#sample from core_extVasiliy Ermolovich2011-12-212-31/+0
|/ /
* | remove support for ruby 1.8 in AS String extensionsSergey Nartimov2011-12-212-38/+1
* | Remove some of the ActiveSupport core extensions related to 1.8.Uģis Ozols2011-12-214-68/+0
* | requiring enumerator is not nessessary in ruby 1.9Sergey Nartimov2011-12-201-2/+0
* | Remove more dead code from AS.José Valim2011-12-201-18/+6
* | Initial pass at removing dead 1.8.x code from Active Support.José Valim2011-12-2013-200/+67
* | * BufferedLogger is deprecated. Use ActiveSupport::Logger, or the loggerAaron Patterson2011-12-191-0/+3
* | Remove duplicate html_escape docsJeremy Kemper2011-12-111-10/+1
* | Use 1.9 native XML escaping to speed up html_escape and shush regexp warningsJeremy Kemper2011-12-111-15/+36
* | fix nodocsVijay Dev2011-12-091-1/+1
* | Restore performance of ERB::Util.html_escapeJon Jensen2011-12-031-1/+1
* | Added Enumerable#pluck to wrap the common pattern of collect(&:method) *DHH*David Heinemeier Hansson2011-12-021-0/+7
* | Module#synchronize is deprecated with no replacement. Please use `monitor` f...Aaron Patterson2011-11-291-0/+2
* | Merge pull request #3767 from tadast/object_inYehuda Katz2011-11-261-7/+17
|\ \
| * | Object#in? also accepts multiple parametersTadas Tamošauskas2011-11-261-7/+17
* | | Adds Time#sunday methodVijay Dev2011-11-261-0/+6
* | | Convert aliases monday and sunday to methodsVijay Dev2011-11-262-3/+18
* | | minor doc changesVijay Dev2011-11-261-3/+3
* | | some tweaks to PR#3547. [Closes #3547]Xavier Noria2011-11-251-7/+12
* | | API docstrings updated with default value infogregolsen2011-11-252-6/+6
* | | beginning_of_week extended in both Time and Date so that to return week start...gregolsen2011-11-252-16/+32
* | | Merge branch 'master' into serializersJosé Valim2011-11-236-11/+112
|\ \ \
| * \ \ Merge pull request #3725 from marcandre/twz_eqlYehuda Katz2011-11-221-0/+10
| |\ \ \ | | |/ / | |/| |
| | * | Fix inconsistencies with Time{WithZone}#{hash,eql?}Marc-Andre Lafortune2011-11-221-0/+10
| * | | updating API docstring so that user can infer default valuegregolsen2011-11-172-4/+4
| |/ /
| * | fixes a typo (thanks to Alexey Vakhov)Xavier Noria2011-10-301-1/+1
| * | defines Module#qualified_const_(defined?|get|set) and String#deconstantizeXavier Noria2011-10-293-1/+81
| * | Merge branch 'master' of github.com:lifo/docrailsVijay Dev2011-10-201-3/+3
| |\ \
| | * | Fixed misleading docs for String#to_formatted_s(:db)Martin Svalin2011-10-201-3/+3
| * | | Merge pull request #3151 from zenprogrammer/pluralize_without_countJosé Valim2011-10-171-3/+14
| |\ \ \ | | |/ / | |/| |
| | * | Modified String#pluralize to take an optional count parameter.Ryan Oblak2011-09-281-3/+14
* | | | Don't unnecessarily use String eval.Jose and Yehuda2011-10-151-2/+2
|/ / /
* | | Revert "don't raise NoMethodError the tried method doesn't exists"José Valim2011-10-061-2/+0
* | | ruby193: String#prepend is also unsafeAkira Matsuda2011-10-051-1/+1
* | | override unsafe methods only if defined on StringAkira Matsuda2011-10-051-10/+12
* | | to_formatted_s is an instance method for a Range not an ArrayAyrton De Craene2011-10-041-1/+1