aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #15680 from akshay-vishnoi/doc_changesSean Griffin2014-06-121-1/+1
|\
| * [ci skip] BigDecimal#duplicable? returns false in 1.9.xAkshay Vishnoi2014-06-131-1/+1
* | [ci skip] Correct output of #assert_notAkshay Vishnoi2014-06-121-1/+1
|/
* Revert "remove unnecssary require of `to_param`, as `to_query` is already req...Rafael Mendonça França2014-06-114-0/+4
* remove unnecssary require of `to_param`, as `to_query` is already require `to...Kuldeep Aggarwal2014-06-123-3/+0
* No need to require to_param, it is already required in to_query.rbAkshay Vishnoi2014-06-111-1/+0
* remove deprecated code. Rely on `describe` provided by minitestAaron Patterson2014-06-101-24/+0
* Merge pull request #15616 from apanzerj/fix_long_key_pathsRafael Mendonça França2014-06-101-0/+5
|\
| * fix error with long keys in ActiveSupport::Cache::FileStoreAdam Panzer2014-06-101-0/+5
* | [ci skip] Add Docs for strip_insignificant_zeros option in number helpersAkshay Vishnoi2014-06-101-8/+7
|/
* [ci skip] Correct output and use valid options of number helpersAkshay Vishnoi2014-06-101-2/+2
* Fix bug that make HashWithIndifferentAccess work differently of HashRafael Mendonça França2014-06-091-1/+1
* Merge pull request #15421 from gchan/time_with_zone_precisionMatthew Draper2014-06-051-1/+1
|\
| * Fixed `ActiveSupport::TimeWithZone#-` so precision is not unnecessarily lostGordon Chan2014-05-301-1/+1
* | Correct result, previously showing wrong resultAkshay Vishnoi2014-06-041-1/+1
* | drastically reduce object allocationsAaron Patterson2014-06-021-6/+13
* | reduce AS::SafeBuffer allocationsAaron Patterson2014-06-021-1/+2
* | concat is a hotspot (via AV#append=), so just directly define the methodsAaron Patterson2014-06-021-4/+6
* | Merge pull request #15379 from xuanxu/rational_precisionRafael Mendonça França2014-06-021-5/+1
|\ \
| * | Fix AS::NumberHelper results with rationalsJuanjo Bazán2014-05-311-5/+1
* | | Avoid looping through subscribers when unsubscribing with a subscriber object.Guo Xiang Tan2014-06-011-5/+10
* | | Update documentation to reflect unsubscription with name.Guo Xiang Tan2014-06-012-4/+9
* | | [ci skip] Correct output of Hash#symbolize_keysAkshay Vishnoi2014-05-311-2/+2
|/ /
* | [ci skip] Correct documentation of HashWithIndifferentAccess#dupAkshay Vishnoi2014-05-311-2/+2
* | HashWithIndifferentAccess#dup doc [ci skip]James Blanding2014-05-301-1/+8
* | Merge pull request #15313 from andreychernih/time-with-zone-string-conversion...Rafael Mendonça França2014-05-301-0/+8
|\ \
| * | Speed-up TimeWithZone to String conversionAndrey Chernih2014-05-271-0/+8
* | | :scissors: removed deprecated `Numeric#ago` and friendsGodfrey Chan2014-05-301-19/+1
| |/ |/|
* | Merge pull request #12080 from ShayDavidson/fix_datetime_partial_datesMatthew Draper2014-05-281-1/+11
|\ \
| * | Added partial days support to `DateTime`'s `advance` method.Shay Davidson2013-08-301-5/+15
* | | Require active_support at the railtiesRafael Mendonça França2014-05-272-0/+2
* | | Remove `require 'active_support'` from individual modulesdeeeki2014-05-273-4/+0
| |/ |/|
* | Merge pull request #15305 from tgxworld/remove_unnecessary_requireGuillermo Iguaran2014-05-241-2/+0
|\ \
| * | Remove unnecessary require of Minitest.Guo Xiang Tan2014-05-241-2/+0
* | | Merge pull request #15278 from akshay-vishnoi/doc_changesAndrew White2014-05-241-4/+5
|\ \ \
| * | | [ci skip] Improve doc for ModuleConstMissing.guess_for_anonymousAkshay Vishnoi2014-05-241-4/+5
| |/ /
* | | Merge pull request #15276 from kuldeepaggarwal/fix-array-toRafael Mendonça França2014-05-231-1/+3
|\ \ \
| * | | revert 96525d63Kuldeep Aggarwal2014-05-231-1/+3
| |/ /
* | | Merge pull request #15275 from kuldeepaggarwal/add-testRafael Mendonça França2014-05-231-0/+2
|\ \ \
| * | | add test cases for negative position in Array#fromKuldeep Aggarwal2014-05-231-0/+2
| |/ /
* / / [ci skip] Remove Duration#=== when we drop support for 2.0.0-p353Akshay Vishnoi2014-05-231-2/+1
|/ /
* | Merge pull request #10887 from sakuro/deep_transform_keys_in_nested_arraysRafael Mendonça França2014-05-201-16/+38
|\ \
| * | Hash#deep_*_keys(!) recurse into nested arrays.OZAWA Sakuro2013-06-081-16/+38
* | | Fix confusing exception in ActiveSupport delegationVladimir Yarotsky2014-05-201-25/+13
* | | Collected TimeZone's class methods togetherprintercu2014-05-171-70/+69
* | | Merge pull request #15037 from roccoblues/fix_duplicate_activesupport_subscri...Rafael Mendonça França2014-05-161-1/+10
|\ \ \
| * | | Fixed duplicate subscribers in ActiveSupport::SubscriberDennis Schoen2014-05-091-1/+10
* | | | remove deprecation warningeileencodes2014-05-131-6/+0
* | | | Merge pull request #15072 from mjtko/fix/issue-15064Rafael Mendonça França2014-05-131-1/+3
|\ \ \ \
| * | | | Use block parameter rather than `$1` during `gsub!` so `ActiveSupport::SafeBu...Mark J. Titorenko2014-05-121-1/+3