aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
...
| * Fixed `ActiveSupport::TimeWithZone#-` so precision is not unnecessarily lostGordon Chan2014-05-303-1/+36
* | Correct result, previously showing wrong resultAkshay Vishnoi2014-06-041-1/+1
* | Merge pull request #15447 from akshay-vishnoi/test-casesRafael Mendonça França2014-06-031-0/+8
|\ \
| * | Test `except!` in other cases tooAkshay Vishnoi2014-05-311-0/+8
* | | 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-023-5/+16
|\ \ \
| * | | Fix AS::NumberHelper results with rationalsJuanjo Bazán2014-05-313-5/+16
| |/ /
* | | Merge pull request #15464 from tgxworld/improve_notifications_logicMatthew Draper2014-06-032-8/+18
|\ \ \
| * | | 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
* | | | Feature requests should be made on the mailing list, not submitted toZachary Scott2014-06-011-1/+6
|/ / /
* / / [ci skip] Correct output of Hash#symbolize_keysAkshay Vishnoi2014-05-311-2/+2
|/ /
* | Tiny formatting fix in AS change log [ci skip]Robin Dupret2014-05-311-4/+4
* | [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-303-62/+15
| |/ |/|
* | Merge pull request #12080 from ShayDavidson/fix_datetime_partial_datesMatthew Draper2014-05-283-1/+31
|\ \
| * | Fixed changelogShay Davidson2013-09-021-4/+12
| * | Added partial days support to `DateTime`'s `advance` method.Shay Davidson2013-08-303-5/+25
* | | 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 #15316 from akshay-vishnoi/test-casesYves Senn2014-05-261-7/+8
|\ \ \ | |_|/ |/| |
| * | Fix test cases for inflector.rbAkshay Vishnoi2014-05-251-7/+8
|/ /
* | 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-232-1/+5
|\ \ \ \
| * | | | revert 96525d63Kuldeep Aggarwal2014-05-232-1/+5
| |/ / /
* | | | Merge pull request #15275 from kuldeepaggarwal/add-testRafael Mendonça França2014-05-232-0/+4
|\ \ \ \
| * | | | add test cases for negative position in Array#fromKuldeep Aggarwal2014-05-232-0/+4
| | |/ / | |/| |
* | | | [ci skip] Remove Duration#=== when we drop support for 2.0.0-p353Akshay Vishnoi2014-05-231-2/+1
| |/ / |/| |
* | | Remove warning remeving the method before redefiningRafael Mendonça França2014-05-231-0/+1
|/ /
* | Merge pull request #10887 from sakuro/deep_transform_keys_in_nested_arraysRafael Mendonça França2014-05-203-16/+67
|\ \
| * | Hash#deep_*_keys(!) recurse into nested arrays.OZAWA Sakuro2013-06-083-16/+67
* | | Fix confusing exception in ActiveSupport delegationVladimir Yarotsky2014-05-203-26/+20
* | | 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-163-7/+34
|\ \ \
| * | | Fixed duplicate subscribers in ActiveSupport::SubscriberDennis Schoen2014-05-093-7/+34
* | | | formatting pass through CHANGELOGS. [ci skip]Yves Senn2014-05-161-1/+1
* | | | remove deprecation warningeileencodes2014-05-132-6/+4
* | | | Merge pull request #15072 from mjtko/fix/issue-15064Rafael Mendonça França2014-05-133-1/+14
|\ \ \ \
| * | | | Require active_support/core_ext/string/output_safety and use html_safe rather...Mark J. Titorenko2014-05-121-1/+2
| * | | | Use block parameter rather than `$1` during `gsub!` so `ActiveSupport::SafeBu...Mark J. Titorenko2014-05-123-1/+13
* | | | | Merge pull request #15073 from ifyouseewendy/masterRafael Mendonça França2014-05-131-5/+32
|\ \ \ \ \
| * | | | | Update require in `array_ext_test.rb`wendi2014-05-131-3/+2