aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Requires JSON gem version 1.7.7 or above as it contains an importantGodfrey Chan2013-11-262-2/+6
|/ / / /
* | | | Be explicit and use the actual unicode sequenceGodfrey Chan2013-11-261-1/+1
* | | | Process::Status should get a :nodoc: [ci skip]Godfrey Chan2013-11-261-1/+1
* | | | Make the JSON encoder pluggableGodfrey Chan2013-11-261-2/+8
* | | | Removed the Ruby encoder and switched to using the JSON gemGodfrey Chan2013-11-263-82/+74
* | | | Removed support for encoding BigDecimal as a JSON numberGodfrey Chan2013-11-263-25/+1
* | | | Expanded coverage on JSON encodingGodfrey Chan2013-11-261-2/+12
* | | | Added some failing tests where the JSON encoder is not resolving as_json corr...Godfrey Chan2013-11-261-2/+12
* | | | Merge remote-tracking branch 'docrails/master'Xavier Noria2013-11-2412-76/+76
|\ \ \ \
| * | | | The option is called encode_big_decimal_as_string [ci-skip]Godfrey Chan2013-11-151-1/+1
| * | | | Change syntax format for example returned valuesPrem Sichanugrist2013-11-1112-79/+79
* | | | | When Array#as_json and Hash#as_json are called without options, theyGodfrey Chan2013-11-222-2/+18
* | | | | doc `travel` and `travel_to` stubs are removed in teardown. [ci skip]Yves Senn2013-11-211-4/+4
* | | | | Expand double-negative in String#blank? regexAman Gupta2013-11-201-1/+1
* | | | | Add `#travel` and `#travel_to` to AS::TestCasePrem Sichanugrist2013-11-204-2/+144
* | | | | rm minitest monkey patchAaron Patterson2013-11-161-17/+0
* | | | | Unify `cattr_*` interface: allow to pass a block to `cattr_reader`.Alexey Chernenkov2013-11-153-0/+31
* | | | | Improved compatibility with the stdlib JSON gem.Godfrey Chan2013-11-143-3/+80
* | | | | Clean up `require ‘active_support/deprecation’` and remove circular requireDmitry Vorotilin2013-11-142-3/+0
* | | | | Get rid of unused variableGuillermo Iguaran2013-11-141-1/+1
* | | | | Merge pull request #12882 from charliesome/use-rescue-splat-in-suppressGuillermo Iguaran2013-11-131-2/+1
|\ \ \ \ \
| * | | | | Use rescue with a splat rather and catching all and filteringCharlie Somerville2013-11-131-2/+1
* | | | | | Merge pull request #12857 from kuldeepaggarwal/f-indentationXavier Noria2013-11-111-3/+3
|\ \ \ \ \ \
| * | | | | | updated documentation for IntegerKuldeep Aggarwal2013-11-121-3/+3
* | | | | | | Merge pull request #12854 from kuldeepaggarwal/f-indentationRafael Mendonça França2013-11-114-14/+18
|\| | | | | |
| * | | | | | documentation updated for Hashes [ci skip]KD2013-11-114-14/+18
* | | | | | | Merge pull request #12842 from kuldeepaggarwal/array_splitGuillermo Iguaran2013-11-111-3/+3
|\| | | | | |
| * | | | | | Speed up Array#splitKD2013-11-111-3/+3
* | | | | | | Merge pull request #12841 from kuldeepaggarwal/in-group-documentationYves Senn2013-11-101-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Array#in_groups: documentation updatedKD2013-11-111-1/+1
* | | | | | | | Merge pull request #12839 from kuldeepaggarwal/array_splitGuillermo Iguaran2013-11-102-8/+14
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Array#split preserving the calling arrayKD2013-11-112-8/+14
| |/ / / / / /
* | | | | | | Update tzinfo dependency to ~> 1.1Erik Michaels-Ober2013-11-101-1/+1
* | | | | | | Use the method provided by minitest to make tests order dependentGuillermo Iguaran2013-11-091-4/+2
|/ / / / / /
* | / / / / Improve changelogs formatting [ci skip]Carlos Antonio da Silva2013-11-091-8/+8
| |/ / / / |/| | | |
* | | | | Standardize all JSON encoded times to use 3 decimal fractional secondsRyan Glover2013-11-075-7/+12
* | | | | Merge pull request #12771 from bogdan/patch-1Yves Senn2013-11-071-4/+4
|\ \ \ \ \
| * | | | | Fix AS::TimeWithZone#as_json docsBogdan Gusiev2013-11-071-4/+4
* | | | | | Move the JSON extension require statements to the right place.Godfrey Chan2013-11-062-8/+7
* | | | | | Do not expose internal state in the public encoder API (i.e. as_json)Godfrey Chan2013-11-064-55/+42
* | | | | | Moved AS::JSON::DATE_REGEX as it's only used for decodingGodfrey Chan2013-11-062-3/+3
* | | | | | Stop using method missing for singleton delegation.Aaron Patterson2013-11-064-9/+10
* | | | | | Add +capitalize+ option to Inflector.humanizeclaudiob2013-11-066-15/+52
* | | | | | Eliminate `JSON.{parse,load,generate,dump}` and `def to_json`Godfrey Chan2013-11-052-5/+5
* | | | | | Fix AS changelog indent, remove tabs and extra spaces [ci skip]Carlos Antonio da Silva2013-11-061-2/+2
* | | | | | Fixed Object#as_json and Struct#as_json with optionsGodfrey Chan2013-11-053-5/+40
|/ / / / /
* | | | | AestheticsDavid Heinemeier Hansson2013-11-031-22/+30
* | | | | Added Numeric#in_milliseconds, like 1.hour.in_milliseconds, so we can feed th...David Heinemeier Hansson2013-11-023-0/+14
* | | | | Warnings removed for ruby trunkArun Agrawal2013-11-011-1/+1
* | | | | Merge pull request #12713 from utenmiki/documentYves Senn2013-11-011-0/+2
|\ \ \ \ \