aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Rename variable that holds whether or not the class should validate a float n...Carlos Antonio da Silva2013-12-035-9/+9
* | Changelog improvements [ci skip]Carlos Antonio da Silva2013-12-031-1/+1
* | Added Date#all_week/month/quarter/year for generating date rangesDimko2013-12-034-21/+42
* | Add support for localized date referencesColin Bartlett2013-12-033-0/+39
* | Use travel_to convention in existing testColin Bartlett2013-12-031-4/+4
* | Tidy up previous commit, fix message assertion and improve testsCarlos Antonio da Silva2013-12-032-2/+9
* | Modify the Hash#assert_valid_keys error message so that it shows the valid ke...Nerian2013-12-033-4/+9
* | Merge pull request #13060 from chancancode/change_log_for_json_refactorCarlos Antonio da Silva2013-12-023-0/+59
|\ \