aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Add Rdoc document for Array#forty_twoutenmiki2013-10-311-0/+2
* | clean up some warnings on trunk rubyAaron Patterson2013-10-311-1/+1
* | Require time before monkey-patching itRobin Dupret2013-10-312-1/+1
|/
* Require bigdecimal before monkey-patching itRobin Dupret2013-10-312-1/+1
* Raise an error when AS::JSON.decode is called with optionsGodfrey Chan2013-10-303-5/+14
* Merge pull request #12203 from chancancode/eager_load_jsonJeremy Kemper2013-10-307-223/+240
|\
| * Moved all JSON core extensions into core_ext/object/jsonGodfrey Chan2013-09-137-223/+240
* | use a thread local rather than a queue so events are in the right orderAaron Patterson2013-10-301-7/+4
* | Merge pull request #11785 from grosser/grosser/file-unless-existRafael Mendonça França2013-10-283-0/+12
|\ \
| * | support :unless_exist for FileCachegrosser2013-08-303-0/+12
* | | use a queue rather than a list. fixes #12069Aaron Patterson2013-10-281-1/+1
* | | fix typo in comment [ci skip].Yves Senn2013-10-281-1/+1
* | | Improve the test code for #8422Rafael Mendonça França2013-10-241-4/+4
* | | Merge pull request #8491 from igagnidz/masterRafael Mendonça França2013-10-241-0/+10
|\ \ \
| * | | Added test to ensure that DescendantsTracker does not leak memory on singleto...Iuri Gagnidze2012-12-091-0/+10
* | | | slice! should not remove default hash value/procAntonio Santos2013-10-243-0/+24
* | | | Fix code blocks identation on AR and AS CHANGELOGsLucas Mazza2013-10-161-6/+6
* | | | Add missed require making `enable_warnings` availableDmitry Vorotilin2013-10-151-0/+1
* | | | Merge pull request #12534 from vipulnsward/minor_number_helper_perfsRafael Mendonça França2013-10-141-4/+2
|\ \ \ \
| * | | | Minor Refactoring to `NumberHelper#number_to_human`Vipul A M2013-10-141-4/+2
* | | | | Fix `singleton_class?`Vipul A M2013-10-151-2/+5
|/ / / /
* | | | `$SAFE = 4;` has been removed with Ruby 2.1Vipul A M2013-10-141-13/+0
* | | | Revert "Merge pull request #12480 from iwiznia/master"Jeremy Kemper2013-10-113-42/+0
* | | | flatten and flatten! methods for ActiveSupport::DurationIonatan Wiznia2013-10-113-0/+42
* | | | revises the docs of require_dependency [ci skip]Xavier Noria2013-10-011-1/+9
* | | | registers 0b0beb7 in the CHANGELOG [ci skip]Xavier Noria2013-10-011-0/+5
* | | | Merge pull request #12412 from bf4/allow_pathname_for_require_dependencyXavier Noria2013-09-302-1/+14
|\ \ \ \
| * | | | require_dependency should allow Pathname-like objects, not just StringBenjamin Fleischer2013-09-302-1/+14
* | | | | Fix small typo in docsJonathan Baudanza2013-09-251-1/+1
* | | | | Fix typo in number_to_human docs: you -> yourMac Martine2013-09-241-1/+1
* | | | | Changelog entry for pr #11474Bogdan Gusiev2013-09-231-0/+5
* | | | | Merge pull request #11474 from bogdan/time-with-zone-succAndrew White2013-09-223-0/+47
|\ \ \ \ \