aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/asset_url_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Add documentation on actionview asset_path with host and protocolLaurent Arnoud2019-06-121-0/+2
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-1/+1
* [ci skip] Change references from Rake task to Rails commandAlberto Almagro2018-08-011-2/+3
* Fix typos, update documentationJames Lovejoy2018-01-111-6/+6
* Fix asset url examples [ci skip]Ryuta Kamizono2017-11-151-6/+6
* Fix broken doc layout for action_view [ci skip]Yoshiyuki Hirano2017-08-271-1/+1
* Remove `alt` text from `image_tag` example [ci skip]yuuji.yaginuma2017-08-241-4/+4
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Merge pull request #27665 from kenta-s/improve-compute_asset_extnameRafael França2017-01-181-1/+5
|\
| * should explicitly returns nil in else clausekenta-s2017-01-131-1/+5
* | Fix grammar in asset_url_helper.rb [ci skip]kenta-s2017-01-131-3/+3
|/
* Minor corrections to #26905Andrew White2016-11-131-1/+1
* Merge pull request #26905 from bogdanvlviv/docsAndrew White2016-11-131-2/+2
|\
| * Add missing `+` around a some literals.bogdanvlviv2016-10-271-2/+2
* | let Regexp#match? be globally availableXavier Noria2016-10-271-1/+0
|/
* [ci skip] Replace to closing tagAndrey Molchanov2016-09-201-1/+1
* Fix styleschneems2016-08-301-5/+5
* Address comment via @dhh, better option namingschneems2016-08-301-11/+11
* Address doc style comments from @robin850schneems2016-08-291-9/+9
* Fully document asset_path.schneems2016-08-291-7/+58
* Do not deprecate using assets with leading slashschneems2016-08-291-10/+5
* Favor `public_folder: true` over `public_*`schneems2016-08-291-112/+0
* Fix formattingschneems2016-08-291-15/+14
* Match method signatureschneems2016-08-291-3/+3
* Add docs to `public_*_path` methods & fix commentsschneems2016-08-291-15/+36
* Add public URL helpersschneems2016-08-291-0/+56
* Add descriptive commentschneems2016-08-291-7/+7
* Make sure routes don't interfere with pathsschneems2016-08-291-0/+11
* Allow a more explicit public behaviorschneems2016-08-291-2/+37
* Add three new rubocop rulesRafael Mendonça França2016-08-161-12/+12
* modernizes hash syntax in actionviewXavier Noria2016-08-061-1/+1
* applies new string literal convention in actionview/libXavier Noria2016-08-061-13/+13
* systematic revision of =~ usage in AVXavier Noria2016-07-251-10/+13
* typo fix [ci skip]amitkumarsuroliya2015-08-181-2/+2
* [ci skip] Fix simultaneous spellingKasper Timm Hansen2015-08-101-1/+1
* Update info on browser connection limits [ci skip]Derek Prior2015-08-101-11/+18
* Freeze string literals when not mutated.schneems2015-07-191-1/+1
* Merge pull request #20669 from akolomiychuk/image-pathYves Senn2015-06-291-0/+2
|\
| * Add nil check in asset_pathAnton Kolomiychuk2015-06-291-0/+2
|/
* fix typo asser url [ci skip]Mehmet Emin İNAÇ2015-04-161-6/+6
* [Skip ci] Add information about :host optionsAnton Davydov2015-04-161-0/+30
* Revert "Merge pull request #15312 from JuanitoFatas/action_view/asset_path"Matthew Draper2014-09-141-1/+1
* Return an absolute instead of relative path from an asset url in the case of ...Jolyon Pawlyn2014-07-151-1/+1
* [ci skip] /javascript/ -> JavaScript - cover whole appAkshay Vishnoi2014-07-041-2/+2
* [ci skip] correct output for asset_helper methodsKuldeep Aggarwal2014-06-161-10/+10
* Update documentation for setting asset_host to a Proc, mention that the reque...Manuel Meurer2014-05-311-1/+4
* correct docs for (asset|image)_path [ci skip]Aditya Kapoor2014-05-271-14/+14
* Convert source to string if it is present.Juanito Fatas2014-05-251-1/+1