| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove not necessary file, move constants to the file they are used | Carlos Antonio da Silva | 2013-12-11 | 3 | -8/+8 |
* | better error message for constants autoloaded from anonymous modules [fixes #... | Xavier Noria | 2013-12-06 | 1 | -17/+9 |
* | Merge pull request #10635 from vipulnsward/change_to_strict | Jeremy Kemper | 2013-12-06 | 1 | -1/+12 |
|\ |
|
| * | Use `Base.strict_decode64` instead of `Base.decode64` just as we do in encoding; | Vipul A M | 2013-05-16 | 1 | -1/+12 |
* | | Fix issue with Kernel#silence_stream leaking file descriptors | Mario Visic | 2013-12-06 | 1 | -0/+16 |
* | | removed duplicate test case | Kuldeep Aggarwal | 2013-12-04 | 1 | -1/+0 |
* | | Added Date#all_week/month/quarter/year for generating date ranges | Dimko | 2013-12-03 | 1 | -0/+17 |
* | | Add support for localized date references | Colin Bartlett | 2013-12-03 | 1 | -0/+22 |
* | | Use travel_to convention in existing test | Colin Bartlett | 2013-12-03 | 1 | -4/+4 |
* | | Tidy up previous commit, fix message assertion and improve tests | Carlos Antonio da Silva | 2013-12-03 | 1 | -1/+6 |
* | | Modify the Hash#assert_valid_keys error message so that it shows the valid ke... | Nerian | 2013-12-03 | 1 | -1/+1 |
* | | Merge pull request #13060 from chancancode/change_log_for_json_refactor | Carlos Antonio da Silva | 2013-12-02 | 1 | -0/+16 |
|\ \ |
|
| * | | Added back the `encode_big_decimal_as_string` option with warning | Godfrey Chan | 2013-12-02 | 1 | -0/+16 |
* | | | Merge pull request #10996 from mattdbridges/number-helper-refactor | Rafael Mendonça França | 2013-12-02 | 1 | -6/+0 |
|\ \ \ |
|
| * | | | Extract ActiveSupport::NumberHelper methods to classes | Matt Bridges | 2013-07-01 | 1 | -6/+0 |
* | | | | Merge pull request #11197 from gsamokovarov/unify-mattr-cattr | Guillermo Iguaran | 2013-12-02 | 2 | -74/+22 |
|\ \ \ \ |
|
| * | | | | Unify cattr and mattr accessors declarations | Genadi Samokovarov | 2013-12-02 | 2 | -74/+22 |
| | |/ /
| |/| | |
|
* / | | | :scissors: | Rafael Mendonça França | 2013-12-02 | 1 | -4/+4 |
|/ / / |
|
* | | | Fix segmentation fault in Ruby 2.0.0-p353. | Dmitriy Kiriyenko | 2013-11-30 | 1 | -0/+5 |
* | | | Typo fix | Akshay Vishnoi | 2013-11-29 | 1 | -1/+1 |
* | | | wrap test that changes inflections in with_dup | Lihan Li | 2013-11-28 | 2 | -4/+6 |
* | | | Deprecated Numeric#{ago,until,since,from_now} | Godfrey Chan | 2013-11-26 | 2 | -31/+39 |
* | | | Be explicit and use the actual unicode sequence | Godfrey Chan | 2013-11-26 | 1 | -1/+1 |
* | | | Removed the Ruby encoder and switched to using the JSON gem | Godfrey Chan | 2013-11-26 | 1 | -2/+2 |
* | | | Removed support for encoding BigDecimal as a JSON number | Godfrey Chan | 2013-11-26 | 1 | -11/+0 |
* | | | Expanded coverage on JSON encoding | Godfrey Chan | 2013-11-26 | 1 | -2/+12 |
* | | | Added some failing tests where the JSON encoder is not resolving as_json corr... | Godfrey Chan | 2013-11-26 | 1 | -2/+12 |
* | | | When Array#as_json and Hash#as_json are called without options, they | Godfrey Chan | 2013-11-22 | 1 | -0/+16 |
* | | | Add `#travel` and `#travel_to` to AS::TestCase | Prem Sichanugrist | 2013-11-20 | 1 | -2/+48 |
* | | | Unify `cattr_*` interface: allow to pass a block to `cattr_reader`. | Alexey Chernenkov | 2013-11-15 | 1 | -0/+9 |
* | | | Improved compatibility with the stdlib JSON gem. | Godfrey Chan | 2013-11-14 | 1 | -0/+45 |
* | | | Array#split preserving the calling array | KD | 2013-11-11 | 1 | -6/+12 |
* | | | Standardize all JSON encoded times to use 3 decimal fractional seconds | Ryan Glover | 2013-11-07 | 3 | -5/+5 |
* | | | Do not expose internal state in the public encoder API (i.e. as_json) | Godfrey Chan | 2013-11-06 | 1 | -3/+9 |
* | | | Add +capitalize+ option to Inflector.humanize | claudiob | 2013-11-06 | 3 | -1/+19 |
* | | | Eliminate `JSON.{parse,load,generate,dump}` and `def to_json` | Godfrey Chan | 2013-11-05 | 1 | -4/+4 |
* | | | Fixed Object#as_json and Struct#as_json with options | Godfrey Chan | 2013-11-05 | 1 | -2/+27 |
* | | | Added Numeric#in_milliseconds, like 1.hour.in_milliseconds, so we can feed th... | David Heinemeier Hansson | 2013-11-02 | 1 | -0/+4 |
* | | | Raise an error when AS::JSON.decode is called with options | Godfrey Chan | 2013-10-30 | 1 | -4/+2 |
* | | | Merge pull request #12203 from chancancode/eager_load_json | Jeremy Kemper | 2013-10-30 | 3 | -1/+18 |
|\ \ \ |
|
| * | | | Moved all JSON core extensions into core_ext/object/json | Godfrey Chan | 2013-09-13 | 3 | -1/+18 |
* | | | | Merge pull request #11785 from grosser/grosser/file-unless-exist | Rafael Mendonça França | 2013-10-28 | 1 | -0/+7 |
|\ \ \ \ |
|
| * | | | | support :unless_exist for FileCache | grosser | 2013-08-30 | 1 | -0/+7 |
* | | | | | Improve the test code for #8422 | Rafael Mendonça França | 2013-10-24 | 1 | -4/+4 |
* | | | | | Merge pull request #8491 from igagnidz/master | Rafael Mendonça França | 2013-10-24 | 1 | -0/+10 |
|\ \ \ \ \ |
|
| * | | | | | Added test to ensure that DescendantsTracker does not leak memory on singleto... | Iuri Gagnidze | 2012-12-09 | 1 | -0/+10 |
* | | | | | | slice! should not remove default hash value/proc | Antonio Santos | 2013-10-24 | 1 | -0/+18 |
* | | | | | | `$SAFE = 4;` has been removed with Ruby 2.1 | Vipul A M | 2013-10-14 | 1 | -13/+0 |
* | | | | | | Revert "Merge pull request #12480 from iwiznia/master" | Jeremy Kemper | 2013-10-11 | 1 | -15/+0 |
* | | | | | | flatten and flatten! methods for ActiveSupport::Duration | Ionatan Wiznia | 2013-10-11 | 1 | -0/+15 |