Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | typo rectified [skip ci] | Aayush khandelwal | 2013-12-11 | 2 | -2/+2 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #13260 from arunagw/using-parallelize_me | Aaron Patterson | 2013-12-10 | 1 | -6/+3 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Using parallelize_me! to parallelize isolated test | Arun Agrawal | 2013-12-10 | 1 | -6/+3 | |
| |/ / / / / | ||||||
* | | | | | | Replace with gsub! in ActiveSupport::Inflector. | Elben Shira | 2013-12-10 | 1 | -1/+2 | |
* | | | | | | make `collect_deprecations` available. | Yves Senn | 2013-12-10 | 1 | -11/+10 | |
* | | | | | | doc: date/conversions.rb should talk about date format not time format. | Yves Senn | 2013-12-10 | 1 | -2/+2 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #13213 from arunagw/aa-minitest-version-fix | Aaron Patterson | 2013-12-06 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Minitest upgrade broke build | Arun Agrawal | 2013-12-06 | 1 | -1/+1 | |
* | | | | | | better error message for constants autoloaded from anonymous modules [fixes #... | Xavier Noria | 2013-12-06 | 1 | -7/+13 | |
* | | | | | | Merge pull request #10635 from vipulnsward/change_to_strict | Jeremy Kemper | 2013-12-06 | 2 | -4/+8 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Use `Base.strict_decode64` instead of `Base.decode64` just as we do in encoding; | Vipul A M | 2013-05-16 | 2 | -4/+8 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Fix issue with Kernel#silence_stream leaking file descriptors | Mario Visic | 2013-12-06 | 1 | -0/+1 | |
* | | | | | set `i18n.enforce_available_locales` before `i18n.default_locale`. | Yves Senn | 2013-12-05 | 1 | -0/+5 | |
* | | | | | Review json_escape docs [ci skip] | Carlos Antonio da Silva | 2013-12-04 | 1 | -22/+22 | |
* | | | | | Also move html_esacpe regex to a constant (see 9d25af60) | Godfrey Chan | 2013-12-04 | 1 | -1/+2 | |
* | | | | | Added \u2028 \u2029 to json_escape | Godfrey Chan | 2013-12-04 | 1 | -5/+7 | |
* | | | | | Use lower case letters in unicodes sequences to match the new encoder's output | Godfrey Chan | 2013-12-04 | 1 | -1/+1 | |
* | | | | | Fixed a long-standing bug in `json_escape` that strips quotation marks | Godfrey Chan | 2013-12-04 | 1 | -12/+49 | |
* | | | | | Remove earlier return in favor of conditional | Carlos Antonio da Silva | 2013-12-03 | 1 | -6/+9 | |
* | | | | | Change delimiter check order: first check if it is present | Carlos Antonio da Silva | 2013-12-03 | 1 | -3/+3 | |
* | | | | | Make both conversion methods work similarly | Carlos Antonio da Silva | 2013-12-03 | 1 | -1/+2 | |
* | | | | | Remove useless empty string | Carlos Antonio da Silva | 2013-12-03 | 1 | -2/+1 | |
* | | | | | No need for #tap | Carlos Antonio da Silva | 2013-12-03 | 1 | -4/+3 | |
* | | | | | Avoid a hash creation since defaults is a new hash already | Carlos Antonio da Silva | 2013-12-03 | 1 | -1/+1 | |
* | | | | | Stop using local variables everywhere, make use of the reader | Carlos Antonio da Silva | 2013-12-03 | 6 | -20/+20 | |
* | | | | | Refactor to avoid earlier returns | Carlos Antonio da Silva | 2013-12-03 | 1 | -5/+9 | |
* | | | | | Rename variable that holds whether or not the class should validate a float n... | Carlos Antonio da Silva | 2013-12-03 | 5 | -9/+9 | |
* | | | | | Added Date#all_week/month/quarter/year for generating date ranges | Dimko | 2013-12-03 | 2 | -21/+21 | |
* | | | | | Add support for localized date references | Colin Bartlett | 2013-12-03 | 1 | -0/+10 | |
* | | | | | Tidy up previous commit, fix message assertion and improve tests | Carlos Antonio da Silva | 2013-12-03 | 1 | -1/+3 | |
* | | | | | Modify the Hash#assert_valid_keys error message so that it shows the valid ke... | Nerian | 2013-12-03 | 1 | -3/+3 | |
* | | | | | Merge pull request #13060 from chancancode/change_log_for_json_refactor | Carlos Antonio da Silva | 2013-12-02 | 1 | -0/+27 | |
|\ \ \ \ \ | ||||||
| * | | | | | Added back the `encode_big_decimal_as_string` option with warning | Godfrey Chan | 2013-12-02 | 1 | -0/+27 | |
* | | | | | | Avoid generating more strings while iterating to create methods | Carlos Antonio da Silva | 2013-12-02 | 1 | -1/+1 | |
* | | | | | | Merge remote-tracking branch 'origin/master' | Rafael Mendonça França | 2013-12-02 | 2 | -2/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Remove deprecated cattr_* requires | Genadi Samokovarov | 2013-12-03 | 2 | -2/+2 | |
* | | | | | | | :sicssors: | Rafael Mendonça França | 2013-12-02 | 8 | -15/+2 | |
* | | | | | | | Options are not optional | Rafael Mendonça França | 2013-12-02 | 1 | -2/+2 | |
* | | | | | | | Make execute priave API | Rafael Mendonça França | 2013-12-02 | 7 | -12/+16 | |
* | | | | | | | Make load of NumberHelper thread safe | Rafael Mendonça França | 2013-12-02 | 8 | -26/+11 | |
* | | | | | | | Merge pull request #10996 from mattdbridges/number-helper-refactor | Rafael Mendonça França | 2013-12-02 | 9 | -306/+533 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Extract ActiveSupport::NumberHelper methods to classes | Matt Bridges | 2013-07-01 | 9 | -308/+533 | |
* | | | | | | | Unify cattr and mattr accessors declarations | Genadi Samokovarov | 2013-12-02 | 3 | -195/+165 | |
* | | | | | | | added missing require | Daniel Harrington | 2013-12-02 | 1 | -0/+1 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | EscapedString is also private API [ci skip] | Godfrey Chan | 2013-12-01 | 1 | -1/+1 | |
* | | | | | | Merge pull request #11796 from thedarkone/time-zone-thread-safety | Guillermo Iguaran | 2013-11-30 | 1 | -13/+7 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Remove AS::TZ.lookup(name). | thedarkone | 2013-08-07 | 1 | -5/+1 | |
| * | | | | | | Unify AS::TZ's lazy init maps. | thedarkone | 2013-08-07 | 1 | -9/+5 | |
| * | | | | | | Use TS::Cache instead plain Hash in TimeZone. | thedarkone | 2013-08-07 | 1 | -5/+7 | |
* | | | | | | | Merge pull request #13055 from dmitriy-kiriyenko/fix-segmentation-fault-it-ru... | Rafael Mendonça França | 2013-11-30 | 1 | -0/+8 | |
|\ \ \ \ \ \ \ |