| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Moved AS::JSON::DATE_REGEX as it's only used for decoding | Godfrey Chan | 2013-11-06 | 2 | -3/+3 |
* | | Stop using method missing for singleton delegation. | Aaron Patterson | 2013-11-06 | 4 | -9/+10 |
* | | Add +capitalize+ option to Inflector.humanize | claudiob | 2013-11-06 | 6 | -15/+52 |
* | | Eliminate `JSON.{parse,load,generate,dump}` and `def to_json` | Godfrey Chan | 2013-11-05 | 2 | -5/+5 |
* | | 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 | 3 | -5/+40 |
|/ |
|
* | Aesthetics | David Heinemeier Hansson | 2013-11-03 | 1 | -22/+30 |
* | Added Numeric#in_milliseconds, like 1.hour.in_milliseconds, so we can feed th... | David Heinemeier Hansson | 2013-11-02 | 3 | -0/+14 |
* | Warnings removed for ruby trunk | Arun Agrawal | 2013-11-01 | 1 | -1/+1 |
* | Merge pull request #12713 from utenmiki/document | Yves Senn | 2013-11-01 | 1 | -0/+2 |
|\ |
|
| * | Add Rdoc document for Array#forty_two | utenmiki | 2013-10-31 | 1 | -0/+2 |
* | | clean up some warnings on trunk ruby | Aaron Patterson | 2013-10-31 | 1 | -1/+1 |
* | | Require time before monkey-patching it | Robin Dupret | 2013-10-31 | 2 | -1/+1 |
|/ |
|
* | Require bigdecimal before monkey-patching it | Robin Dupret | 2013-10-31 | 2 | -1/+1 |
* | Raise an error when AS::JSON.decode is called with options | Godfrey Chan | 2013-10-30 | 3 | -5/+14 |
* | Merge pull request #12203 from chancancode/eager_load_json | Jeremy Kemper | 2013-10-30 | 7 | -223/+240 |
|\ |
|
| * | Moved all JSON core extensions into core_ext/object/json | Godfrey Chan | 2013-09-13 | 7 | -223/+240 |
* | | use a thread local rather than a queue so events are in the right order | Aaron Patterson | 2013-10-30 | 1 | -7/+4 |
* | | Merge pull request #11785 from grosser/grosser/file-unless-exist | Rafael Mendonça França | 2013-10-28 | 3 | -0/+12 |
|\ \ |
|
| * | | support :unless_exist for FileCache | grosser | 2013-08-30 | 3 | -0/+12 |
* | | | use a queue rather than a list. fixes #12069 | Aaron Patterson | 2013-10-28 | 1 | -1/+1 |
* | | | fix typo in comment [ci skip]. | Yves Senn | 2013-10-28 | 1 | -1/+1 |
* | | | 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 | 3 | -0/+24 |
* | | | | Fix code blocks identation on AR and AS CHANGELOGs | Lucas Mazza | 2013-10-16 | 1 | -6/+6 |
* | | | | Add missed require making `enable_warnings` available | Dmitry Vorotilin | 2013-10-15 | 1 | -0/+1 |
* | | | | Merge pull request #12534 from vipulnsward/minor_number_helper_perfs | Rafael Mendonça França | 2013-10-14 | 1 | -4/+2 |
|\ \ \ \ |
|
| * | | | | Minor Refactoring to `NumberHelper#number_to_human` | Vipul A M | 2013-10-14 | 1 | -4/+2 |
* | | | | | Fix `singleton_class?` | Vipul A M | 2013-10-15 | 1 | -2/+5 |
|/ / / / |
|
* | | | | `$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 | 3 | -42/+0 |
* | | | | flatten and flatten! methods for ActiveSupport::Duration | Ionatan Wiznia | 2013-10-11 | 3 | -0/+42 |
* | | | | revises the docs of require_dependency [ci skip] | Xavier Noria | 2013-10-01 | 1 | -1/+9 |
* | | | | registers 0b0beb7 in the CHANGELOG [ci skip] | Xavier Noria | 2013-10-01 | 1 | -0/+5 |
* | | | | Merge pull request #12412 from bf4/allow_pathname_for_require_dependency | Xavier Noria | 2013-09-30 | 2 | -1/+14 |
|\ \ \ \ |
|
| * | | | | require_dependency should allow Pathname-like objects, not just String | Benjamin Fleischer | 2013-09-30 | 2 | -1/+14 |
* | | | | | Fix small typo in docs | Jonathan Baudanza | 2013-09-25 | 1 | -1/+1 |
* | | | | | Fix typo in number_to_human docs: you -> your | Mac Martine | 2013-09-24 | 1 | -1/+1 |
* | | | | | Changelog entry for pr #11474 | Bogdan Gusiev | 2013-09-23 | 1 | -0/+5 |
* | | | | | Merge pull request #11474 from bogdan/time-with-zone-succ | Andrew White | 2013-09-22 | 3 | -0/+47 |
|\ \ \ \ \ |
|
| * | | | | | Disable ability to iterate over a Range of TimeWithZone | Bogdan Gusiev | 2013-07-19 | 3 | -0/+47 |
* | | | | | | Merge pull request #12285 from dasch/dasch/allow-attaching-up-front | José Valim | 2013-09-20 | 3 | -2/+92 |
|\ \ \ \ \ \ |
|
| * | | | | | | Allow attaching to AS::Notifications namespace up front | Daniel Schierbeck | 2013-09-20 | 3 | -2/+92 |
| | |_|_|_|/
| |/| | | | |
|