| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 | -0/+4 |
* | Merge pull request #11785 from grosser/grosser/file-unless-exist | Rafael Mendonça França | 2013-10-28 | 1 | -0/+4 |
|\ |
|
| * | support :unless_exist for FileCache | grosser | 2013-08-30 | 1 | -0/+4 |
* | | slice! should not remove default hash value/proc | Antonio Santos | 2013-10-24 | 1 | -0/+4 |
* | | Fix code blocks identation on AR and AS CHANGELOGs | Lucas Mazza | 2013-10-16 | 1 | -6/+6 |
* | | Revert "Merge pull request #12480 from iwiznia/master" | Jeremy Kemper | 2013-10-11 | 1 | -7/+0 |
* | | flatten and flatten! methods for ActiveSupport::Duration | Ionatan Wiznia | 2013-10-11 | 1 | -0/+7 |
* | | registers 0b0beb7 in the CHANGELOG [ci skip] | Xavier Noria | 2013-10-01 | 1 | -0/+5 |
* | | Changelog entry for pr #11474 | Bogdan Gusiev | 2013-09-23 | 1 | -0/+5 |
* | | Allow attaching to AS::Notifications namespace up front | Daniel Schierbeck | 2013-09-20 | 1 | -0/+27 |
* | | Add CHANGELOG entry for #10879 | Rafael Mendonça França | 2013-09-12 | 1 | -0/+6 |
* | | Fix FileStore#cleanup to no longer rely on missing each_key method | Murray Steele | 2013-09-11 | 1 | -0/+4 |
|/ |
|
* | Ensure all-caps nested consts marked as autoloaded | Simon Coffey | 2013-08-27 | 1 | -0/+5 |
* | Add String#remove(pattern) as a short-hand for the common pattern of String#g... | David Heinemeier Hansson | 2013-08-13 | 1 | -0/+4 |
* | renames the :abort deprecation behaviour to :raise | Xavier Noria | 2013-08-13 | 1 | -2/+2 |
* | fixes typo in CHANGELOG | Xavier Noria | 2013-08-13 | 1 | -1/+1 |
* | defines a new :abort deprecation behaviour that raises | Xavier Noria | 2013-08-13 | 1 | -0/+12 |
* | Add CHANGELOG entry for inflection removal | Andrew White | 2013-07-30 | 1 | -0/+4 |
* | Fix handling of offsets with Time#to_s(:iso8601) | Andrew White | 2013-07-29 | 1 | -1/+5 |
* | Add Time#to_s(:iso8601) for easy conversion of times to the iso8601 format fo... | David Heinemeier Hansson | 2013-07-28 | 1 | -0/+4 |
* | Move #11546 changelog to the top [ci skip] | Carlos Antonio da Silva | 2013-07-22 | 1 | -13/+13 |
* | [Fixes #11512] improves cache size calculation in ActiveSupport::Cache::Memor... | Simeon Simeonov | 2013-07-22 | 1 | -0/+13 |
* | Only raise DelegationError if it's is the source of the exception | Andrew White | 2013-07-11 | 1 | -0/+6 |
* | Return local time for backwards compatibility | Andrew White | 2013-07-09 | 1 | -1/+1 |
* | Retain UTC offset when using Time.at_with_coercion | Andrew White | 2013-07-09 | 1 | -0/+6 |
* | Make HashWithIndifferentAccess#select always return the hash. | Marc Schütz | 2013-07-06 | 1 | -0/+5 |
* | Revert "remove string based terminators for `ActiveSupport::Callbacks`." | Yves Senn | 2013-07-05 | 1 | -4/+0 |
* | fix typo in Active Support CHANGELOG. [ci skip] | Yves Senn | 2013-07-05 | 1 | -1/+1 |
* | remove string based terminators for `ActiveSupport::Callbacks`. | Yves Senn | 2013-07-05 | 1 | -0/+4 |