stable, before a refactor

This commit is contained in:
Jason Jordan
2026-03-03 22:53:21 -05:00
parent 4fac3b1036
commit 942d60c3e0
66 changed files with 1321 additions and 194 deletions
+2 -2
View File
@@ -34,8 +34,8 @@ development:
tds_version: 7.3
vhcs:
<<: *default
# host: 10.41.82.72 #Prod
host: 10.41.82.73 #Dev
host: 10.41.82.72 #Prod
# host: 10.41.82.73 #Dev
port: 1433
database: VHCS_HIPAA
username: BSTI
+1 -1
View File
@@ -29,7 +29,7 @@ port ENV.fetch("PORT", 3002)
# Allow puma to be restarted by `bin/rails restart` command.
plugin :tmp_restart
plugin :tailwindcss
# plugin :tailwindcss
# Only use a pidfile when requested
pidfile ENV["PIDFILE"] if ENV["PIDFILE"]
+2
View File
@@ -17,6 +17,8 @@ Rails.application.routes.draw do
collection do
get 'generate_sample'
get 'generate_print'
get 'generate_mobile_display'
get 'generate_full_page'
end
end