aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib
Commit message (Expand)AuthorAgeFilesLines
* Save a string allocation inside loopBenjamin Quorning2015-08-021-3/+8
* zOMG 37 objects savedschneems2015-07-301-1/+1
* Don't allocate array when not necessaryschneems2015-07-301-5/+6
* 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
* Merge pull request #20904 from kaspth/wildcard-template-dependenciesKasper Timm Hansen2015-07-275-11/+66
|\
| * Add wildcard template dependencies.Kasper Timm Hansen2015-07-265-11/+66
* | Encode the email address as prescribed in RFC 6068 section 2.Clayton Smith2015-07-231-1/+2
|/
* Merge pull request #20895 from brian-davis/brian-davisSean Griffin2015-07-201-1/+1
|\
| * grammar fix to content_for method documentation in capture_helper.rbBrian Davis2015-07-151-1/+1
* | Merge pull request #20384 from kaspth/per-request-cacheDavid Heinemeier Hansson2015-07-202-4/+16
|\ \
| * | Make digest cache work in development.Kasper Timm Hansen2015-07-182-4/+16
* | | Freeze string literals when not mutated.schneems2015-07-195-11/+11
* | | Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-171-1/+1
* | | [skip ci] Lookup can be a noun but it is not a verbJon Atack2015-07-174-9/+10
| |/ |/|
* | Make AC::Parameters not inherited from HashPrem Sichanugrist2015-07-151-0/+10
* | Change AC::TestResponse to AD::TestResponsePrem Sichanugrist2015-07-141-1/+1
|/
* Merge pull request #20813 from noniq/locale-argument-for-pluralize-helperKasper Timm Hansen2015-07-091-2/+10
|\
| * Allow `pluralize` helper to take a locale.Stefan Daschek2015-07-091-2/+10
* | use new constructor. (Oops! :bomb:)Aaron Patterson2015-07-081-1/+1
* | Support explicit defintion of resouce name for collection caching.Dov Murik2015-07-073-6/+37
|/
* changes names in guides to better reflect diversity [ci-skip]Thomas Osborn2015-07-021-6/+6
* Merge pull request #20669 from akolomiychuk/image-pathYves Senn2015-06-291-0/+2
|\
| * Add nil check in asset_pathAnton Kolomiychuk2015-06-291-0/+2
* | Fix cache issue when different partials use the same collectionRoque Pinel2015-06-282-12/+14
* | Merge pull request #20417 from dubek/fix-template-cache-call-patternKasper Timm Hansen2015-06-261-1/+1
|\ \
| * | Improve detection of partial templates eligible for collection caching.Dov Murik2015-06-221-1/+1
* | | A few documentation fixes [ci skip]Robin Dupret2015-06-231-6/+6
|/ /
* | Merge pull request #20654 from repinel/remove-duplicate-privateRichard Schneeman2015-06-211-2/+0
|\ \
| * | Remove duplicate private statementRoque Pinel2015-06-211-2/+0
* | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-06-215-6/+6
|\ \ \ | |/ / |/| |
| * | [ci skip] Fix to Fixed-width Fontyui-knk2015-06-143-4/+4
| * | [ci skip] Add '.'yui-knk2015-06-141-1/+1
| * | [ci skip] Fix minutes to seconds in `select_second`yui-knk2015-06-091-1/+1
* | | applies project style guidelinesXavier Noria2015-06-201-7/+7
* | | removes unnecessary backslashes in regexpsXavier Noria2015-06-201-3/+3
| |/ |/|
* | Nitpick :nail_care: [ci skip]Zachary Scott2015-06-181-1/+2
* | Merge pull request #20549 from maurogeorge/distance_of_time_in_words-rdocZachary Scott2015-06-181-0/+20
|\ \
| * | Add RDoc about scope option on distance_of_time_in_wordsMauro George2015-06-181-0/+20
* | | Merge pull request #20108 from akshay-vishnoi/button-tagArthur Nogueira Neves2015-06-151-2/+15
|\ \ \
| * | | Add missing spec and documentation for button_tag helperAkshay Vishnoi2015-05-241-2/+15
* | | | Add gotcha to RDoc of collection_check_boxesMauro George2015-06-131-0/+21
| |/ / |/| |
* | | Merge pull request #20058 from farukaydin/cache-digests-dependency-rakeRafael Mendonça França2015-06-111-1/+2
|\ \ \
| * | | add error log that notify 'file not found' when using cache_digests:dependenc...Faruk AYDIN2015-05-071-1/+2
* | | | Exclude cache_digests:dependencies rake task in api appJorge Bejar2015-06-111-2/+4
* | | | Tiny documentation edits [ci skip]Robin Dupret2015-06-091-7/+7
* | | | Raise an ArgumentError when `include_blank` is false for a required field inGrey Baker2015-06-081-3/+9
* | | | [ci skip] Fix hours to minutes in `select_minute`yui-knk2015-06-071-1/+1
| |_|/ |/| |