Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Merge pull request #21103 from mikeastock/update_time_advance_docs | Yves Senn | 2015-08-03 | 1 | -0/+6 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | [ci skip] Update Time#advance documentation with examples | Michael Stock | 2015-08-02 | 1 | -0/+6 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #21093 from vngrs/fix_ambiguous_argument_warning | Kasper Timm Hansen | 2015-08-02 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix ambiguous argument warning | Mehmet Emin İNAÇ | 2015-08-02 | 1 | -1/+1 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #21100 from bquorning/route-set | Richard Schneeman | 2015-08-02 | 1 | -2/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Use #start_with? and #[] for speed | Benjamin Quorning | 2015-08-02 | 1 | -2/+2 | |
* | | | | | | | Merge pull request #21098 from bquorning/shovel-twice-and-save-a-string | Richard Schneeman | 2015-08-02 | 1 | -3/+8 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Save a string allocation inside loop | Benjamin Quorning | 2015-08-02 | 1 | -3/+8 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #21097 from y-yagi/fix_button_to_example | Arun Agrawal | 2015-08-02 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | correct example of button_tag [ci skip] | yuuji.yaginuma | 2015-08-02 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Fix test failures caused by #20884 | Sean Griffin | 2015-08-01 | 1 | -1/+3 | |
* | | | | | Merge pull request #20884 | Sean Griffin | 2015-08-01 | 6 | -0/+137 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add #cache_key to ActiveRecord::Relation. | Alberto F. Capel | 2015-07-20 | 6 | -0/+137 | |
* | | | | | | Merge pull request #21088 from yui-knk/doc/to_param | Richard Schneeman | 2015-08-01 | 2 | -0/+29 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | [ci skip] | yui-knk | 2015-08-01 | 2 | -0/+29 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | docs, custom api base controllers shoudl subclass metal. [ci skip] | Yves Senn | 2015-08-01 | 1 | -1/+1 | |
* | | | | | | Merge pull request #21008 from svenwin/patch-1 | Yves Senn | 2015-08-01 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add documentation to get a running custom base controller [ci skip] | Sven Winkler | 2015-07-23 | 1 | -1/+1 | |
* | | | | | | | minor AR changelog edits. [ci skip] | Yves Senn | 2015-08-01 | 1 | -9/+8 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge pull request #21063 from cmisenas/fix-guides-warning-env | Yves Senn | 2015-07-31 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix WARNINGS flag inside guides/Rakefile | Jade Misenas | 2015-07-29 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #20992 from JuanitoFatas/fix/bin-setup-script | Yves Senn | 2015-07-31 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Don't fail when checking dependencies in bin/setup script | Juanito Fatas | 2015-07-23 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #21075 from byroot/not-empty-vs-any | Rafael Mendonça França | 2015-07-30 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Array#any? is slower and not the inverse of Array#empty? | Jean Boussier | 2015-07-30 | 1 | -2/+2 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #21057 from schneems/schneems/journey-formatter-objects | Richard Schneeman | 2015-07-30 | 18 | -68/+157 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | 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 | |
|/ / / / / / / |