aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* 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 refactorBogdan Gusiev2011-11-151-58/+62
* | Merge pull request #4322 from castlerock/minitest_pendingJosé Valim2012-01-051-33/+1
|\ \
| * | ActiveSupport::Testing::Pending support for MiniTest onlyVishnu Atrai2012-01-051-33/+1
* | | Merge pull request #4332 from norman/multibyteJosé Valim2012-01-058-355/+73
|\ \ \
| * | | 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
| * | | 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-052-46/+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-052-12/+6
| |\ \ \
| | * | | refactor AS::Multibyte::CharsSergey Nartimov2012-01-052-40/+6
| | |/ /
| * | | Make return value from bang methods match Ruby docsNorman Clarke2012-01-052-6/+12
| * | | 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
| * | | Fix incorrect behavior specified in test.Norman Clarke2012-01-051-1/+1
| |/ /
* | | Moved all the logger methods to active support loggerKarunakar (Ruby)2012-01-062-3/+2
* | | Merge pull request #4304 from lest/refactor-truncateAaron Patterson2012-01-051-6/+5
|\ \ \
| * | | refactor String#truncate not to use mb_charsSergey Nartimov2012-01-041-6/+5
* | | | Merge pull request #4316 from wrozka/time_advance_nsecAaron Patterson2012-01-052-1/+6
|\ \ \ \
| * | | | Nano seconds fraction of time is copied properly in Time#advancePawel Pierzchala2012-01-052-1/+6
* | | | | Merge pull request #4320 from castlerock/include_only_minitestSantiago Pastorino2012-01-051-29/+1
|\ \ \ \ \
| * | | | | support only MiniTest run with Isolation test Vishnu Atrai2012-01-051-29/+1
| | |_|/ / | |/| | |
* / | | | parse only minitest results in isolation test Vishnu Atrai2012-01-051-21/+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-046-69/+9
|\ \ \
| * | | No need to require psych since require yaml does that.Rafael Mendonça França2012-01-042-2/+0
| * | | 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-044-29/+12
| * | | 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
|/ / /
* | | 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
|\ \