Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | Improve Module#delegate documentation to tell that delegate don't work with p... | Lauro Caetano | 2013-11-29 | 1 | -0/+2 | |
* | | | | | | | | | Typo fix | Akshay Vishnoi | 2013-11-29 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #13084 from lihanli/series-singularize-fix | Yves Senn | 2013-11-28 | 2 | -4/+6 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | wrap test that changes inflections in with_dup | Lihan Li | 2013-11-28 | 2 | -4/+6 | |
* | | | | | | | | | 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 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Deprecate ActiveSupport::TestCase.describe | Mike Moore | 2013-11-27 | 1 | -5/+12 | |
* | | | | | | | | [ci skip] removed singulars section from classify doc | Greg Molnar | 2013-11-27 | 1 | -4/+0 | |
* | | | | | | | | Merge branch 'deprecate_numeric_since_ago' of https://github.com/chancancode/... | Jeremy Kemper | 2013-11-27 | 4 | -31/+58 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Deprecated Numeric#{ago,until,since,from_now} | Godfrey Chan | 2013-11-26 | 4 | -31/+58 | |
* | | | | | | | | | Requires JSON gem version 1.7.7 or above as it contains an important | Godfrey Chan | 2013-11-26 | 2 | -2/+6 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Be explicit and use the actual unicode sequence | Godfrey Chan | 2013-11-26 | 1 | -1/+1 | |
* | | | | | | | | Process::Status should get a :nodoc: [ci skip] | Godfrey Chan | 2013-11-26 | 1 | -1/+1 | |
* | | | | | | | | Make the JSON encoder pluggable | Godfrey Chan | 2013-11-26 | 1 | -2/+8 | |
* | | | | | | | | Removed the Ruby encoder and switched to using the JSON gem | Godfrey Chan | 2013-11-26 | 3 | -82/+74 | |
* | | | | | | | | Removed support for encoding BigDecimal as a JSON number | Godfrey Chan | 2013-11-26 | 3 | -25/+1 | |
* | | | | | | | | 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 | |
| |_|_|/ / / / |/| | | | | | | ||||||
* | | | | | | | Merge remote-tracking branch 'docrails/master' | Xavier Noria | 2013-11-24 | 12 | -76/+76 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | The option is called encode_big_decimal_as_string [ci-skip] | Godfrey Chan | 2013-11-15 | 1 | -1/+1 | |
| * | | | | | | Change syntax format for example returned values | Prem Sichanugrist | 2013-11-11 | 12 | -79/+79 | |
* | | | | | | | When Array#as_json and Hash#as_json are called without options, they | Godfrey Chan | 2013-11-22 | 2 | -2/+18 | |
* | | | | | | | doc `travel` and `travel_to` stubs are removed in teardown. [ci skip] | Yves Senn | 2013-11-21 | 1 | -4/+4 | |
* | | | | | | | Expand double-negative in String#blank? regex | Aman Gupta | 2013-11-20 | 1 | -1/+1 | |
* | | | | | | | Add `#travel` and `#travel_to` to AS::TestCase | Prem Sichanugrist | 2013-11-20 | 4 | -2/+144 | |
* | | | | | | | rm minitest monkey patch | Aaron Patterson | 2013-11-16 | 1 | -17/+0 | |
* | | | | | | | Unify `cattr_*` interface: allow to pass a block to `cattr_reader`. | Alexey Chernenkov | 2013-11-15 | 3 | -0/+31 | |
* | | | | | | | Improved compatibility with the stdlib JSON gem. | Godfrey Chan | 2013-11-14 | 3 | -3/+80 | |
* | | | | | | | Clean up `require ‘active_support/deprecation’` and remove circular require | Dmitry Vorotilin | 2013-11-14 | 2 | -3/+0 | |
* | | | | | | | Get rid of unused variable | Guillermo Iguaran | 2013-11-14 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #12882 from charliesome/use-rescue-splat-in-suppress | Guillermo Iguaran | 2013-11-13 | 1 | -2/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Use rescue with a splat rather and catching all and filtering | Charlie Somerville | 2013-11-13 | 1 | -2/+1 | |
* | | | | | | | | Merge pull request #12857 from kuldeepaggarwal/f-indentation | Xavier Noria | 2013-11-11 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | updated documentation for Integer | Kuldeep Aggarwal | 2013-11-12 | 1 | -3/+3 | |
* | | | | | | | | | Merge pull request #12854 from kuldeepaggarwal/f-indentation | Rafael Mendonça França | 2013-11-11 | 4 | -14/+18 | |
|\| | | | | | | | | ||||||
| * | | | | | | | | documentation updated for Hashes [ci skip] | KD | 2013-11-11 | 4 | -14/+18 | |
* | | | | | | | | | Merge pull request #12842 from kuldeepaggarwal/array_split | Guillermo Iguaran | 2013-11-11 | 1 | -3/+3 | |
|\| | | | | | | | | ||||||
| * | | | | | | | | Speed up Array#split | KD | 2013-11-11 | 1 | -3/+3 | |
* | | | | | | | | | Merge pull request #12841 from kuldeepaggarwal/in-group-documentation | Yves Senn | 2013-11-10 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Array#in_groups: documentation updated | KD | 2013-11-11 | 1 | -1/+1 | |
* | | | | | | | | | | Merge pull request #12839 from kuldeepaggarwal/array_split | Guillermo Iguaran | 2013-11-10 | 2 | -8/+14 | |
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | Array#split preserving the calling array | KD | 2013-11-11 | 2 | -8/+14 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Update tzinfo dependency to ~> 1.1 | Erik Michaels-Ober | 2013-11-10 | 1 | -1/+1 | |
* | | | | | | | | | Use the method provided by minitest to make tests order dependent | Guillermo Iguaran | 2013-11-09 | 1 | -4/+2 | |
|/ / / / / / / / | ||||||
* | / / / / / / | 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 | 5 | -7/+12 | |
* | | | | | | | Merge pull request #12771 from bogdan/patch-1 | Yves Senn | 2013-11-07 | 1 | -4/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix AS::TimeWithZone#as_json docs | Bogdan Gusiev | 2013-11-07 | 1 | -4/+4 | |
* | | | | | | | | Move the JSON extension require statements to the right place. | Godfrey Chan | 2013-11-06 | 2 | -8/+7 | |
* | | | | | | | | Do not expose internal state in the public encoder API (i.e. as_json) | Godfrey Chan | 2013-11-06 | 4 | -55/+42 |