aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Change all `MiniTest` to `Minitest` since, `MiniTest` namespace has been rena...Vipul A M2013-12-182-5/+5
* | | | | | Unused classes in test caseAkira Matsuda2013-12-191-25/+0
* | | | | | Merge pull request #13367 from abhishekjain16/new_branchYves Senn2013-12-181-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | change to DateTime.civil_from_format from DateTime.civil_from_fromat in chang...abhishek2013-12-181-1/+1
* | | | | | Get ready to release 4.1.0.beta1David Heinemeier Hansson2013-12-171-1/+1
* | | | | | Merge pull request #13346 from chancancode/release_notes_etcYves Senn2013-12-171-1/+1
|\ \ \ \ \ \
| * | | | | | Some assorted fixes for the 4.1 release notes:Godfrey Chan2013-12-171-1/+1
* | | | | | | Merge pull request #13341 from carlosantoniodasilva/ca-i18nCarlos Antonio da Silva2013-12-174-10/+27
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Require I18n >= 0.6.9Carlos Antonio da Silva2013-12-171-1/+1
| * | | | | | Add changelog and upgrading notice related to I18n enforce_available_locales ...Carlos Antonio da Silva2013-12-171-5/+13
| * | | | | | Disable available locales checks to avoid warnings running the testsCarlos Antonio da Silva2013-12-171-0/+3
| * | | | | | Default I18n.enforce_available_locales to trueCarlos Antonio da Silva2013-12-171-4/+10
* | | | | | | concern doesn't include the module automaticallyRafael Mendonça França2013-12-171-1/+0
|/ / / / / /
* | | | | | Fix indent on AS changelog [ci skip]Carlos Antonio da Silva2013-12-171-18/+18
* | | | | | Introduce Module#concerningJeremy Kemper2013-12-174-0/+219
* | | | | | Merge pull request #13321 from mezis/fix-safebuffer-interpolation-masterJeremy Kemper2013-12-162-7/+37
|\ \ \ \ \ \
| * | | | | | Fixes interpolation on SafeBufferJulien Letessier2013-12-142-7/+37
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #13307 from akshay-vishnoi/typoRafael Mendonça França2013-12-151-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Spelling and Grammar check [ci skip]Akshay Vishnoi2013-12-161-2/+2
* | | | | Perf: save ~9% of object allocations on heavy requests.Jeremy Kemper2013-12-121-2/+5
* | | | | Merge pull request #13229 from vipulnsward/fix-10635-testsRafael Mendonça França2013-12-122-2/+17
|\ \ \ \ \
| * | | | | PR #10635 introduces rescue from ArgumentError thrown by `Base64.strict_decod...Vipul A M2013-12-122-2/+17
* | | | | | Copy-edit the parent commitRafael Mendonça França2013-12-121-6/+8
* | | | | | Merge pull request #13268 from aayushkhandelwal11/masterRafael Mendonça França2013-12-121-22/+16
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Moving the common code of increment and decrement of cache file store into se...Aayush khandelwal2013-12-121-22/+16
* | | | | | Changelog improvements [ci skip]Carlos Antonio da Silva2013-12-121-1/+1
* | | | | | Merge pull request #13287 from aayushkhandelwal11/typo_rectifiedYves Senn2013-12-111-3/+3
|\ \ \ \ \ \
| * | | | | | typos rectified lifecycle => life cycleAayush khandelwal2013-12-121-3/+3
| |/ / / / /
* | | | | | JSON: speed up date/time encodingJeremy Kemper2013-12-111-24/+19
* | | | | | Merge pull request #13284 from aayushkhandelwal11/typos_correctedGodfrey Chan2013-12-111-1/+1
|\ \ \ \ \ \
| * | | | | | typos rectified [ci skip]Aayush khandelwal2013-12-121-1/+1
| |/ / / / /
* | | | | | Remove not necessary file, move constants to the file they are usedCarlos Antonio da Silva2013-12-113-8/+8
* | | | | | Nodoc missing number helper classes in AS [ci skip]Carlos Antonio da Silva2013-12-113-4/+2
* | | | | | typo rectified [skip ci]Aayush khandelwal2013-12-112-2/+2
|/ / / / /
* | | | | Merge pull request #13260 from arunagw/using-parallelize_meAaron Patterson2013-12-101-6/+3
|\ \ \ \ \
| * | | | | Using parallelize_me! to parallelize isolated testArun Agrawal2013-12-101-6/+3
* | | | | | Replace with gsub! in ActiveSupport::Inflector.Elben Shira2013-12-101-1/+2
* | | | | | make `collect_deprecations` available.Yves Senn2013-12-101-11/+10
* | | | | | doc: date/conversions.rb should talk about date format not time format.Yves Senn2013-12-101-2/+2
|/ / / / /
* / / / / Upgrade minitest versionGodfrey Chan2013-12-081-1/+1
|/ / / /
* | | | Merge pull request #13213 from arunagw/aa-minitest-version-fixAaron Patterson2013-12-061-1/+1
|\ \ \ \
| * | | | Minitest upgrade broke buildArun Agrawal2013-12-061-1/+1
* | | | | better error message for constants autoloaded from anonymous modules [fixes #...Xavier Noria2013-12-062-24/+22
* | | | | Merge pull request #10635 from vipulnsward/change_to_strictJeremy Kemper2013-12-063-5/+20
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Use `Base.strict_decode64` instead of `Base.decode64` just as we do in encoding;Vipul A M2013-05-163-5/+20
| | |_|/ | |/| |
* | | | Fix issue with Kernel#silence_stream leaking file descriptorsMario Visic2013-12-063-0/+21
* | | | set `i18n.enforce_available_locales` before `i18n.default_locale`.Yves Senn2013-12-052-0/+10
* | | | Review json_escape docs [ci skip]Carlos Antonio da Silva2013-12-041-22/+22
* | | | Also move html_esacpe regex to a constant (see 9d25af60)Godfrey Chan2013-12-041-1/+2
* | | | Added \u2028 \u2029 to json_escapeGodfrey Chan2013-12-041-5/+7