aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | 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
* | | | Use lower case letters in unicodes sequences to match the new encoder's outputGodfrey Chan2013-12-041-1/+1
* | | | Fixed a long-standing bug in `json_escape` that strips quotation marksGodfrey Chan2013-12-041-12/+49
* | | | removed duplicate test caseKuldeep Aggarwal2013-12-041-1/+0
* | | | Backfilled CHANGELOG for AS::JSON::Variable removal (6f3e01e8) [ci skip]Godfrey Chan2013-12-031-0/+4
* | | | Remove earlier return in favor of conditionalCarlos Antonio da Silva2013-12-031-6/+9
* | | | Change delimiter check order: first check if it is presentCarlos Antonio da Silva2013-12-031-3/+3
* | | | Make both conversion methods work similarlyCarlos Antonio da Silva2013-12-031-1/+2
* | | | Remove useless empty stringCarlos Antonio da Silva2013-12-031-2/+1
* | | | No need for #tapCarlos Antonio da Silva2013-12-031-4/+3
* | | | Avoid a hash creation since defaults is a new hash alreadyCarlos Antonio da Silva2013-12-031-1/+1
* | | | Stop using local variables everywhere, make use of the readerCarlos Antonio da Silva2013-12-036-20/+20
* | | | Refactor to avoid earlier returnsCarlos Antonio da Silva2013-12-031-5/+9