aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | 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-111-7/+1
* | | Make TimeZone#parse behave more like Time#parse.Ulysse Carion2014-05-111-1/+12
* | | 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-071-11/+22
|\ \ \
| * | | Fix Hash#deep_merge bug and improve documentation — resolves #12738Corey Ward2013-12-091-11/+21
* | | | several enhancements to humanize [closes #12288]Xavier Noria2014-05-061-9/+29
* | | | 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-041-6/+6
|\ \ \ \
| * | | | [Fixes #14948] Hash#to_query: Changed a way how empty hash and empty array ar...Bogdan Gusiev2014-05-031-6/+6
| | |/ / | |/| |
* / | | Remove deprecated file(`active_support/core_ext/object/to_json.rb`) and its t...Kuldeep Aggarwal2014-05-041-5/+0
|/ / /
* | | 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-221-1/+1
|\ \ \ \
| * | | | Fix inconsistent behavior from String#pluralizeKuldeep Aggarwal2014-04-191-1/+1
* | | | | 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
|/ / /
* | | Fix inconsistent behavior from String#first/#lastErnie Miller2014-04-181-4/+4
* | | 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
| * | | Document LoadError core extensionsSteven Harman2014-04-111-1/+4
| * | | Add documentation for Thread#freezeSteven Harman2014-04-061-0/+7
* | | | Object#duplicable?Akshay Vishnoi2014-04-161-0/+3
* | | | Merge pull request #14646 from deivid-rodriguez/provide_byebug_by_defaultRafael Mendonça França2014-04-111-1/+1
|\ \ \ \
| * | | | Keep debugger support only for rubies < 2.0.0David Rodríguez de Dios2014-04-081-1/+1
* | | | | Add more test case for #demodulize, Improve documentationAkshay Vishnoi2014-04-112-0/+4
* | | | | Merge branch 'master' into rm-uuid-fixturesRafael Mendonça França2014-04-103-6/+17
|\ \ \ \ \
| * \ \ \ \ Merge pull request #11411 from dscataglini/masterAaron Patterson2014-04-091-6/+12
| |\ \ \ \ \
| | * | | | | private method doesn't work for singleton methods defined this wayDiego Scataglini2013-07-121-6/+12
| * | | | | | Add missing require so requiring `active_support/cache` works again.Lucas Mazza2014-04-091-0/+1
| * | | | | | Fixed problem where `1.day.eql?(1.day)` is falseEmily Dobervich2014-04-081-0/+4
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #12016 from roderickvd/uuid_fixesRafael Mendonça França2014-04-041-0/+47
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Auto-generate stable fixture UUIDs on PostgreSQL.Roderick van Domburg2014-01-071-0/+47
* | | | | | Fix error when using `with_options` with lambda.Lauro Caetano2014-04-031-1/+1
* | | | | | Move require to actual fileCarlos Antonio da Silva2014-04-021-0/+1
* | | | | | DRY AS::SafeBuffer a bit using existing helperPavel Pravosud2014-04-021-5/+1