ubicloud/views
Jeremy Evans 4d5c1ec4f2 Switch from using [] to using member methods for when using the invoice serializer
This results in code that is easier to read, and better indicates
the code is dealing with an object and not a hash.

Rename ser to data in some Invoice methods to keep it consistent.

Allow Invoice#generate_pdf argument to be optional, and use the
invoice serializer if the argument is not given.

Remove unnecessary detailed: true options when calling the invoice
serializer.

Avoid creating an unnecessary invoice serializer in the invoice
route.
2025-08-26 02:08:44 +09:00
..
account Use handle_validation_failure in account login method routes 2025-08-08 01:52:14 +09:00
auth Use HTTP header instead of meta tag for OTP lockout refresh 2025-08-01 05:23:15 +09:00
components Switch @project_data[:path] -> @project.path 2025-08-26 02:08:44 +09:00
email Make EmailRenderer a Roda app using the mailer plugin 2025-02-05 10:16:51 -08:00
github Stop using serializer for github cache route 2025-08-26 02:08:44 +09:00
inference Stop using serializers in the inference playground route 2025-08-26 02:08:44 +09:00
kubernetes-cluster Switch @project_data[:path] -> @project.path 2025-08-26 02:08:44 +09:00
layouts Replace remaining use of @project_data with @project_permissions 2025-08-26 02:08:44 +09:00
networking Switch @project_data[:path] -> @project.path 2025-08-26 02:08:44 +09:00
postgres Switch @project_data[:path] -> @project.path 2025-08-26 02:08:44 +09:00
private-location Switch @project_data[:path] -> @project.path 2025-08-26 02:08:44 +09:00
project Switch from using [] to using member methods for when using the invoice serializer 2025-08-26 02:08:44 +09:00
vm Switch @project_data[:path] -> @project.path 2025-08-26 02:08:44 +09:00
cli.erb Add Web Shell 2025-08-23 05:16:59 +09:00
error.erb Revert "Revert "Update error response title with PascalCase type"" 2024-04-25 00:06:04 -07:00