aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/asset_tag_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updated asset_template_path to asset_path and have it also support a String [...wycats2010-03-281-10/+11
* Allow customisation of asset path generation using a proc.Craig R Webster2010-03-281-2/+66
* Merge branch 'master' into docrailswycats2010-03-261-26/+23
|\
| * cleans a bit #compute_public_pathXavier Noria2010-03-191-26/+23
* | Updated ActionController::Base.asset_host exampleretr0h2010-03-251-2/+2
|/
* Made asset_tag_helper use config.perform_caching instead of ActionController:...Denis Odorcic2010-03-121-14/+14
* simplify alt tag generation for imagesEaden McKee2010-03-111-2/+2
* Fix a bunch of failing AP / AM specs created from the previous AbstractContro...Carl Lerche2010-03-041-1/+1
* Start refactoring the method of configuring ActionViewCarlhuda2010-03-031-7/+0
* Work on deprecating ActionController::Base.relative_url_rootCarlhuda2010-03-031-2/+2
* For performance reasons, you can no longer call html_safe! on Strings. Instea...Yehuda Katz2010-01-311-3/+3
* Include prototype ujs adapter with new appsJoshua Peek2010-01-301-1/+1
* Revert "Add rails.js driver to default source list"Joshua Peek2010-01-301-1/+1
* Add rails.js driver to default source listJoshua Peek2010-01-291-1/+1
* Make @controller an internal ivar in the viewJoshua Peek2010-01-221-4/+4
* Start adding configuration to ActionView instead of using constants.Yehuda Katz2009-10-141-12/+16
* Switch to on-by-default XSS escaping for rails.Michael Koziarski2009-10-081-3/+3
* Don't force test suite to use bundlerJoshua Peek2009-09-131-0/+1
* Don't raise exceptions for missing javascript_include_tag or stylesheet_link_...Sam Pohlenz2009-09-031-2/+6
* Make sure javascript_include_tag/stylesheet_link_tag does not append ".js" or...Matthew Rudy Jacobs2009-08-051-10/+14
* Fix tag helpers so that all HTML element boolean attributes render according ...Marc Love2009-07-301-1/+1
* Adds a audio_tag helper for the HTML5 audio tag. Fixed video_path docs. HTML ...Emilio Tagua2009-07-071-3/+35
* Removed unnecessary calls to image_path and hash lookups [#2827 state:resolved]Yehuda Katz + Carl Lerche2009-07-021-3/+3
* Adds a video_tag helper for the HTML5 video tag (similar to how the image_tag...Tieg Zaharia2009-07-021-0/+67
* Handle missing javascript/stylesheets assets by raising an exceptionChristos Zisopoulos2009-06-261-4/+28
* Add :concat option to asset tag helpers to force concatenation.Joshua Peek2009-06-151-6/+18
* allow absolute paths for the asset cachesAndrew Kaspick2009-06-111-3/+3
* Eliminate unnecessary File.exist? when correct file extension given [#1879 st...Andrew White2009-02-051-1/+2
* Merge docrailsPratik Naik2009-01-181-50/+74
* Cache AssetTag timestampsJoshua Peek2009-01-041-5/+31
* Revert to the good old days when AssetTag didn't cause anyone problemsJoshua Peek2009-01-021-325/+131
* Fixed the AssetTagHelper cache to use the computed asset host as part of the ...David Heinemeier Hansson2009-01-011-5/+5
* Ensure ActionMailer doesn't blow up when a two argument proc is set for the a...Tekin Suleyman2008-12-011-1/+1
* Make sure #compute_public_path caching allows to return different results for...Sven Fuchs2008-11-291-1/+1
* Added the option to declare an asset_host as an object that responds to call ...David Heinemeier Hansson2008-11-271-3/+11
* need to make sure the asset type is cached with it in Cache.. name is suffici...Aaron Batalion2008-11-191-2/+2
* Fixed asset host to not cache objects [#1419 state:resolved]Aaron Batalion2008-11-191-29/+35
* Fixed bug with asset timestamping when using relative_url_root (Joe Goldwasse...David Heinemeier Hansson2008-10-261-1/+1
* Fix image_tag behavior on windows. [#1085 state:resolved]madlep2008-10-061-1/+1
* Fixed AssetTag cache with with relative_url_root [#1022 state:resolved]Martin Rehfeld2008-09-221-1/+1
* Refactor AssetTagHelper and fix remaining threadsafe issues.Joshua Peek2008-09-221-148/+316