aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/asset_tag_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Compare host scheme using case-insensitive regexpRafael Mendonça França2013-06-161-10/+30
* Do not include application.js if it doesn't existsPrem Sichanugrist2012-08-061-0/+9
* html_escape should escape single quotesSantiago Pastorino2012-08-021-8/+8
* Revert "Deprecate `:mouseover` options for `image_tag` helper."Rafael Mendonça França2012-08-011-40/+8
* Revert "Deprecate `:confirm` in favor of `:data => { :confirm => 'Text' }` op...Rafael Mendonça França2012-08-011-8/+8
* It should also include text/css => Build FixArun Agrawal2012-06-161-1/+1
* Merge pull request #6752 from steveklabnik/fix_5680Rafael Mendonça França2012-06-161-3/+11
* Merge pull request #5020 from KL-7/fix-blank-image_tag-sourceJosé Valim2012-05-181-0/+1
* Fix typoCarlos Galdino + Rafael Mendonça França2012-05-141-8/+8
* Deprecate `:mouseover` options for `image_tag` helper.Rafael Mendonça França2012-05-131-8/+40
* Merge pull request #3237 from sakuro/data-url-schemeRafael Mendonça França2012-05-131-1/+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
* removed an assert from a test as it was testing a private methodJosh Kalderimis2010-11-161-1/+0
* provide better error message if path is uri [#5914 state:resolved]Neeraj Singh2010-11-111-0/+11
* Use parentheses when using assert_match followed by a regexp to avoid warnings.Emilio Tagua2010-09-271-1/+1
* application.js should be the last file on javascript_include_tag(:all)Santiago Pastorino2010-09-191-8/+8
* Added ability to set asset_path for enginesPiotr Sarnacki2010-09-031-0/+23
* Tidy up asset tag a bit and make railties tests green again.José Valim2010-06-231-2/+2
* refactored the javascript asset tag helpers and moved the default scripts set...Josh Kalderimis2010-06-231-15/+7
* Updating image_tag to support cid:content_id "URLs"Mikel Lindsaar2010-06-071-0/+9
* Accept :alt => nil on image_tag [#4558 state:resolved]Marc-Andre Lafortune2010-05-151-1/+2
* adds #favicon_link_tag back, rdoc explains why it is useful, and how to get a...Xavier Noria2010-04-081-0/+12
* Revert "adds #favicon_link_tag and #apple_touch_icon_link_tag" -- these tags ...David Heinemeier Hansson2010-04-081-20/+0
* adds a default source to #apple_touch_icon_link_tagXavier Noria2010-04-071-0/+1
* new helpers #favicon_link_tag and #apple_touch_icon_link_tagXavier Noria2010-04-071-0/+19
* Refactored url_for in AV to have its own instances of the helpers instead of ...wycats2010-04-031-15/+11
* Updated asset_template_path to asset_path and have it also support a String [...wycats2010-03-281-1/+8
* Allow customisation of asset path generation using a proc.Craig R Webster2010-03-281-0/+9