aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/asset_tag_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed typo in documentationJoseph Zidell2013-10-031-3/+3
|
* Add "extname" option to javascript_include_tagNathan Stitt2013-08-031-3/+6
| | | | | | | | | | | | ActionView::Helpers.asset_path is where the logic for javascript_include_tag resides. It takes an extname option for specifying the extension or false to not append it. This exposes that option to javascript_include_tag. Without the option files that didn't end with ".js" would get the extension appended to them. This broke JST templates and other file types that should be interpreted as JavaScript but who's file extension isn't ".js"
* Move actionpack/lib/action_view* into actionview/libPiotr Sarnacki2013-06-201-0/+316