aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/asset_tag_helper_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Allow custom asset host to be passed in asset_urlHubert Łępicki2014-05-081-0/+15
|
* always use File.joinphoet2014-05-011-0/+8
|
* Change favicon_link_tag helper mimetype from image/vnd.microsoft.icon to ↵glorieux2014-04-211-3/+3
| | | | | | | | image/x-icon. Although the official IANA-registered MIME type for ICO files is image/vnd.microsoft.icon, registered in 2003, it was submitted to IANA by a third party and is not recognized by Microsoft products. The MIME type image/x-icon should be used since is the one recognized by the major browsers on the market.
* Unused classes in AV testsAkira Matsuda2013-12-241-8/+0
|
* allow video_tag to accept `size` as `Number` for square shaped videosKuldeep Aggarwal2013-12-181-1/+1
|
* Move template tests from actionpack to actionviewPiotr Sarnacki2013-06-201-0/+762