aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
| * | | | | Update and add tests in array_ext_test.rbwendi2014-05-131-2/+30
| |/ / / /
* | | | | Do not check defined?(CGI) on every call #to_queryprintercu2014-05-131-1/+1
* | | | | flip conditional to use if/else instead of unless/elseeileencodes2014-05-121-3/+3
|/ / / /
* | | | Tidy up implementation of #15010Andrew White2014-05-112-11/+7
* | | | Make TimeZone#parse behave more like Time#parse.Ulysse Carion2014-05-113-1/+25
* | | | Keep method's description/documentation consistent [ci skip]Santosh Wadghule2014-05-111-3/+3
* | | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-05-101-2/+5
|\ \ \ \
| * | | | [ci skip] doc ActiveSupport::TimeWithZone#to_sschneems2014-05-091-2/+5
* | | | | Change 'a' to 'an' [ci skip]Santosh Wadghule2014-05-091-1/+1
| |/ / / |/| | |
* | | | Merge pull request #12746 from coreyward/masterRafael Mendonça França2014-05-072-15/+36
|\ \ \ \
| * | | | Fix Hash#deep_merge bug and improve documentation — resolves #12738Corey Ward2013-12-092-11/+31
* | | | | several enhancements to humanize [closes #12288]Xavier Noria2014-05-063-12/+46
* | | | | Improve CHANGELOG [ci skip]Rafael Mendonça França2014-05-041-2/+2
* | | | | No need the else clauseRafael Mendonça França2014-05-041-2/+0
* | | | | Merge pull request #14949 from bogdan/empty-hash-array-parameterizationRafael Mendonça França2014-05-043-9/+22
|\ \ \ \ \
| * | | | | [Fixes #14948] Hash#to_query: Changed a way how empty hash and empty array ar...Bogdan Gusiev2014-05-033-9/+22
| | |/ / / | |/| | |
* / | | | Remove deprecated file(`active_support/core_ext/object/to_json.rb`) and its t...Kuldeep Aggarwal2014-05-042-14/+0
|/ / / /
* | | | Warning removed for missmatched indentationArun Agrawal2014-04-261-2/+2
* | | | Merge pull request #14840 from akshay-vishnoi/doc_changesArthur Nogueira Neves2014-04-231-2/+2
|\ \ \ \
| * | | | Correct comment [ci skip]Akshay Vishnoi2014-04-231-2/+2
* | | | | Merge pull request #14801 from kuldeepaggarwal/fix-string-inflectionRafael Mendonça França2014-04-222-1/+6
|\ \ \ \ \
| * | | | | Fix inconsistent behavior from String#pluralizeKuldeep Aggarwal2014-04-192-1/+6
* | | | | | Changed miss-leading comment [ci skip]Arun Agrawal2014-04-201-1/+1
* | | | | | [ci-skip] correct the classify example's outputKuldeep Aggarwal2014-04-211-1/+1
| |/ / / / |/| | | |
* | | | | [ci skip] builtin -> built-inAkshay Vishnoi2014-04-202-3/+3
* | | | | Merge pull request #14805 from akshay-vishnoi/structure-changeAndrew White2014-04-191-0/+0
|\ \ \ \ \
| * | | | | multibyte_conformance.rb --> multibyte_conformance_test.rbAkshay Vishnoi2014-04-191-0/+0
| |/ / / /
* / / / / "subhash" --> "sub-hash"Akshay Vishnoi2014-04-191-1/+1
|/ / / /
* | | | Fix inconsistent behavior from String#first/#lastErnie Miller2014-04-182-4/+16
* | | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-04-182-1/+11
|\ \ \ \
| * | | | Correct docs as singlton true is not returned hereSteven Harman2014-04-111-1/+1