.github/workflows/ci.yml | |
|
|
.gitignore | |
|
|
Gemfile | |
|
|
Gemfile.lock | |
|
|
README.md | |
|
|
Rakefile | |
|
|
app/assets/builds/plain.css | |
|
|
app/assets/config/plain_manifest.js | 0 | A 0 mins |
|
app/assets/stylesheets/plain/application.css | |
|
|
app/assets/stylesheets/plain/application.tailwind.css | |
|
|
app/controllers/plain/application_controller.rb | 4 | A 0 mins |
|
app/controllers/plain/conversations_controller.rb | 45 | A 0 mins |
|
app/controllers/plain/docs_controller.rb | 85 | A 1 hr |
|
app/controllers/plain/documents_controller.rb | 23 | A 0 mins |
|
app/controllers/plain/home_controller.rb | 9 | A 0 mins |
|
app/controllers/plain/messages_controller.rb | 24 | A 0 mins |
|
app/helpers/plain/application_helper.rb | 4 | A 0 mins |
|
app/helpers/plain/conversations_helper.rb | 4 | A 0 mins |
|
app/helpers/plain/docs_helper.rb | 4 | A 0 mins |
|
app/helpers/plain/documents_helper.rb | 4 | A 0 mins |
|
app/helpers/plain/home_helper.rb | 4 | A 0 mins |
|
app/helpers/plain/messages_helper.rb | 4 | A 0 mins |
|
app/javascripts/loader_controller.js | 17 | A 0 mins |
|
app/javascripts/scroll_controller.js | 6 | A 0 mins |
|
app/javascripts/toggle_class_controller.js | 7 | A 0 mins |
|
app/jobs/plain/application_job.rb | 4 | A 0 mins |
|
app/jobs/plain/message_processor_job.rb | 8 | A 0 mins |
|
app/mailers/plain/application_mailer.rb | 6 | A 0 mins |
|
app/models/plain/application_record.rb | 5 | A 0 mins |
|
app/models/plain/conversation.rb | 38 | A 25 mins |
|
app/models/plain/document.rb | 33 | A 0 mins |
|
app/models/plain/message.rb | 46 | A 25 mins |
|
app/services/plain/ai_docs.rb | 111 | A 0 mins |
|
app/services/plain/docs_service.rb | 101 | A 2 hrs |
|
app/views/layouts/plain/application.html.erb | |
|
|
app/views/plain/conversations/_conversation_item.html.erb | |
|
|
app/views/plain/conversations/_conversation_list.erb | |
|
|
app/views/plain/conversations/_conversation_list.html.erb | |
|
|
app/views/plain/conversations/_modal.html.erb | |
|
|
app/views/plain/conversations/_status.erb | |
|
|
app/views/plain/conversations/destroy.turbo_stream.erb | |
|
|
app/views/plain/conversations/index.html.erb | |
|
|
app/views/plain/conversations/pin.turbo_stream.erb | |
|
|
app/views/plain/conversations/show.html.erb | |
|
|
app/views/plain/docs/_footer.erb | |
|
|
app/views/plain/docs/_form.html.erb | |
|
|
app/views/plain/docs/_menu.erb | |
|
|
app/views/plain/docs/_sections.erb | |
|
|
app/views/plain/docs/edit.html.erb | |
|
|
app/views/plain/docs/show.html.erb | |
|
|