aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
Commit message (Expand)AuthorAgeFilesLines
...
* | | Use lower case letters in unicodes sequences to match the new encoder's outputGodfrey Chan2013-12-041-1/+1
* | | Fixed a long-standing bug in `json_escape` that strips quotation marksGodfrey Chan2013-12-041-12/+49
* | | Added Date#all_week/month/quarter/year for generating date rangesDimko2013-12-032-21/+21
* | | Tidy up previous commit, fix message assertion and improve testsCarlos Antonio da Silva2013-12-031-1/+3
* | | Modify the Hash#assert_valid_keys error message so that it shows the valid ke...Nerian2013-12-031-3/+3
* | | Avoid generating more strings while iterating to create methodsCarlos Antonio da Silva2013-12-021-1/+1
* | | Unify cattr and mattr accessors declarationsGenadi Samokovarov2013-12-023-195/+165
* | | Merge pull request #13111 from akshay-vishnoi/typoCarlos Antonio da Silva2013-11-301-2/+2
|\ \ \
| * | | Typo fixes [ci skip]Akshay Vishnoi2013-11-301-2/+2
* | | | Improve Module#delegate documentation to tell that delegate don't work with p...Lauro Caetano2013-11-291-0/+2
|/ / /
* | | [ci skip] removed singulars section from classify docGreg Molnar2013-11-271-4/+0
* | | Deprecated Numeric#{ago,until,since,from_now}Godfrey Chan2013-11-261-0/+2
* | | Process::Status should get a :nodoc: [ci skip]Godfrey Chan2013-11-261-1/+1
* | | Removed the Ruby encoder and switched to using the JSON gemGodfrey Chan2013-11-261-28/+0
* | | Removed support for encoding BigDecimal as a JSON numberGodfrey Chan2013-11-261-8/+1
|/ /
* | Merge remote-tracking branch 'docrails/master'Xavier Noria2013-11-249-57/+57
|\ \
| * | 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-119-60/+60
* | | When Array#as_json and Hash#as_json are called without options, theyGodfrey Chan2013-11-221-2/+2
* | | Expand double-negative in String#blank? regexAman Gupta2013-11-201-1/+1
* | | Unify `cattr_*` interface: allow to pass a block to `cattr_reader`.Alexey Chernenkov2013-11-151-0/+11
* | | Improved compatibility with the stdlib JSON gem.Godfrey Chan2013-11-141-3/+21
* | | Clean up `require ‘active_support/deprecation’` and remove circular requireDmitry Vorotilin2013-11-141-2/+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
| | |/ / | |/| |
* / | | Array#split preserving the calling arrayKD2013-11-111-2/+2
|/ / /
* | | Standardize all JSON encoded times to use 3 decimal fractional secondsRyan Glover2013-11-071-2/+2
* | | Move the JSON extension require statements to the right place.Godfrey Chan2013-11-061-0/+7
* | | Do not expose internal state in the public encoder API (i.e. as_json)Godfrey Chan2013-11-061-15/+4
* | | Add +capitalize+ option to Inflector.humanizeclaudiob2013-11-061-5/+11
* | | Eliminate `JSON.{parse,load,generate,dump}` and `def to_json`Godfrey Chan2013-11-051-1/+1
* | | Fixed Object#as_json and Struct#as_json with optionsGodfrey Chan2013-11-051-3/+3
* | | Added Numeric#in_milliseconds, like 1.hour.in_milliseconds, so we can feed th...David Heinemeier Hansson2013-11-021-0/+6
* | | Warnings removed for ruby trunkArun Agrawal2013-11-011-1/+1
* | | Merge pull request #12713 from utenmiki/documentYves Senn2013-11-011-0/+2
|\ \ \
| * | | Add Rdoc document for Array#forty_twoutenmiki2013-10-311-0/+2
* | | | Require time before monkey-patching itRobin Dupret2013-10-311-0/+1
|/ / /
* | | Require bigdecimal before monkey-patching itRobin Dupret2013-10-311-0/+1
* | | Merge pull request #12203 from chancancode/eager_load_jsonJeremy Kemper2013-10-303-27/+221
|\ \ \
| * | | Moved all JSON core extensions into core_ext/object/jsonGodfrey Chan2013-09-133-27/+221
* | | | slice! should not remove default hash value/procAntonio Santos2013-10-241-0/+2