aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13321 from mezis/fix-safebuffer-interpolation-masterJeremy Kemper2013-12-161-7/+12
|\
| * Fixes interpolation on SafeBufferJulien Letessier2013-12-141-7/+12
* | 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-121-2/+3
|\ \
| * | PR #10635 introduces rescue from ArgumentError thrown by `Base64.strict_decod...Vipul A M2013-12-121-2/+3
* | | 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
* | | 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
| |/ /
* | | 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
|/
* 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-061-7/+13
* | Merge pull request #10635 from vipulnsward/change_to_strictJeremy Kemper2013-12-062-4/+8
|\ \ | |/ |/|
| * Use `Base.strict_decode64` instead of `Base.decode64` just as we do in encoding;Vipul A M2013-05-162-4/+8
* | Fix issue with Kernel#silence_stream leaking file descriptorsMario Visic2013-12-061-0/+1
* | set `i18n.enforce_available_locales` before `i18n.default_locale`.Yves Senn2013-12-051-0/+5
* | 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
* | 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
* | Rename variable that holds whether or not the class should validate a float n...Carlos Antonio da Silva2013-12-035-9/+9
* | Added Date#all_week/month/quarter/year for generating date rangesDimko2013-12-032-21/+21
* | Add support for localized date referencesColin Bartlett2013-12-031-0/+10
* | Tidy up previous commit, fix message assertion and improve testsCarlos Antonio da Silva2013-12-031-1/+3
* | Modify the Hash#assert_valid_keys error message so that it shows the valid ke...Nerian2013-12-031-3/+3
* | Merge pull request #13060 from chancancode/change_log_for_json_refactorCarlos Antonio da Silva2013-12-021-0/+27
|\ \
| * | Added back the `encode_big_decimal_as_string` option with warningGodfrey Chan2013-12-021-0/+27
* | | Avoid generating more strings while iterating to create methodsCarlos Antonio da Silva2013-12-021-1/+1