aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/asset_tag_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Make caller attribute in deprecation methods optionalAlexey Gaziev2012-10-301-1/+1
* Provide a call stack for deprecation warnings where needed.Nikita Afanasenko2012-10-291-1/+1
* Split asset url helpers into seperate AssetUrlHelperJoshua Peek2012-10-121-278/+80
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-281-2/+2
|\
| * update image_tag output in examples to actualNihad Abbasov2012-09-251-4/+4
* | change ^ and $ anchors in regexp to \A and \z respectivelyNihad Abbasov2012-09-251-1/+1
* | allow to pass numerical value to size option in image_tagNihad Abbasov2012-09-251-4/+5
|/
* Deprecate mime types lookup in auto_discovery_link_tagPiotr Sarnacki2012-08-281-0/+8
* Fix documentation mistakesJanko Marohnić2012-08-211-42/+42
* use config.action_controller instead of ActionController::Base in example cod...Nick Howard2012-06-301-1/+1
* Render img tag with empty src if empty string is passed to image_tag.Kirill Lashuk2012-05-181-2/+2
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-151-16/+9
|\
| * Removing ==Examples and last blank lines of docs from actionpackFrancesco Rodriguez2012-05-151-47/+42
| * mispelling asset_tag_helperAngelo Capilleri2012-05-131-1/+1
* | Remove `:mouseover` option from `image_tag` helper.Rafael Mendonça França2012-05-131-12/+0
* | Merge pull request #3237 from sakuro/data-url-schemeRafael Mendonça França2012-05-131-1/+1
* | update example outputs of some asset helpersVijay Dev2012-05-121-18/+18
|/
* Revert "Merge pull request #6142 from spartan-developer/master"José Valim2012-05-121-2/+6
* Merge pull request #6142 from spartan-developer/masterJosé Valim2012-05-121-6/+2
|\
| * refactored extracting :size => 'XxY' into an extract_size! methodNicholas Yianilos2012-05-031-6/+2
* | update some examples in asset tag helper docs [ci skip]Vijay Dev2012-05-091-15/+15
|/
* Comma missedAlexey Vakhov2012-04-211-1/+1
* Remove unnecessary in HTML 5 type attribute with default valueAndrey A.I. Sitnik2012-04-051-6/+6
* use `symbolize_keys` instead of `dup.symbolize_keys!`Sergey Nartimov2012-03-301-2/+2
* Change asset_host config language to be more helpful and accurateGabe Hollombe2012-02-281-2/+3
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-02-091-1/+1
|\
| * Stop referring to Atom as "ATOM"Tom Stuart2012-02-051-1/+1
* | Always use content_tag for audio/video tagRafael Mendonça França2012-02-071-1/+1
* | Add *_url helpers to get the full assets URLPrem Sichanugrist2012-02-041-0/+32
|/
* Remove slash from favicon_link_tag method attributeLucas Caton2012-01-311-2/+2
* reuse common video/audio tags code and do not modify optionsSergey Nartimov2012-01-261-25/+21
* do not modify options in image_tagSergey Nartimov2012-01-261-2/+2
* allow to pass multiple sources to audio/video tags without using arraySergey Nartimov2012-01-251-12/+20
* Make audio_tag able to receive multiple sourcesJanko Marohnić2012-01-251-3/+10
* Make path_to_video in video_tag apply to each sourceJanko Marohnić2012-01-251-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