aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/templates/app/views/layouts/application.html.erb.tt
Commit message (Expand)AuthorAgeFilesLines
* Add viewport meta tag to default application templateLachlan Campbell2019-07-281-0/+1
* Skip needless spaces from generated app layout.Kasper Timm Hansen2019-05-261-1/+1
* Make Webpacker the default JavaScript compiler for Rails 6 (#33079)David Heinemeier Hansson2018-09-301-4/+4
* Add support for automatic nonce generation for Rails UJSAndrew White2018-02-191-0/+1
* Use existing --skip-turbolinks option for conditionals instead of checking if...Guillermo Iguaran2016-11-191-1/+1
* Use new hash syntax (#24464)Jeroen Visser2016-04-081-2/+2
* Enable Action Cable routes by defaultJon Moss2016-02-241-3/+0
* Switch to `data-turbolinks-track="reload"`Sam Stephenson2016-02-231-2/+2
* Only include action cable meta tags if it is not skippedRafael Mendonça França2015-12-161-0/+2
* Needless whitespaceDavid Heinemeier Hansson2015-12-161-2/+0
* Include the action cable URL meta tag by defaultDavid Heinemeier Hansson2015-12-161-1/+3
* Properly indent '<head>' and '<body>' within '<html>'Sean Collins2015-10-291-16/+17
* Use single quotes in generated filesChulki Lee2014-01-141-6/+6
* application template respects Gemfile entriesAaron Patterson2013-11-041-0/+5
* Removal of javascript related gems when creating an appRobin Dupret2013-10-271-1/+0
* Revert "Add meta tag with charset information to application layout."Aaron Patterson2013-09-111-1/+0
* Add meta tag with charset information to application layout.Steve Klabnik2013-09-101-0/+1
* Omit turbolinks configuration completely on skip_javascript generator optionNikita Fedyashev2013-06-281-0/+5
* Track the default application.css/js files for turbolinks as per version 0.6.0David Heinemeier Hansson2012-12-041-2/+2
* ruby 1.9 hash syntax for generated codeRichard Huang2012-06-231-1/+1
* Make explicit the default media when calling stylesheet_tag and change the de...Marc-Andre Lafortune2011-11-221-1/+1
* Require asset pipeline targets by defaultDavid Heinemeier Hansson2011-04-131-2/+2
* Generate default layout in engine with --mountable optionPiotr Sarnacki2010-12-161-1/+1
* brings csrf_meta_tags back to the generated layoutXavier Noria2010-10-021-1/+1
* get csrf_meta_tag back to the generated layout in deference to existing print...Xavier Noria2010-09-141-1/+1
* revises implementation and documentation of csrf_meta_tags, and aliases csrf_...Xavier Noria2010-09-111-1/+1
* Use thor shorthand for indicating that application.html.erb is a templateJeremy Kemper2010-04-091-0/+14