Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | Use delete_if instead of each; delete(key) | schneems | 2015-07-30 | 1 | -3/+2 | |
| * | | | | | | | | | | | Remove (another) array allocation | schneems | 2015-07-30 | 1 | -5/+14 | |
| * | | | | | | | | | | | Remove array allocation | schneems | 2015-07-30 | 1 | -2/+2 | |
| * | | | | | | | | | | | zOMG 37 objects saved | schneems | 2015-07-30 | 1 | -1/+1 | |
| * | | | | | | | | | | | Don't allocate array when not necessary | schneems | 2015-07-30 | 1 | -5/+6 | |
| * | | | | | | | | | | | String#freeze optimizations | schneems | 2015-07-30 | 2 | -2/+2 | |
| * | | | | | | | | | | | Decrease allocations in transliterate | schneems | 2015-07-30 | 1 | -5/+13 | |
| * | | | | | | | | | | | Avoid hash duplication by skipping mutation | schneems | 2015-07-30 | 1 | -2/+2 | |
| * | | | | | | | | | | | Only allocate new string when needed | schneems | 2015-07-30 | 1 | -1/+7 | |
| * | | | | | | | | | | | Freeze a string in comparator | schneems | 2015-07-30 | 1 | -1/+1 | |
| * | | | | | | | | | | | Avoid calling to_s on nil in journey/formatter | schneems | 2015-07-30 | 1 | -2/+2 | |
| * | | | | | | | | | | | Cut string allocations in content_tag_string | schneems | 2015-07-29 | 6 | -20/+20 | |
| * | | | | | | | | | | | Cut string ActionView template allocations | schneems | 2015-07-29 | 1 | -2/+7 | |
| * | | | | | | | | | | | Optimize hash key | schneems | 2015-07-29 | 1 | -1/+1 | |
| * | | | | | | | | | | | Decrease string allocation in content_tag_string | schneems | 2015-07-29 | 1 | -6/+7 | |
| * | | | | | | | | | | | Reduce hash allocations in route_set | schneems | 2015-07-29 | 1 | -1/+1 | |
| * | | | | | | | | | | | Decrease route_set allocations | schneems | 2015-07-29 | 1 | -3/+7 | |
| * | | | | | | | | | | | Speed up journey missing_keys | schneems | 2015-07-29 | 1 | -3/+15 | |
| * | | | | | | | | | | | Speed up journey extract_parameterized_parts | schneems | 2015-07-29 | 1 | -2/+3 | |
| * | | | | | | | | | | | Decrease string allocations in url_options | schneems | 2015-07-29 | 1 | -1/+5 | |
| * | | | | | | | | | | | Decrease string allocations in apply_inflections | schneems | 2015-07-29 | 2 | -5/+36 | |
| * | | | | | | | | | | | Decrease string allocations on AR#respond_to? | schneems | 2015-07-29 | 1 | -1/+9 | |
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #21071 from hedgesky/remove_yepnope_mention_from_form_help... | Kasper Timm Hansen | 2015-07-30 | 1 | -3/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Remove yepnope mention from form helpers guide because it's deprecated [ci skip] | Anton Chuchkalov | 2015-07-30 | 1 | -3/+2 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #21065 from rails/schneems/fix-assets_test | Richard Schneeman | 2015-07-29 | 2 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Fix rake/notes_test | schneems | 2015-07-29 | 1 | -0/+1 | |
| * | | | | | | | | | Fix reported regression rails/sprockets-rails#265 | schneems | 2015-07-29 | 1 | -0/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #21056 from yui-knk/fix/deprecation_silence | Rafael Mendonça França | 2015-07-29 | 1 | -1/+4 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Make silence a warning inserted by commit #4b3f8ac | yui-knk | 2015-07-30 | 1 | -1/+4 | |
| | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #21054 from yui-knk/fix/doc_field_error_proc | Claudio B. | 2015-07-29 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | [ci skip] `field_error_proc` is used in `ActionView::Helpers::ActiveModelInst... | yui-knk | 2015-07-29 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #21049 from y-yagi/fix_i18n_validation_test | Carlos Antonio da Silva | 2015-07-28 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||||
| * | | | | | | | pass the correct argument to mock on a test of `validates_length_of` | yuuji.yaginuma | 2015-07-28 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Tiny documentation edits [ci skip] | Robin Dupret | 2015-07-28 | 3 | -6/+8 | |
* | | | | | | | Merge pull request #21048 from yui-knk/fix/guide_about_action_pack2 | Yves Senn | 2015-07-28 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | [ci skip] Add a link to action_controller_overview.html | yui-knk | 2015-07-28 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #21047 from yui-knk/fix/guide_about_action_pack | Robin Dupret | 2015-07-28 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | [ci skip] Now Action View is completely separated from Action Pack | yui-knk | 2015-07-28 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Add `:nodoc:` for internal testing methods [ci skip] | Robin Dupret | 2015-07-28 | 5 | -9/+9 | |
* | | | | | | | Merge pull request #20590 from vngrs/set_default_charset | Rafael Mendonça França | 2015-07-27 | 2 | -6/+13 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Document, refactor and create test case for ActionDispatch::Response#charset=... | Mehmet Emin İNAÇ | 2015-06-17 | 2 | -6/+13 | |
* | | | | | | | | Merge pull request #20849 from vngrs/misleading_nested_exceptions | Rafael Mendonça França | 2015-07-27 | 5 | -8/+36 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix misleading errors for has_one through relations | Mehmet Emin İNAÇ | 2015-07-22 | 5 | -8/+36 | |
* | | | | | | | | | Merge pull request #20759 from vngrs/fix_wrong_doc | Rafael Mendonça França | 2015-07-27 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Change wrong usage in documentation about autoload_paths [ci skip] | Mehmet Emin İNAÇ | 2015-07-02 | 1 | -2/+2 | |
* | | | | | | | | | | Merge pull request #21031 from vngrs/fix_params_wrapper_doc | Rafael Mendonça França | 2015-07-27 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Fix params_wrapper doc [ci skip] | Mehmet Emin İNAÇ | 2015-07-26 | 1 | -3/+3 | |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #20904 from kaspth/wildcard-template-dependencies | Kasper Timm Hansen | 2015-07-27 | 9 | -12/+121 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Add wildcard template dependencies. | Kasper Timm Hansen | 2015-07-26 | 9 | -12/+121 | |
* | | | | | | | | | | | Merge pull request #21040 from aditya-kapoor/fix-typo | Arthur Nogueira Neves | 2015-07-27 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ |