aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21135 from DropsOfSerenity/masterSean Griffin2015-08-172-10/+48
|\
| * Make disable_with default in submit_tagJustin Schiff2015-08-112-10/+48
* | Fix test assign_parameter method signatureeileencodes2015-08-151-1/+1
|/
* Sometimes you need a specific break sequence while using word wrap and as tod...Mauricio Gomez Aguinaga2015-08-111-0/+4
* Fix deprecation warning in testseileencodes2015-08-081-7/+7
* Merge pull request #20904 from kaspth/wildcard-template-dependenciesKasper Timm Hansen2015-07-273-1/+37
|\
| * Add wildcard template dependencies.Kasper Timm Hansen2015-07-263-1/+37
* | Encode the email address as prescribed in RFC 6068 section 2.Clayton Smith2015-07-231-0/+7
|/
* Merge pull request #20384 from kaspth/per-request-cacheDavid Heinemeier Hansson2015-07-201-13/+3
|\
| * Remove unused persistent option.Kasper Timm Hansen2015-07-181-3/+3
| * Make digest cache work in development.Kasper Timm Hansen2015-07-181-10/+0
* | Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-174-22/+24
* | 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-0/+12
|\
| * Allow `pluralize` helper to take a locale.Stefan Daschek2015-07-091-0/+12
* | use new constructor. (Oops! :bomb:)Aaron Patterson2015-07-081-1/+1
* | Support explicit defintion of resouce name for collection caching.Dov Murik2015-07-071-3/+5
|/
* Merge pull request #20669 from akolomiychuk/image-pathYves Senn2015-06-291-0/+5
|\
| * Add nil check in asset_pathAnton Kolomiychuk2015-06-291-0/+5
* | Fix cache issue when different partials use the same collectionRoque Pinel2015-06-281-4/+13
* | Improve detection of partial templates eligible for collection caching.Dov Murik2015-06-221-0/+30
|/
* Merge pull request #20108 from akshay-vishnoi/button-tagArthur Nogueira Neves2015-06-151-0/+7
|\
| * Add missing spec and documentation for button_tag helperAkshay Vishnoi2015-05-241-0/+7
* | Merge pull request #20107 from ankit8898/av_refac_record_tag_helperArthur Nogueira Neves2015-06-151-2/+1
|\ \
| * | Removed not needed includes, As record_tag_helper is moved to a gem we are notAnkit Gupta2015-05-101-2/+1
| |/
* | Revert "revises a test to account for case-insensitive file systems"Matthew Draper2015-06-141-18/+2
* | Merge pull request #20058 from farukaydin/cache-digests-dependency-rakeRafael Mendonça França2015-06-111-0/+20
|\ \
| * | add error log that notify 'file not found' when using cache_digests:dependenc...Faruk AYDIN2015-05-071-0/+20
| |/
* | Raise an ArgumentError when `include_blank` is false for a required field inGrey Baker2015-06-081-0/+7
* | Revert "Merge pull request #19685 from vngrs/actionview_parent_layout_bug"Rafael Mendonça França2015-06-021-14/+0
* | Remove `assigns` and `assert_template`.Guo Xiang Tan2015-05-306-135/+38
* | Deprecate `:nothing` option for render methodMehmet Emin İNAÇ2015-05-281-1/+1
* | Remove deprecation warning.Guo Xiang Tan2015-05-221-1/+1
* | revises a test to account for case-insensitive file systemsXavier Noria2015-05-211-3/+19
* | Do not put partial name to local_assigns when rendering without an objectHenrik Nygren2015-05-142-0/+9
* | Merge pull request #20149 from karanarora/Typo-fixRafael Mendonça França2015-05-131-11/+11
|\ \ | |/ |/|
| * remove redundant parenthesis. karanarora2015-05-141-11/+11
* | use the right assertions.Yves Senn2015-05-051-2/+2
* | Remove :rescue_format option for translate helper since it's no longer suppor...Bernard Potocki2015-05-041-14/+2
* | Merge pull request #19998 from imanel/fix-missing-translationMatthew Draper2015-05-051-0/+13
|\ \
| * | Handle raise flag in translate when both main and default translation is miss...Bernard Potocki2015-05-041-0/+13
* | | Merge pull request #18783 from mikestone14/actionview-image-tag-overrideRafael Mendonça França2015-05-031-0/+8
|\ \ \ | |/ / |/| |
| * | image_tag raises an error if size is passed with height and/or widthMike Stone2015-04-241-0/+8
* | | add test-case for `link_to_if` behavior with a block.Yves Senn2015-05-011-0/+10
* | | Revert "Merge pull request #19844 from stevenspiel/link_to_if_block_helper_ad...Yves Senn2015-05-011-5/+0
* | | Merge pull request #19844 from stevenspiel/link_to_if_block_helper_additionYves Senn2015-05-011-0/+5
|\ \ \ | |_|/ |/| |
* | | :put_litter_in_its_place: Unused methodsAkira Matsuda2015-04-252-12/+0
* | | :put_litter_in_its_place: Unused methodAkira Matsuda2015-04-251-6/+0
| |/ |/|
* | Silence warning from requiring mathnPrem Sichanugrist2015-04-221-1/+1
|/
* Override default form builder for a controllerKevin McPhillips2015-04-132-0/+45