aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Adding Hash#compact and Hash#compact! methodstinogomes2014-01-091-0/+4
* Fix typo in AS changelog, improve highlight [ci skip]Carlos Antonio da Silva2014-01-061-2/+2
* quick formatting pass through CHANGELOGS. [ci skip].Yves Senn2014-01-061-10/+15
* Add CHANGELOG entry for #10634 [ci skip]Andrew White2014-01-051-0/+17
* Raise if MemCacheStore doenst receive a Dalli objArthur Neves2014-01-031-0/+4
* Don't lazy load the tzinfo libraryAndrew White2014-01-011-0/+6
* Avoid raising a NameError on FreeBSD using DateRobin Dupret2014-01-011-0/+5
* blank? and present? commit to return singletons [Xavier Noria & Pavel Pravosud]Xavier Noria2013-12-281-0/+4
* Fix AS::NumberHelper results with large precisionsKenta Murata & Akira Matsuda2013-12-201-0/+11
* Merge pull request #13367 from abhishekjain16/new_branchYves Senn2013-12-181-1/+1
|\
| * change to DateTime.civil_from_format from DateTime.civil_from_fromat in chang...abhishek2013-12-181-1/+1
* | Add changelog and upgrading notice related to I18n enforce_available_locales ...Carlos Antonio da Silva2013-12-171-5/+13
* | Fix indent on AS changelog [ci skip]Carlos Antonio da Silva2013-12-171-18/+18
* | Introduce Module#concerningJeremy Kemper2013-12-171-0/+47
* | Changelog improvements [ci skip]Carlos Antonio da Silva2013-12-121-1/+1
* | Fix issue with Kernel#silence_stream leaking file descriptorsMario Visic2013-12-061-0/+4
* | set `i18n.enforce_available_locales` before `i18n.default_locale`.Yves Senn2013-12-051-0/+5
* | Backfilled CHANGELOG for AS::JSON::Variable removal (6f3e01e8) [ci skip]Godfrey Chan2013-12-031-0/+4
* | Changelog improvements [ci skip]Carlos Antonio da Silva2013-12-031-1/+1
* | Added Date#all_week/month/quarter/year for generating date rangesDimko2013-12-031-0/+4
* | Add support for localized date referencesColin Bartlett2013-12-031-0/+7
* | Modify the Hash#assert_valid_keys error message so that it shows the valid ke...Nerian2013-12-031-0/+5
* | 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
| |/
* / Unify cattr and mattr accessors declarationsGenadi Samokovarov2013-12-021-0/+7
|/
* first pass through CHANGELOGS to extract 4_1_release_notes. [ci skip]Yves Senn2013-11-281-9/+11
* remove duplicate sentence from AS changelog. [ci skip].Yves Senn2013-11-281-2/+1
* Merge branch 'deprecate_numeric_since_ago' of https://github.com/chancancode/...Jeremy Kemper2013-11-271-0/+17
|\
| * Deprecated Numeric#{ago,until,since,from_now}Godfrey Chan2013-11-261-0/+17
* | Requires JSON gem version 1.7.7 or above as it contains an importantGodfrey Chan2013-11-261-0/+4
|/
* Add `#travel` and `#travel_to` to AS::TestCasePrem Sichanugrist2013-11-201-0/+39
* 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-0/+14
* 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-071-0/+5
* Do not expose internal state in the public encoder API (i.e. as_json)Godfrey Chan2013-11-061-0/+5
* Add +capitalize+ option to Inflector.humanizeclaudiob2013-11-061-0/+7
* 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-051-0/+10
* 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-0/+4
* Merge pull request #11785 from grosser/grosser/file-unless-existRafael Mendonça França2013-10-281-0/+4
|\
| * support :unless_exist for FileCachegrosser2013-08-301-0/+4
* | slice! should not remove default hash value/procAntonio Santos2013-10-241-0/+4
* | Fix code blocks identation on AR and AS CHANGELOGsLucas Mazza2013-10-161-6/+6
* | Revert "Merge pull request #12480 from iwiznia/master"Jeremy Kemper2013-10-111-7/+0
* | flatten and flatten! methods for ActiveSupport::DurationIonatan Wiznia2013-10-111-0/+7
* | registers 0b0beb7 in the CHANGELOG [ci skip]Xavier Noria2013-10-011-0/+5
* | Changelog entry for pr #11474Bogdan Gusiev2013-09-231-0/+5
* | Allow attaching to AS::Notifications namespace up frontDaniel Schierbeck2013-09-201-0/+27