ubicloud/routes
Jeremy Evans 53e11cb6b0 Replace unnecessary new_with_id calls with new
If you don't need the id before saving the object, you should use
new instead of new_with_id. new_with_id should only be used if you
need the id before the object is saved.
2025-08-06 01:55:51 +09:00
..
project Replace unnecessary new_with_id calls with new 2025-08-06 01:55:51 +09:00
runtime Use r.is to check for fully routed path only once instead of twice 2025-06-20 05:14:52 +09:00
webhook Use the Roda plain_hash_response_headers plugin 2025-05-13 06:04:31 +09:00
account.rb Support connecting and disconnecting OIDC authentication support for accounts 2025-07-08 00:10:06 +09:00
cli.rb Add audit logging to all route actions 2025-05-13 06:38:49 +09:00
github.rb Use typecast_params in the github route 2025-05-20 05:49:38 +09:00
project.rb Use r.is in project route 2025-06-25 07:27:46 +09:00