aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | simplify some TaggedLogging methodsSergey Nartimov2012-01-181-2/+2
| | | | | | |
* | | | | | | remove unused requiresSergey Nartimov2012-01-182-5/+0
| | | | | | |
* | | | | | | AS::Callbacks: Refactor :per_key optionBogdan Gusiev2012-01-171-35/+7
| |_|_|/ / / |/| | | | |
* | | | | | use thread variable in TaggedLoggingSergey Nartimov2012-01-171-3/+2
| |_|_|/ / |/| | | | | | | | | | | | | | previous solution can cause race conditions under GIL-free ruby implementations
* | | | | Merge pull request #4432 from lest/patch-1Santiago Pastorino2012-01-121-28/+0
|\ \ \ \ \ | | | | | | | | | | | | to_date, to_time, and to_datetime Time methods present in ruby 1.9
| * | | | | to_date, to_time, and to_datetime Time methods present in ruby 1.9Sergey Nartimov2012-01-131-28/+0
| | | | | |
* | | | | | warns against using temporary subscribersXavier Noria2012-01-121-0/+4
|/ / / / /
* | | | | deprecates Module#local_constant_namesXavier Noria2012-01-124-4/+23
| | | | |
* | | | | fixes in api docsVijay Dev2012-01-132-3/+3
| | | | |
* | | | | AS::Callbacks: remove unused runnerBogdan Gusiev2012-01-121-16/+3
| | | | |
* | | | | Fix GH #3743. We must specify rdoc option's encoding.kennyj2012-01-121-0/+2
|/ / / /
* | | | Symbol#[] method presents in Ruby 1.9Sergey Nartimov2012-01-072-3/+3
| | | |
* | | | spec class names can possibly be nil in mt/s < 2.6.1, so work around thatAaron Patterson2012-01-061-0/+6
| | | |
* | | | Merge pull request #4360 from rafaelfranca/patch-1Aaron Patterson2012-01-061-7/+7
|\ \ \ \ | | | | | | | | | | Remove more references to Test::Unit
| * | | | Whitespaces :scissors:Rafael Mendonça França2012-01-061-7/+7
| | | | |
* | | | | register spec subclasses for people who specAaron Patterson2012-01-061-1/+7
| | | | |
* | | | | require minitest rather than test/unitAaron Patterson2012-01-063-4/+4
| | | | |
* | | | | backport assert_not_sameAaron Patterson2012-01-061-0/+1
| | | | |
* | | | | require test/unit and sort test orderAaron Patterson2012-01-061-0/+6
| | | | |
* | | | | started converting AS::TestCase to minitestAaron Patterson2012-01-061-2/+12
| | | | |
* | | | | make sure the test case name is nilAaron Patterson2012-01-061-0/+8
|/ / / /
* | | | removing unnecessary requiresAaron Patterson2012-01-065-8/+3
| | | |
* | | | just mix the run method in for minitestAaron Patterson2012-01-061-14/+11
| | | |
* | | | rescue the assertion exceptionAaron Patterson2012-01-061-13/+8
| | | |
* | | | add the class name to the assertion messageAaron Patterson2012-01-061-1/+1
| | | |
* | | | Merge pull request #4358 from castlerock/remove_plus_minus_support_for_ruby18Santiago Pastorino2012-01-061-23/+0
|\ \ \ \ | | | | | | | | | | revert "fixing some tests on ruby 1.9.3"
| * | | | revert "fixing some tests on ruby 1.9.3 SHA 33f222b"Vishnu Atrai2012-01-071-23/+0
| | | | |
* | | | | Remove more references to Test::UnitRafael Mendonça França2012-01-062-20/+1
|/ / / /
* | | | No need to check if MiniTest::Assertions is definedRafael Mendonça França2012-01-061-32/+30
| | | |
* | | | Remove unneeded testsRafael Mendonça França2012-01-062-180/+0
| | | |
* | | | Improve doc consistencyNorman Clarke2012-01-061-3/+3
| | | |
* | | | Implement Chars#swapcase.Norman Clarke2012-01-063-2/+29
| | | |
* | | | Merge pull request #4340 from rafaelfranca/patch-1José Valim2012-01-056-18/+13
|\ \ \ \ | | | | | | | | | | Remove more Array.wrap calls
| * | | | Remove Array.wrap calls in ActiveSupportRafael Mendonça França2012-01-066-18/+13
| | | | |
* | | | | Require ActiveSupport::TestCase form ActiveSupport isolation testsRafael Mendonça França2012-01-061-0/+1
|/ / / /
* | | | use AS::TestCase as the base classAaron Patterson2012-01-0565-103/+103
| | | |
* | | | Merge pull request #3637 from bogdan/compile_optionsJosé Valim2012-01-051-58/+62
|\ \ \ \ | | | | | | | | | | AS::Callbacks::Callback refactor
| * | | | AS::Callbacks::Callback refactorBogdan Gusiev2011-11-151-58/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In order to make Callbacks code always operate on valid peaces of code Concatenated Callback#start and Callback#end method into #apply method.
* | | | | Merge pull request #4322 from castlerock/minitest_pendingJosé Valim2012-01-051-33/+1
|\ \ \ \ \ | | | | | | | | | | | | ActiveSupport::Testing::Pending support for MiniTest only
| * | | | | ActiveSupport::Testing::Pending support for MiniTest onlyVishnu Atrai2012-01-051-33/+1
| | | | | |
* | | | | | Merge pull request #4332 from norman/multibyteJosé Valim2012-01-058-355/+73
|\ \ \ \ \ \ | | | | | | | | | | | | | | Putting AS::Multibyte on a Ruby 1.9 diet
| * | | | | | Use friendlier method nameNorman Clarke2012-01-052-3/+3
| | | | | | |
| * | | | | | Use friendlier method names for upcasing/downcasingNorman Clarke2012-01-052-12/+20
| | | | | | |
| * | | | | | Use more descriptive method namesNorman Clarke2012-01-052-8/+8
| | | | | | |
| * | | | | | Move include to top of class for clarityNorman Clarke2012-01-051-2/+1
| | | | | | |
| * | | | | | Remove unnecessary requires/encoding commentNorman Clarke2012-01-051-3/+0
| | | | | | |
| * | | | | | Replace Unicode.u_unpack with String#codepointsNorman Clarke2012-01-055-38/+5
| | | | | | |
| * | | | | | Remove multibyte utilsNorman Clarke2012-01-053-140/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is neither a public API, nor used internally, so let's remove it.
| * | | | | | Remove "_codepoints" from compose/decomposeNorman Clarke2012-01-052-9/+9
| | | | | | |
| * | | | | | Remove unused code.Norman Clarke2012-01-051-25/+0
| | | | | | |