aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/asset_tag_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Deprecate `:mouseover` options for `image_tag` helper."Rafael Mendonça França2012-08-011-2/+0
* Revert "Deprecate `:confirm` in favor of `:data => { :confirm => 'Text' }` op...Rafael Mendonça França2012-08-011-1/+1
* Merge pull request #5020 from KL-7/fix-blank-image_tag-sourceJosé Valim2012-05-181-2/+2
* Fix typoCarlos Galdino + Rafael Mendonça França2012-05-141-1/+1
* Deprecate `:mouseover` options for `image_tag` helper.Rafael Mendonça França2012-05-131-0/+2
* Merge pull request #3237 from sakuro/data-url-schemeRafael Mendonça França2012-05-131-1/+1
* Add font_path helper methodSantiago Pastorino2012-01-031-0/+14
* * A `/` is required if you want to explicitly skip the assets directory. This...Marc Bowes2011-11-281-7/+3
* Changed a few instances of of words in the API docs written in British Englis...Oemuer Oezkir2011-07-241-1/+1
* Include TagHelper within AssetTagHelperSam Pohlenz2011-07-101-0/+2
* sub suffices hereXavier Noria2011-06-291-1/+1
* the generated ALT attribute for images no longer contains the digest, if anyXavier Noria2011-06-271-1/+5
* Start moving some logic from being embedded in AV into the Rails Sprockets ex...wycats2011-05-231-15/+3
* Merged pull request #277 from kuinak/master.Aaron Patterson2011-04-251-1/+1
|\
| * ruby 1.9.2 and other ruby implementations may not return the same hash value ...Evan Petrie2011-04-141-1/+1
* | Replace example hostname with "example.com".Joost Baaij2011-04-211-3/+3
* | Actually add an abstract class, so it is easier to get rid of old asset paths...José Valim2011-04-191-1/+1
* | Switch to asset_path and make it available in the Sprockets::Context (now you...David Heinemeier Hansson2011-04-191-3/+3
* | All assets, including images, audio, and video, now uses the asset pipeline w...David Heinemeier Hansson2011-04-191-3/+15
|/
* reorganised the the common asset helpers module into a class and have it incl...Josh Kalderimis2010-11-161-6/+9
* incorporated most of the feedback from JoséJosh Kalderimis2010-11-161-2/+239
* reduced duplication between the javascript and stylesheet asset tag methods, ...Josh Kalderimis2010-11-161-8/+1
* separated the asset id methods to a separate module, removed some dupliation ...Josh Kalderimis2010-11-161-405/+4
* split the javascript and stylesheet tag helpers into separate files as a prec...Josh Kalderimis2010-11-161-313/+4
* provide better error message if path is uri [#5914 state:resolved]Neeraj Singh2010-11-111-3/+5
* Call html_escape in ERB::Util module and don't mix it in in the helpersSantiago Pastorino2010-10-181-1/+2
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2010-10-111-3/+0
|\
| * Remove mention to register_javascript_include_default in documentationRyan Bigg2010-10-111-3/+0
* | Fix example that became outdated after a code change.Andrea Campi2010-10-091-1/+1
|/
* Assume compute_asset_host returns reasonable values.thedarkone2010-09-271-1/+1
* Do a single string interpolation.thedarkone2010-09-271-1/+1
* Simple .empty? test will do fine here (rails_asset_id returns nice strings).thedarkone2010-09-271-1/+1
* Make asset extension rewriting faster.thedarkone2010-09-271-5/+11
* Optimize relative_url_root rewriting code.thedarkone2010-09-271-3/+5
* application.js should be the last file on javascript_include_tag(:all)Santiago Pastorino2010-09-191-1/+1
* append asset IDs to the examples of the RDoc of #javascript_include_tag, and ...Xavier Noria2010-09-101-32/+32
* Added ability to set asset_path for enginesPiotr Sarnacki2010-09-031-0/+3
* Tidy up asset tag a bit and make railties tests green again.José Valim2010-06-231-24/+14
* refactored the javascript asset tag helpers and moved the default scripts set...Josh Kalderimis2010-06-231-14/+5
* removed 'unless const_defined?' code smellJosh Kalderimis2010-06-211-1/+1
* Adds title and description where needed.Rizwan Reza2010-06-161-0/+1
* Updating image_tag to support cid:content_id "URLs"Mikel Lindsaar2010-06-071-2/+5
* fix documentation typoMarius Nuennerich2010-05-181-2/+2
* Accept :alt => nil on image_tag [#4558 state:resolved]Marc-Andre Lafortune2010-05-151-1/+1
* Fix a typo in the documentation. [#4318 state:resolved]Craig R Webster2010-04-121-1/+1
* image_path -> path_to_image in a couple of places, plus motivation for path_t...Xavier Noria2010-04-091-10/+13
* adds #favicon_link_tag back, rdoc explains why it is useful, and how to get a...Xavier Noria2010-04-081-0/+34
* Revert "adds #favicon_link_tag and #apple_touch_icon_link_tag" -- these tags ...David Heinemeier Hansson2010-04-081-44/+0
* adds a default source to #apple_touch_icon_link_tagXavier Noria2010-04-071-6/+12
* new helpers #favicon_link_tag and #apple_touch_icon_link_tagXavier Noria2010-04-071-0/+38