aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ci skip]yui-knk2015-08-012-0/+29
* Merge pull request #21063 from cmisenas/fix-guides-warning-envYves Senn2015-07-311-1/+1
|\
| * Fix WARNINGS flag inside guides/RakefileJade Misenas2015-07-291-1/+1
* | Merge pull request #20992 from JuanitoFatas/fix/bin-setup-scriptYves Senn2015-07-311-1/+1
|\ \
| * | Don't fail when checking dependencies in bin/setup scriptJuanito Fatas2015-07-231-1/+1
* | | Merge pull request #21075 from byroot/not-empty-vs-anyRafael Mendonça França2015-07-301-2/+2
|\ \ \
| * | | Array#any? is slower and not the inverse of Array#empty?Jean Boussier2015-07-301-2/+2
|/ / /
* | | Merge pull request #21057 from schneems/schneems/journey-formatter-objectsRichard Schneeman2015-07-3018-68/+157
|\ \ \
| * | | Use delete_if instead of each; delete(key)schneems2015-07-301-3/+2
| * | | Remove (another) array allocationschneems2015-07-301-5/+14
| * | | Remove array allocationschneems2015-07-301-2/+2
| * | | zOMG 37 objects savedschneems2015-07-301-1/+1
| * | | Don't allocate array when not necessaryschneems2015-07-301-5/+6
| * | | String#freeze optimizationsschneems2015-07-302-2/+2
| * | | Decrease allocations in transliterateschneems2015-07-301-5/+13
| * | | Avoid hash duplication by skipping mutationschneems2015-07-301-2/+2
| * | | Only allocate new string when neededschneems2015-07-301-1/+7
| * | | Freeze a string in comparatorschneems2015-07-301-1/+1
| * | | Avoid calling to_s on nil in journey/formatterschneems2015-07-301-2/+2
| * | | Cut string allocations in content_tag_stringschneems2015-07-296-20/+20
| * | | Cut string ActionView template allocationsschneems2015-07-291-2/+7
| * | | Optimize hash keyschneems2015-07-291-1/+1
| * | | Decrease string allocation in content_tag_stringschneems2015-07-291-6/+7
| * | | Reduce hash allocations in route_setschneems2015-07-291-1/+1
| * | | Decrease route_set allocationsschneems2015-07-291-3/+7
| * | | Speed up journey missing_keysschneems2015-07-291-3/+15
| * | | Speed up journey extract_parameterized_partsschneems2015-07-291-2/+3
| * | | Decrease string allocations in url_optionsschneems2015-07-291-1/+5
| * | | Decrease string allocations in apply_inflectionsschneems2015-07-292-5/+36
| * | | Decrease string allocations on AR#respond_to?schneems2015-07-291-1/+9
* | | | Merge pull request #21071 from hedgesky/remove_yepnope_mention_from_form_help...Kasper Timm Hansen2015-07-301-3/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Remove yepnope mention from form helpers guide because it's deprecated [ci skip]Anton Chuchkalov2015-07-301-3/+2
|/ / /
* | | Merge pull request #21065 from rails/schneems/fix-assets_testRichard Schneeman2015-07-292-0/+2
|\ \ \ | |_|/ |/| |
| * | Fix rake/notes_testschneems2015-07-291-0/+1
| * | Fix reported regression rails/sprockets-rails#265schneems2015-07-291-0/+1
|/ /
* | Merge pull request #21056 from yui-knk/fix/deprecation_silenceRafael Mendonça França2015-07-291-1/+4
|\ \
| * | Make silence a warning inserted by commit #4b3f8acyui-knk2015-07-301-1/+4
* | | Merge pull request #21054 from yui-knk/fix/doc_field_error_procClaudio B.2015-07-291-1/+1
|\ \ \ | |/ / |/| |
| * | [ci skip] `field_error_proc` is used in `ActionView::Helpers::ActiveModelInst...yui-knk2015-07-291-1/+1
|/ /
* | Merge pull request #21049 from y-yagi/fix_i18n_validation_testCarlos Antonio da Silva2015-07-281-1/+1
|\ \
| * | pass the correct argument to mock on a test of `validates_length_of`yuuji.yaginuma2015-07-281-1/+1
|/ /
* | Tiny documentation edits [ci skip]Robin Dupret2015-07-283-6/+8
* | Merge pull request #21048 from yui-knk/fix/guide_about_action_pack2Yves Senn2015-07-281-1/+1
|\ \
| * | [ci skip] Add a link to action_controller_overview.htmlyui-knk2015-07-281-1/+1
|/ /
* | Merge pull request #21047 from yui-knk/fix/guide_about_action_packRobin Dupret2015-07-281-1/+1
|\ \
| * | [ci skip] Now Action View is completely separated from Action Packyui-knk2015-07-281-1/+1
|/ /
* | Add `:nodoc:` for internal testing methods [ci skip]Robin Dupret2015-07-285-9/+9
* | Merge pull request #20590 from vngrs/set_default_charsetRafael Mendonça França2015-07-272-6/+13
|\ \
| * | Document, refactor and create test case for ActionDispatch::Response#charset=...Mehmet Emin İNAÇ2015-06-172-6/+13
* | | Merge pull request #20849 from vngrs/misleading_nested_exceptionsRafael Mendonça França2015-07-275-8/+36
|\ \ \