aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Improve the "Caching with Rails" guide's introduction [ci skip]claudiob2015-08-031-2/+14
| * | | | | | Add a section about "Collection caching" [ci skip]Robin Dupret2015-08-031-0/+23
| * | | | | | Publish the "Caching with Rails" guide [ci skip]Celestino Gomes2015-07-281-0/+4
| * | | | | | Add a "Managing dependencies" part to the caching guide [ci skip]Robin Dupret2015-07-281-0/+87
| * | | | | | Tiny edits to the "Caching with Rails" guideRobin Dupret2015-07-281-49/+32
* | | | | | | Merge pull request #21104 from atul-shimpi/masterYves Senn2015-08-032-2/+4
|\ \ \ \ \ \ \
| * | | | | | | Inform user to add styles in correct location in application.cssatul-shimpi2015-08-032-2/+4
| | |_|/ / / / | |/| | | | |
* | | | | | | test runner should crash with non existing file argument.Yves Senn2015-08-032-1/+6
* | | | | | | Merge pull request #21095 from aditya-kapoor/add-missing-assertionYves Senn2015-08-031-2/+4
|\ \ \ \ \ \ \
| * | | | | | | Add missing assertion for test_route_with_colon_firstAditya Kapoor2015-08-031-2/+4
* | | | | | | | Merge pull request #21103 from mikeastock/update_time_advance_docsYves Senn2015-08-031-0/+6
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | [ci skip] Update Time#advance documentation with examplesMichael Stock2015-08-021-0/+6
| |/ / / / / /
* | | | | | | Merge pull request #21093 from vngrs/fix_ambiguous_argument_warningKasper Timm Hansen2015-08-021-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix ambiguous argument warningMehmet Emin İNAÇ2015-08-021-1/+1
| |/ / / / / /
* | | | | | | Merge pull request #21100 from bquorning/route-setRichard Schneeman2015-08-021-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Use #start_with? and #[] for speedBenjamin Quorning2015-08-021-2/+2
* | | | | | | | Merge pull request #21098 from bquorning/shovel-twice-and-save-a-stringRichard Schneeman2015-08-021-3/+8
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Save a string allocation inside loopBenjamin Quorning2015-08-021-3/+8
|/ / / / / / /
* | | | | | | Merge pull request #21097 from y-yagi/fix_button_to_exampleArun Agrawal2015-08-021-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | correct example of button_tag [ci skip]yuuji.yaginuma2015-08-021-1/+1
|/ / / / / /
* | | | | | Fix test failures caused by #20884Sean Griffin2015-08-011-1/+3
* | | | | | Merge pull request #20884Sean Griffin2015-08-016-0/+137
|\ \ \ \ \ \
| * | | | | | Add #cache_key to ActiveRecord::Relation.Alberto F. Capel2015-07-206-0/+137
* | | | | | | Merge pull request #21088 from yui-knk/doc/to_paramRichard Schneeman2015-08-012-0/+29
|\ \ \ \ \ \ \
| * | | | | | | [ci skip]yui-knk2015-08-012-0/+29
| | |_|/ / / / | |/| | | | |
* | | | | | | docs, custom api base controllers shoudl subclass metal. [ci skip]Yves Senn2015-08-011-1/+1
* | | | | | | Merge pull request #21008 from svenwin/patch-1Yves Senn2015-08-011-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Add documentation to get a running custom base controller [ci skip]Sven Winkler2015-07-231-1/+1
* | | | | | | | minor AR changelog edits. [ci skip]Yves Senn2015-08-011-9/+8
| |/ / / / / / |/| | | | | |
* | | | | | | 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