update to rails 8.2

This commit is contained in:
Christoph Haas 2025-03-13 23:05:41 +01:00
parent 7117cb13d8
commit 7f9502fdfb
11 changed files with 92 additions and 94 deletions

File diff suppressed because one or more lines are too long

View file

@ -9,12 +9,8 @@
* compiled file, but it's generally better to create a new file per style scope.
*
*= require_self
//= require foundation_and_overrides
*= require foundation_and_overrides
*= require font-awesome
*= require my_styles
*/
@import "jquery.fancybox.min";
@import "foundation_and_overrides";

View file

@ -1,19 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title><%= content_for?(:title) ? yield(:title) : "Untitled" %></title>
<%= stylesheet_link_tag "application" %>
<%= javascript_include_tag "application", 'data-turbolinks-track' => true %>
<%= csrf_meta_tags %>
</head>
<body>
<%= yield %>
</body>
</html>

View file

@ -9,7 +9,7 @@ html
/ TODO: make the keywords reflect the virtual host (e.g. Debian)
= stylesheet_link_tag "application", media: "all"
/ = javascript_include_tag "vendor/modernizr"
= javascript_include_tag "application"
= javascript_include_tag "application", "data-turbolinks-track" => true
= csrf_meta_tags
body