asxpio/lib
Sergei Poljanski a34b8cd33d
All checks were successful
Build and Deploy to Production / build (push) Successful in 47s
Build and Deploy to Production / deploy (push) Successful in 25s
fix: assign uuid after Invoice.new to avoid mass-assignment restriction
Sequel guards primary keys against mass assignment, so passing uuid: to
Invoice.new raised MassAssignmentRestriction and turned every invoice
creation into a 500. Build the instance with the rest of the fields, then
set uuid as an attribute before returning.
2026-05-26 18:34:45 +03:00
..
admin_auth.rb fix: AdminAuth prefix matched too greedily 2026-05-26 18:31:32 +03:00
db.rb db: connection helper and invoices migration 2026-05-26 17:43:18 +03:00
invoice.rb fix: assign uuid after Invoice.new to avoid mass-assignment restriction 2026-05-26 18:34:45 +03:00
invoice_pdf.rb invoicing: Prawn PDF renderer with Noto fonts 2026-05-26 17:43:38 +03:00
mailer.rb useful icon and links 2026-05-05 00:57:11 +04:00
rate_limit.rb ruby rework with contact form 2026-05-05 00:45:27 +04:00
s3.rb storage: S3 client wrapper and admin Basic-auth middleware 2026-05-26 17:43:48 +03:00