aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* No need to check if YAML::ENGINE is defined since ruby 1.9 does thatRafael Mendonça França2012-01-044-4/+4
* Whitespaces :scissors:Rafael Mendonça França2012-01-041-1/+1
* Add test to make sure that add two safe buffers always return a safe bufferRafael Mendonça França2012-01-041-0/+7
* 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-022-0/+8
|\
| * use #to_s to convert Range to jsonSergey Nartimov2012-01-012-0/+8
* | Merge pull request #4252 from lest/deprecate-activesupport-base64José Valim2012-01-027-42/+14
|\ \
| * | remove ActiveSupport::Base64 in favor of ::Base64Sergey Nartimov2012-01-027-42/+14
| |/
* | Merge pull request #4251 from castlerock/rename_ruby_debug_to_ruby_debug19José Valim2012-01-011-1/+1
|\ \
| * | rename ruby-debug to ruby-debug19Vishnu Atrai2012-01-011-1/+1
| |/
* / fix a warning about grouped expressionsVijay Dev2012-01-011-1/+1
|/
* Merge pull request #4248 from andrew/2012Vijay Dev2011-12-312-2/+2
|\
| * Updated copyright notices for 2012Andrew Nesbitt2011-12-312-2/+2
* | 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-302-1/+6
|\ \ \ | |/ / |/| |
| * | refactor Range#include? to handle ranges with floatsSergey Nartimov2011-12-292-1/+6
* | | 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-285-7/+13
|\ \
| * | deprecate Base64.encode64s from AS. Use Base64.strict_encode64 insteadVasiliy Ermolovich2011-12-275-7/+13
* | | 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
|/ /
* | Merge pull request #4195 from castlerock/remove_19_condition_for_GC_ProfilerSantiago Pastorino2011-12-261-9/+6
|\ \
| * | GC::Profiler available in ruby19Vishnu Atrai2011-12-271-9/+6
* | | Merge pull request #4197 from nashby/refactor-range-includeJosé Valim2011-12-261-3/+1
|\ \ \
| * | | refactor Range#include? for range valueVasiliy Ermolovich2011-12-261-3/+1
| |/ /
* / / remove ForClassicTestUnit support for ruby 1.8Vishnu Atrai2011-12-262-112/+2
|/ /
* | remove rexml security fix for rubies 1.8Vasiliy Ermolovich2011-12-262-48/+0
* | Merge pull request #4118 from nashby/remove-file-to-pathXavier Noria2011-12-264-11/+0
|\ \
| * | remove File#to_path aliasVasiliy Ermolovich2011-12-254-11/+0
* | | AS::Callbacks: improved __define_runner performanceBogdan Gusiev2011-12-251-3/+2
|/ /
* | removes the compatibility method Module#method_namesXavier Noria2011-12-254-7/+3
* | removes the compatibility method Module#instance_method_namesXavier Noria2011-12-252-6/+5
* | ::BasicObject always defined in ruby 19Vishnu Atrai2011-12-261-16/+9
* | ruby 1.9 returns method names as symbolsSergey Nartimov2011-12-251-11/+6
* | Module#name returns nil for anonymous class in ruby 1.9Vasiliy Ermolovich2011-12-251-6/+2
* | remove date methods that are present in 1.9 rubySergey Nartimov2011-12-251-20/+0
* | Merge pull request #4183 from nashby/blockless-step-rangeJosé Valim2011-12-251-21/+5
|\ \
| * | remove useless 1.8 ruby code from Range#step, because Range#step without bloc...Vasiliy Ermolovich2011-12-251-21/+5
* | | Merge pull request #4182 from bogdan/non_keyed_callbacksJosé Valim2011-12-251-10/+11
|\ \ \ | |/ / |/| |
| * | AS::Callbacks: improve __define_runner perfomanceBogdan Gusiev2011-12-251-10/+11