diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-06-27 22:52:50 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-06-27 22:52:50 +0200 |
| commit | 9a19a0494ef51cdac9a78e24d517ca48ba44c453 (patch) | |
| tree | 8eaae12d8047a40e29d3ea7ff3116b5c869e04bd /vendor/plugins/exception_notification/views | |
| parent | 85a01e35274b8d4d4165a7b26bd7986e211246bb (diff) | |
| parent | 1853082fcd8c067390c246f9daa01a9b47387497 (diff) | |
Migration from Rails 2.3.5 to Rails 8.1 successful.
Merging dev branch.
Diffstat (limited to 'vendor/plugins/exception_notification/views')
7 files changed, 0 insertions, 39 deletions
diff --git a/vendor/plugins/exception_notification/views/exception_notifier/_backtrace.rhtml b/vendor/plugins/exception_notification/views/exception_notifier/_backtrace.rhtml deleted file mode 100644 index 7d13ba0..0000000 --- a/vendor/plugins/exception_notification/views/exception_notifier/_backtrace.rhtml +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | <%= @backtrace.join "\n" %> | ||
diff --git a/vendor/plugins/exception_notification/views/exception_notifier/_environment.rhtml b/vendor/plugins/exception_notification/views/exception_notifier/_environment.rhtml deleted file mode 100644 index 42dd803..0000000 --- a/vendor/plugins/exception_notification/views/exception_notifier/_environment.rhtml +++ /dev/null | |||
| @@ -1,7 +0,0 @@ | |||
| 1 | <% max = @request.env.keys.max { |a,b| a.length <=> b.length } -%> | ||
| 2 | <% @request.env.keys.sort.each do |key| -%> | ||
| 3 | * <%= "%-*s: %s" % [max.length, key, filter_sensitive_post_data_from_env(key, @request.env[key].to_s.strip)] %> | ||
| 4 | <% end -%> | ||
| 5 | |||
| 6 | * Process: <%= $$ %> | ||
| 7 | * Server : <%= `hostname -s`.chomp %> | ||
diff --git a/vendor/plugins/exception_notification/views/exception_notifier/_inspect_model.rhtml b/vendor/plugins/exception_notification/views/exception_notifier/_inspect_model.rhtml deleted file mode 100644 index e817847..0000000 --- a/vendor/plugins/exception_notification/views/exception_notifier/_inspect_model.rhtml +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | <% if show_attributes -%> | ||
| 2 | [attributes] | ||
| 3 | <% attrs = inspect_model.attributes -%> | ||
| 4 | <% max = attrs.keys.max { |a,b| a.length <=> b.length } -%> | ||
| 5 | <% attrs.keys.sort.each do |attr| -%> | ||
| 6 | * <%= "%*-s: %s" % [max.length, attr, object_to_yaml(attrs[attr]).gsub(/\n/, "\n ").strip] %> | ||
| 7 | <% end -%> | ||
| 8 | <% end -%> | ||
| 9 | |||
| 10 | <% if show_instance_variables -%> | ||
| 11 | [instance variables] | ||
| 12 | <% inspect_model.instance_variables.sort.each do |variable| -%> | ||
| 13 | <%- next if variable == "@attributes" -%> | ||
| 14 | * <%= variable %>: <%= inspect_value(inspect_model.instance_variable_get(variable)) %> | ||
| 15 | <% end -%> | ||
| 16 | <% end -%> | ||
diff --git a/vendor/plugins/exception_notification/views/exception_notifier/_request.rhtml b/vendor/plugins/exception_notification/views/exception_notifier/_request.rhtml deleted file mode 100644 index 2542309..0000000 --- a/vendor/plugins/exception_notification/views/exception_notifier/_request.rhtml +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | * URL : <%= @request.protocol %><%= @host %><%= @request.request_uri %> | ||
| 2 | * IP address: <%= @request.env["HTTP_X_FORWARDED_FOR"] || @request.env["REMOTE_ADDR"] %> | ||
| 3 | * Parameters: <%= filter_sensitive_post_data_parameters(@request.parameters).inspect %> | ||
| 4 | * Rails root: <%= @rails_root %> | ||
diff --git a/vendor/plugins/exception_notification/views/exception_notifier/_session.rhtml b/vendor/plugins/exception_notification/views/exception_notifier/_session.rhtml deleted file mode 100644 index 283c862..0000000 --- a/vendor/plugins/exception_notification/views/exception_notifier/_session.rhtml +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | * session id: <%= @request.session.instance_variable_get(:@session_id).inspect %> | ||
| 2 | * data: <%= PP.pp(@request.session.instance_variable_get(:@data),"").gsub(/\n/, "\n ").strip %> | ||
diff --git a/vendor/plugins/exception_notification/views/exception_notifier/_title.rhtml b/vendor/plugins/exception_notification/views/exception_notifier/_title.rhtml deleted file mode 100644 index 1ed5a3f..0000000 --- a/vendor/plugins/exception_notification/views/exception_notifier/_title.rhtml +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | ------------------------------- | ||
| 2 | <%= title.to_s.humanize %>: | ||
| 3 | ------------------------------- | ||
diff --git a/vendor/plugins/exception_notification/views/exception_notifier/exception_notification.rhtml b/vendor/plugins/exception_notification/views/exception_notifier/exception_notification.rhtml deleted file mode 100644 index ec30c4a..0000000 --- a/vendor/plugins/exception_notification/views/exception_notifier/exception_notification.rhtml +++ /dev/null | |||
| @@ -1,6 +0,0 @@ | |||
| 1 | A <%= @exception.class %> occurred in <%= @controller.controller_name %>#<%= @controller.action_name %>: | ||
| 2 | |||
| 3 | <%= @exception.message %> | ||
| 4 | <%= @backtrace.first %> | ||
| 5 | |||
| 6 | <%= @sections.map { |section| render_section(section) }.join %> | ||
