initial commit
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled

https://guides.rubyonrails.org/getting_started.html#creating-a-database-model
This commit is contained in:
Stefan Tollkühn
2025-09-10 15:48:40 +02:00
parent c66813a3cc
commit eb2033a6fd
95 changed files with 2575 additions and 0 deletions

5
bin/thrust Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env ruby
require "rubygems"
require "bundler/setup"
load Gem.bin_path("thruster", "thrust")