aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary requires/encoding commentNorman Clarke2012-01-051-3/+0
* Replace Unicode.u_unpack with String#codepointsNorman Clarke2012-01-054-27/+5
* Remove multibyte utilsNorman Clarke2012-01-052-47/+1
* Remove "_codepoints" from compose/decomposeNorman Clarke2012-01-052-9/+9
* Remove unused code.Norman Clarke2012-01-051-25/+0
* Document method definitionNorman Clarke2012-01-051-0/+2
* Just use Ruby's String#[]=Norman Clarke2012-01-051-41/+0
* Assume Encoding supportNorman Clarke2012-01-051-5/+1
* Update to Unicode 6.0Norman Clarke2012-01-052-1/+1
* Remove useless parensNorman Clarke2012-01-051-1/+1
* Just delegate a few methods directly to @wrapped_stringNorman Clarke2012-01-051-20/+3
* Merge branch 'refactor-multibyte-chars' of https://github.com/lest/rails into...Norman Clarke2012-01-051-11/+5
|\
| * refactor AS::Multibyte::CharsSergey Nartimov2012-01-051-39/+5
* | Make return value from bang methods match Ruby docsNorman Clarke2012-01-051-2/+2
* | Override #slice! to ensure proper return value.Norman Clarke2012-01-051-0/+4
* | Remove overidden slice and slice! methods.Norman Clarke2012-01-051-29/+1
|/
* Revert "AS::Callbacks: remove __define_runner"José Valim2012-01-041-3/+16
* simplify Class#descendants using singleton_class methodSergey Nartimov2012-01-041-1/+1
* Merge pull request #4298 from rafaelfranca/patch-2Aaron Patterson2012-01-044-51/+1
|\
| * No need to override to_yaml method in ActiveSupport::TimeWithZoneRafael Mendonça França2012-01-041-7/+1
| * No need to override to_yaml method in ActiveSupport::OrderedHashRafael Mendonça França2012-01-041-15/+0
| * No need to override the to_yaml method in ActiveSupporte::SafeBufferRafael Mendonça França2012-01-041-5/+0
| * No need to override the to_yaml method in BigDecimalRafael Mendonça França2012-01-041-15/+0
| * No need to use rescue block to require psychRafael Mendonça França2012-01-042-11/+2
| * No need to check if YAML::ENGINE is defined since ruby 1.9 does thatRafael Mendonça França2012-01-044-4/+4
* | using the active support loggerKarunakar (Ruby)2012-01-041-2/+2
|/
* use correct variant of checking whether class is a singletonSergey Nartimov2012-01-031-1/+1
* Merge pull request #4250 from lest/range-jsonXavier Noria2012-01-021-0/+4
|\
| * use #to_s to convert Range to jsonSergey Nartimov2012-01-011-0/+4
* | Merge pull request #4252 from lest/deprecate-activesupport-base64José Valim2012-01-024-28/+11
|\ \
| * | remove ActiveSupport::Base64 in favor of ::Base64Sergey Nartimov2012-01-024-28/+11
| |/
* / rename ruby-debug to ruby-debug19Vishnu Atrai2012-01-011-1/+1
|/
* MiniTest condition removedVishnu Atrai2011-12-311-9/+3
* Merge pull request #4235 from castlerock/remove_ruby_18_BasicObjectJosé Valim2011-12-301-1/+0
|\
| * ruby 1.8 ActiveSupport BasicObject no longer availableVishnu Atrai2011-12-301-1/+0
* | remove condition since to_time always available in ruby19 DateTimeVishnu Atrai2011-12-311-1/+1
|/
* Merge pull request #4233 from bogdan/remove_define_runnerJosé Valim2011-12-301-16/+3
|\
| * AS::Callbacks: remove __define_runnerBogdan Gusiev2011-12-301-16/+3
* | adds a comments that clarifies why Range#include? chooses the comparison oper...Xavier Noria2011-12-301-0/+1
* | Merge pull request #4229 from lest/range-includeXavier Noria2011-12-301-1/+2
|\ \ | |/ |/|
| * refactor Range#include? to handle ranges with floatsSergey Nartimov2011-12-291-1/+2
* | remove ruby 1.8 checking in constantize methodVasiliy Ermolovich2011-12-291-39/+24
|/
* Revert "Merge pull request #4220 from bensie/singleton-class-master"Jon Leighton2011-12-281-1/+14
* Merge pull request #4207 from nashby/deprecate-base64-encode64sAaron Patterson2011-12-283-4/+8
|\
| * deprecate Base64.encode64s from AS. Use Base64.strict_encode64 insteadVasiliy Ermolovich2011-12-273-4/+8
* | Further simplify singleton_class checking in class_attributeJames Miller2011-12-281-14/+1
* | Refactor AS::CallbacksBogdan Gusiev2011-12-281-6/+8
|/
* Merge pull request #4198 from castlerock/remove_GC_checks_for_ruby19Santiago Pastorino2011-12-271-10/+4
|\
| * remove conditions for GC::Profiler in ruby19Vishnu Atrai2011-12-271-10/+4
* | Removed RUBY_ENGINE checks for ruby18Miguel Camba2011-12-271-3/+1
|/