aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
Commit message (Expand)AuthorAgeFilesLines
* Disable available locales checks to avoid warnings running the testsCarlos Antonio da Silva2013-12-171-0/+3
* Introduce Module#concerningJeremy Kemper2013-12-171-0/+35
* Fixes interpolation on SafeBufferJulien Letessier2013-12-141-0/+25
* Merge pull request #13229 from vipulnsward/fix-10635-testsRafael Mendonça França2013-12-121-0/+14
|\
| * PR #10635 introduces rescue from ArgumentError thrown by `Base64.strict_decod...Vipul A M2013-12-121-0/+14
* | Remove not necessary file, move constants to the file they are usedCarlos Antonio da Silva2013-12-113-8/+8
|/
* better error message for constants autoloaded from anonymous modules [fixes #...Xavier Noria2013-12-061-17/+9
* Merge pull request #10635 from vipulnsward/change_to_strictJeremy Kemper2013-12-061-1/+12
|\
| * Use `Base.strict_decode64` instead of `Base.decode64` just as we do in encoding;Vipul A M2013-05-161-1/+12
* | Fix issue with Kernel#silence_stream leaking file descriptorsMario Visic2013-12-061-0/+16
* | removed duplicate test caseKuldeep Aggarwal2013-12-041-1/+0
* | Added Date#all_week/month/quarter/year for generating date rangesDimko2013-12-031-0/+17
* | Add support for localized date referencesColin Bartlett2013-12-031-0/+22
* | Use travel_to convention in existing testColin Bartlett2013-12-031-4/+4
* | Tidy up previous commit, fix message assertion and improve testsCarlos Antonio da Silva2013-12-031-1/+6
* | Modify the Hash#assert_valid_keys error message so that it shows the valid ke...Nerian2013-12-031-1/+1
* | Merge pull request #13060 from chancancode/change_log_for_json_refactorCarlos Antonio da Silva2013-12-021-0/+16
|\ \
| * | Added back the `encode_big_decimal_as_string` option with warningGodfrey Chan2013-12-021-0/+16
* | | Merge pull request #10996 from mattdbridges/number-helper-refactorRafael Mendonça França2013-12-021-6/+0
|\ \ \
| * | | Extract ActiveSupport::NumberHelper methods to classesMatt Bridges2013-07-011-6/+0
* | | | Merge pull request #11197 from gsamokovarov/unify-mattr-cattrGuillermo Iguaran2013-12-022-74/+22
|\ \ \ \
| * | | | Unify cattr and mattr accessors declarationsGenadi Samokovarov2013-12-022-74/+22
| | |/ / | |/| |
* / | | :scissors:Rafael Mendonça França2013-12-021-4/+4
|/ / /
* | | Fix segmentation fault in Ruby 2.0.0-p353.Dmitriy Kiriyenko2013-11-301-0/+5
* | | Typo fixAkshay Vishnoi2013-11-291-1/+1
* | | wrap test that changes inflections in with_dupLihan Li2013-11-282-4/+6
* | | Deprecated Numeric#{ago,until,since,from_now}Godfrey Chan2013-11-262-31/+39
* | | Be explicit and use the actual unicode sequenceGodfrey Chan2013-11-261-1/+1
* | | Removed the Ruby encoder and switched to using the JSON gemGodfrey Chan2013-11-261-2/+2
* | | Removed support for encoding BigDecimal as a JSON numberGodfrey Chan2013-11-261-11/+0
* | | 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
* | | When Array#as_json and Hash#as_json are called without options, theyGodfrey Chan2013-11-221-0/+16
* | | Add `#travel` and `#travel_to` to AS::TestCasePrem Sichanugrist2013-11-201-2/+48
* | | Unify `cattr_*` interface: allow to pass a block to `cattr_reader`.Alexey Chernenkov2013-11-151-0/+9
* | | Improved compatibility with the stdlib JSON gem.Godfrey Chan2013-11-141-0/+45
* | | Array#split preserving the calling arrayKD2013-11-111-6/+12
* | | Standardize all JSON encoded times to use 3 decimal fractional secondsRyan Glover2013-11-073-5/+5
* | | Do not expose internal state in the public encoder API (i.e. as_json)Godfrey Chan2013-11-061-3/+9
* | | Add +capitalize+ option to Inflector.humanizeclaudiob2013-11-063-1/+19
* | | Eliminate `JSON.{parse,load,generate,dump}` and `def to_json`Godfrey Chan2013-11-051-4/+4
* | | Fixed Object#as_json and Struct#as_json with optionsGodfrey Chan2013-11-051-2/+27
* | | Added Numeric#in_milliseconds, like 1.hour.in_milliseconds, so we can feed th...David Heinemeier Hansson2013-11-021-0/+4
* | | Raise an error when AS::JSON.decode is called with optionsGodfrey Chan2013-10-301-4/+2
* | | Merge pull request #12203 from chancancode/eager_load_jsonJeremy Kemper2013-10-303-1/+18
|\ \ \
| * | | Moved all JSON core extensions into core_ext/object/jsonGodfrey Chan2013-09-133-1/+18
* | | | Merge pull request #11785 from grosser/grosser/file-unless-existRafael Mendonça França2013-10-281-0/+7
|\ \ \ \
| * | | | support :unless_exist for FileCachegrosser2013-08-301-0/+7
* | | | | 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
|\ \ \ \ \