- Downgraded `aws-sdk-s3` to version 1.170 and updated `aws-sdk-core` to 3.211 to maintain compatibility with existing code. - Updated various column types in the database schema from `integer` to `bigint` to handle larger values and improve data integrity. - Modified the `sync_geo_data.rake` task to use `find_or_create_by` for `Country`, improving the logic for ensuring unique countries based on ISO code. These changes enhance dependency management and improve schema robustness while maintaining functionality. |
||
---|---|---|
.github | ||
.kamal | ||
app | ||
bin | ||
config | ||
db | ||
lib | ||
log | ||
public | ||
script | ||
storage | ||
test | ||
tmp | ||
vendor | ||
.dockerignore | ||
.gitattributes | ||
.gitignore | ||
.node-version | ||
.rubocop.yml | ||
.ruby-version | ||
compose.yaml | ||
config.ru | ||
Dockerfile | ||
Gemfile | ||
Gemfile.lock | ||
package.json | ||
Procfile.dev | ||
Rakefile | ||
README.md | ||
tailwind.config.js | ||
yarn.lock |
README
This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
-
Ruby version
-
System dependencies
-
Configuration
-
Database creation
-
Database initialization
-
How to run the test suite
-
Services (job queues, cache servers, search engines, etc.)
-
Deployment instructions
-
...