Put together a filterable database of local LLMs.
Find a file
2025-09-03 00:12:44 -05:00
db/migrations Added CRUD but edit and delete giving errors. 2025-09-03 00:12:44 -05:00
models Added CRUD but edit and delete giving errors. 2025-09-03 00:12:44 -05:00
test Initial commit 2025-08-18 02:17:21 -05:00
views Added CRUD but edit and delete giving errors. 2025-09-03 00:12:44 -05:00
.env.rb Getting rid of CSRF for now. 2025-08-24 14:53:34 -05:00
.gitignore update gitignore 2025-08-21 22:21:37 -05:00
app.rb Added CRUD but edit and delete giving errors. 2025-09-03 00:12:44 -05:00
config.ru Getting rid of CSRF for now. 2025-08-24 14:53:34 -05:00
db.rb Initial commit 2025-08-18 02:17:21 -05:00
Gemfile Initial commit 2025-08-18 02:17:21 -05:00
Gemfile.lock Added CRUD but edit and delete giving errors. 2025-09-03 00:12:44 -05:00
LICENSE Initial commit 2025-08-18 02:17:21 -05:00
myapp.service Initial commit 2025-08-18 02:17:21 -05:00
Rakefile Add models and rake tasks for migrating 2025-08-19 23:39:39 -05:00
README.md Initial commit 2025-08-18 02:17:21 -05:00

Roda step 3 - Database

Build on our prior app using templates to pull data from a database.