aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated cattr_* requiresGenadi Samokovarov2013-12-032-2/+2
* Merge pull request #11197 from gsamokovarov/unify-mattr-cattrGuillermo Iguaran2013-12-026-269/+194
|\
| * Unify cattr and mattr accessors declarationsGenadi Samokovarov2013-12-026-269/+194
* | :scissors:Rafael Mendonça França2013-12-021-4/+4
|/
* added missing requireDaniel Harrington2013-12-021-0/+1
* EscapedString is also private API [ci skip]Godfrey Chan2013-12-011-1/+1
* Merge pull request #11796 from thedarkone/time-zone-thread-safetyGuillermo Iguaran2013-11-301-13/+7
|\
| * Remove AS::TZ.lookup(name).thedarkone2013-08-071-5/+1
| * Unify AS::TZ's lazy init maps.thedarkone2013-08-071-9/+5
| * Use TS::Cache instead plain Hash in TimeZone.thedarkone2013-08-071-5/+7
* | Merge pull request #13055 from dmitriy-kiriyenko/fix-segmentation-fault-it-ru...Rafael Mendonça França2013-11-302-0/+13
|\ \
| * | Fix segmentation fault in Ruby 2.0.0-p353.Dmitriy Kiriyenko2013-11-302-0/+13
* | | 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
* | | Merge pull request #13092 from laurocaetano/improve_documentation_for_delegateRafael Mendonça França2013-11-291-0/+2
|\ \ \ | |/ / |/| |
| * | Improve Module#delegate documentation to tell that delegate don't work with p...Lauro Caetano2013-11-291-0/+2
* | | Typo fixAkshay Vishnoi2013-11-291-1/+1
|/ /
* | Merge pull request #13084 from lihanli/series-singularize-fixYves Senn2013-11-282-4/+6
|\ \
| * | wrap test that changes inflections in with_dupLihan Li2013-11-282-4/+6
* | | 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
|/ /
* | Deprecate ActiveSupport::TestCase.describeMike Moore2013-11-271-5/+12
* | [ci skip] removed singulars section from classify docGreg Molnar2013-11-271-4/+0
* | Merge branch 'deprecate_numeric_since_ago' of https://github.com/chancancode/...Jeremy Kemper2013-11-274-31/+58
|\ \
| * | Deprecated Numeric#{ago,until,since,from_now}Godfrey Chan2013-11-264-31/+58
* | | 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
|\| | | |