aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/asset_tag_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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