aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge remote-tracking branch 'origin/master'Rafael Mendonça França2013-12-022-2/+2
|\ \ \
| * | | Remove deprecated cattr_* requiresGenadi Samokovarov2013-12-032-2/+2
* | | | :sicssors:Rafael Mendonça França2013-12-028-15/+2
* | | | Options are not optionalRafael Mendonça França2013-12-021-2/+2
* | | | Make execute priave APIRafael Mendonça França2013-12-027-12/+16
* | | | Make load of NumberHelper thread safeRafael Mendonça França2013-12-029-26/+18
* | | | Merge pull request #10996 from mattdbridges/number-helper-refactorRafael Mendonça França2013-12-029-306/+533
|\ \ \ \ | |/ / / |/| | |
| * | | Extract ActiveSupport::NumberHelper methods to classesMatt Bridges2013-07-019-308/+533
* | | | Unify cattr and mattr accessors declarationsGenadi Samokovarov2013-12-023-195/+165
* | | | added missing requireDaniel Harrington2013-12-021-0/+1
| |/ / |/| |
* | | EscapedString is also private API [ci skip]Godfrey Chan2013-12-011-1/+1
* | | Merge pull request #11796 from thedarkone/time-zone-thread-safetyGuillermo Iguaran2013-11-301-13/+7
|\ \ \
| * | | Remove AS::TZ.lookup(name).thedarkone2013-08-071-5/+1
| * | | Unify AS::TZ's lazy init maps.thedarkone2013-08-071-9/+5
| * | | Use TS::Cache instead plain Hash in TimeZone.thedarkone2013-08-071-5/+7
* | | | Merge pull request #13055 from dmitriy-kiriyenko/fix-segmentation-fault-it-ru...Rafael Mendonça França2013-11-301-0/+8
|\ \ \ \
| * | | | Fix segmentation fault in Ruby 2.0.0-p353.Dmitriy Kiriyenko2013-11-301-0/+8
* | | | | Merge pull request #13111 from akshay-vishnoi/typoCarlos Antonio da Silva2013-11-301-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Typo fixes [ci skip]Akshay Vishnoi2013-11-301-2/+2
* | | | | Improve Module#delegate documentation to tell that delegate don't work with p...Lauro Caetano2013-11-291-0/+2
|/ / / /
* | | | Deprecate ActiveSupport::TestCase.describeMike Moore2013-11-271-5/+12
* | | | [ci skip] removed singulars section from classify docGreg Molnar2013-11-271-4/+0
* | | | Deprecated Numeric#{ago,until,since,from_now}Godfrey Chan2013-11-261-0/+2
* | | | Process::Status should get a :nodoc: [ci skip]Godfrey Chan2013-11-261-1/+1