aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/asset_tag_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Ignore asset url query string or anchor when appending extensions and computi...Joshua Peek2012-10-151-1/+18
* Extract compute_asset_extname and allow extname to be disabledJoshua Peek2012-10-151-6/+15
* :fire: Rails asset id supportJoshua Peek2012-10-151-80/+1
* Allow asset url config to be undefinedJoshua Peek2012-10-131-0/+41
* Add a few more compute_asset_path testsJoshua Peek2012-10-131-0/+8
* JAVASCRIPTS_DIR, STYLESHEETS_DIR, ASSETS_DIR don't even exist anymoreJoshua Peek2012-10-121-28/+0
* Ensure AssetUrlHelper can be mixed into AC::BaseJoshua Peek2012-10-121-0/+33
* Refactor AssetUrlHelper to make it friendly for plugins and extensionsJoshua Peek2012-10-121-1/+35
* Add asset_path and asset_url helpersJoshua Peek2012-10-121-0/+18
* Remove old asset tag concatenationJoshua Peek2012-10-101-752/+0
* allow to pass numerical value to size option in image_tagNihad Abbasov2012-09-251-1/+1
* Deprecate mime types lookup in auto_discovery_link_tagPiotr Sarnacki2012-08-281-1/+10
* Do not include application.js if it doesn't existsPrem Sichanugrist2012-08-061-0/+9
* Respect absolute paths in compute_source_path.Steve Klabnik2012-06-161-3/+11
* Render img tag with empty src if empty string is passed to image_tag.Kirill Lashuk2012-05-181-0/+1
* Remove `:mouseover` option from `image_tag` helper.Rafael Mendonça França2012-05-131-8/+0
* Merge pull request #3237 from sakuro/data-url-schemeRafael Mendonça França2012-05-131-1/+2
* Remove unnecessary in HTML 5 type attribute with default valueAndrey A.I. Sitnik2012-04-051-93/+93
* Compute asset paths from the request if ENV["RAILS_RELATIVE_URL_ROOT"] is not...Dwayne Litzenberger2012-03-051-0/+102
* Always use content_tag for audio/video tagRafael Mendonça França2012-02-071-15/+15
* Add *_url helpers to get the full assets URLPrem Sichanugrist2012-02-041-2/+129
* Remove slash from favicon_link_tag method attributeLucas Caton2012-01-311-1/+1
* reuse common video/audio tags code and do not modify optionsSergey Nartimov2012-01-261-0/+8
* do not modify options in image_tagSergey Nartimov2012-01-261-0/+6
* allow to pass multiple sources to audio/video tags without using arraySergey Nartimov2012-01-251-0/+2
* Make audio_tag able to receive multiple sourcesJanko Marohnić2012-01-251-0/+2
* Make path_to_video in video_tag apply to each sourceJanko Marohnić2012-01-251-2/+2
* escape options for the stylesheet_link_tag methodAlexey Vakhov2011-09-251-0/+4
* Use shorter class-level File methods instead of going through File.stat.thedarkone2011-07-251-2/+2
* Changed a few instances of of words in the API docs written in British Englis...Oemuer Oezkir2011-07-241-1/+1
* use Zlib.crc2 rather that bytes.sum, as per Aaron's suggestionXavier Noria2011-07-081-1/+2
* removing brittle assertionAaron Patterson2011-07-071-1/+0
* Using the sum of bytes instead the hash of the path when replacing the wildca...Albert Callarisa Roca2011-07-081-2/+3
* Merge pull request #1870 from chriseppstein/asset_urls_masterSantiago Pastorino2011-06-271-10/+20
|\
| * Added a configuration setting:Chris Eppstein2011-06-271-6/+16
| * Stylesheet link tags should use the request protocol to avoid duplicate downl...Chris Eppstein2011-06-271-8/+8
| * Add asset_url helper and refactor the asset paths so that asset hosts can be ...Chris Eppstein2011-06-271-4/+4
* | the generated ALT attribute for images no longer contains the digest, if anyXavier Noria2011-06-271-0/+8
|/
* asset helpers should understand scheme-relative URLsChad Krsek2011-04-261-0/+15
* Revert "asset helpers should understand scheme-relative URLs"Chad Krsek2011-04-251-15/+0
* asset helpers should understand scheme-relative URLsChad Krsek2011-04-251-0/+15
* Make static faster as we don't have to serve multiple paths anymore.José Valim2011-04-151-23/+0
* javascript_include_tag shouldn't raise if you register an expansion key with ...Santiago Pastorino2011-02-281-2/+10
* Add tests for register expansion methods with key = []Santiago Pastorino2011-02-281-2/+12
* Applied changes to stylesheet_link_tag from javascript_include_tag which corr...Josh Kalderimis2011-02-131-0/+23
* This corrects two issues with javascript_include_tag, the order at which they...Josh Kalderimis2011-02-131-1/+24
* Allow registering javascript/stylesheet_expansions to existing symbolsSantiago Pastorino2010-12-221-0/+19
* Do not use the same hash instance for expansions [#6114 state:resolved]Piotr Sarnacki2010-12-221-0/+8
* Fix AssetIncludeTag ensuring that files are in the wrong directory [#6015 sta...Henning Koch2010-11-191-0/+44
* incorporated most of the feedback from JoséJosh Kalderimis2010-11-161-2/+2