| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #13911 from davidcelis/remove-bigdecimal-serialization | Rafael Mendonça França | 2014-02-01 | 1 | -1/+9 |
|\ |
|
| * | Don't require BigDecimal serialization extension | David Celis | 2014-02-01 | 1 | -0/+8 |
* | | Merge pull request #12769 from birkirb/master | Rafael Mendonça França | 2014-02-01 | 1 | -0/+7 |
|\ \
| |/
|/| |
|
| * | Fix breakage in XmlMini | Birkir A. Barkarson | 2013-12-23 | 1 | -0/+7 |
* | | Maintain the current timezone in wrap_with_time_zone | Andrew White | 2014-01-31 | 1 | -0/+9 |
* | | Remove automatic removal of Date/Time stubs after each test case | Rafael Mendonça França | 2014-01-30 | 1 | -0/+8 |
* | | Add `travel_back` to remove stubs from `travel` and `travel_to` | Rafael Mendonça França | 2014-01-30 | 1 | -0/+4 |
* | | tidy CHANGELOGs [ci skip] | Yves Senn | 2014-01-30 | 1 | -2/+2 |
* | | Fix documentation of new controller filters api [ci skip] | Kassio Borges | 2014-01-29 | 1 | -0/+7 |
* | | Add CHANGELOG entry for #11464 | Andrew White | 2014-01-26 | 1 | -0/+9 |
* | | Maintain current timezone when changing time during DST overlap | Andrew White | 2014-01-26 | 1 | -0/+12 |
* | | Adding Hash#compact and Hash#compact! methods | tinogomes | 2014-01-09 | 1 | -0/+4 |
* | | Fix typo in AS changelog, improve highlight [ci skip] | Carlos Antonio da Silva | 2014-01-06 | 1 | -2/+2 |
* | | quick formatting pass through CHANGELOGS. [ci skip]. | Yves Senn | 2014-01-06 | 1 | -10/+15 |
* | | Add CHANGELOG entry for #10634 [ci skip] | Andrew White | 2014-01-05 | 1 | -0/+17 |
* | | Raise if MemCacheStore doenst receive a Dalli obj | Arthur Neves | 2014-01-03 | 1 | -0/+4 |
* | | Don't lazy load the tzinfo library | Andrew White | 2014-01-01 | 1 | -0/+6 |
* | | Avoid raising a NameError on FreeBSD using Date | Robin Dupret | 2014-01-01 | 1 | -0/+5 |
* | | blank? and present? commit to return singletons [Xavier Noria & Pavel Pravosud] | Xavier Noria | 2013-12-28 | 1 | -0/+4 |
* | | Fix AS::NumberHelper results with large precisions | Kenta Murata & Akira Matsuda | 2013-12-20 | 1 | -0/+11 |
* | | Merge pull request #13367 from abhishekjain16/new_branch | Yves Senn | 2013-12-18 | 1 | -1/+1 |
|\ \ |
|
| * | | change to DateTime.civil_from_format from DateTime.civil_from_fromat in chang... | abhishek | 2013-12-18 | 1 | -1/+1 |
* | | | Add changelog and upgrading notice related to I18n enforce_available_locales ... | Carlos Antonio da Silva | 2013-12-17 | 1 | -5/+13 |
* | | | Fix indent on AS changelog [ci skip] | Carlos Antonio da Silva | 2013-12-17 | 1 | -18/+18 |
* | | | Introduce Module#concerning | Jeremy Kemper | 2013-12-17 | 1 | -0/+47 |
* | | | Changelog improvements [ci skip] | Carlos Antonio da Silva | 2013-12-12 | 1 | -1/+1 |
* | | | Fix issue with Kernel#silence_stream leaking file descriptors | Mario Visic | 2013-12-06 | 1 | -0/+4 |
* | | | set `i18n.enforce_available_locales` before `i18n.default_locale`. | Yves Senn | 2013-12-05 | 1 | -0/+5 |
* | | | Backfilled CHANGELOG for AS::JSON::Variable removal (6f3e01e8) [ci skip] | Godfrey Chan | 2013-12-03 | 1 | -0/+4 |
* | | | Changelog improvements [ci skip] | Carlos Antonio da Silva | 2013-12-03 | 1 | -1/+1 |
* | | | Added Date#all_week/month/quarter/year for generating date ranges | Dimko | 2013-12-03 | 1 | -0/+4 |
* | | | Add support for localized date references | Colin Bartlett | 2013-12-03 | 1 | -0/+7 |
* | | | Modify the Hash#assert_valid_keys error message so that it shows the valid ke... | Nerian | 2013-12-03 | 1 | -0/+5 |
* | | | 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 |
| |/ / |
|
* / / | Unify cattr and mattr accessors declarations | Genadi Samokovarov | 2013-12-02 | 1 | -0/+7 |
|/ / |
|
* | | first pass through CHANGELOGS to extract 4_1_release_notes. [ci skip] | Yves Senn | 2013-11-28 | 1 | -9/+11 |
* | | remove duplicate sentence from AS changelog. [ci skip]. | Yves Senn | 2013-11-28 | 1 | -2/+1 |
* | | Merge branch 'deprecate_numeric_since_ago' of https://github.com/chancancode/... | Jeremy Kemper | 2013-11-27 | 1 | -0/+17 |
|\ \ |
|
| * | | Deprecated Numeric#{ago,until,since,from_now} | Godfrey Chan | 2013-11-26 | 1 | -0/+17 |
| |/ |
|
* / | Requires JSON gem version 1.7.7 or above as it contains an important | Godfrey Chan | 2013-11-26 | 1 | -0/+4 |
|/ |
|
* | Add `#travel` and `#travel_to` to AS::TestCase | Prem Sichanugrist | 2013-11-20 | 1 | -0/+39 |
* | Unify `cattr_*` interface: allow to pass a block to `cattr_reader`. | Alexey Chernenkov | 2013-11-15 | 1 | -0/+11 |
* | Improved compatibility with the stdlib JSON gem. | Godfrey Chan | 2013-11-14 | 1 | -0/+14 |
* | Improve changelogs formatting [ci skip] | Carlos Antonio da Silva | 2013-11-09 | 1 | -8/+8 |
* | Standardize all JSON encoded times to use 3 decimal fractional seconds | Ryan Glover | 2013-11-07 | 1 | -0/+5 |
* | Do not expose internal state in the public encoder API (i.e. as_json) | Godfrey Chan | 2013-11-06 | 1 | -0/+5 |
* | Add +capitalize+ option to Inflector.humanize | claudiob | 2013-11-06 | 1 | -0/+7 |
* | Fix AS changelog indent, remove tabs and extra spaces [ci skip] | Carlos Antonio da Silva | 2013-11-06 | 1 | -2/+2 |
* | Fixed Object#as_json and Struct#as_json with options | Godfrey Chan | 2013-11-05 | 1 | -0/+10 |