Go to file
songtianlun d4deddbb8c
Some checks are pending
Docker / docker (push) Waiting to run
CI / scan_ruby (push) Waiting to run
CI / lint (push) Waiting to run
CI / test (push) Waiting to run
feat: fetch city state information
- Added state association to City model
- Modified City view to display state information

This change includes proper input validation and error handling.
Added city state information to views and models to improve data accuracy and user experience.
2025-02-16 01:35:36 +08:00
.github refactor: consolidate Docker build process 2025-02-02 00:44:36 +08:00
.kamal
app feat: fetch city state information 2025-02-16 01:35:36 +08:00
bin
config feat: improve worker logging 2025-02-15 12:30:48 +08:00
db fix: parse timezones as JSON 2025-02-15 17:21:02 +08:00
lib fix: add country code assignment in city creation 2025-02-11 17:59:23 +08:00
log
public feat: migrate to OpenLayers for map display 2025-02-15 00:19:04 +08:00
script
storage
test feat: add user authentication with devise 2025-02-11 14:45:23 +08:00
tmp
vendor
.dockerignore
.gitattributes
.gitignore fix: update default host in sitemap generator and refresh sitemap on worker 2025-01-23 19:40:08 +08:00
.node-version
.rubocop.yml
.ruby-version
compose.yaml chore: update docker compose file 2025-01-23 17:44:03 +08:00
config.ru
Dockerfile chore: update dependencies in Dockerfile and Gemfile 2025-02-05 14:53:54 +08:00
Gemfile feat: add rack-mini-profiler for performance monitoring 2025-02-14 10:47:16 +08:00
Gemfile.lock feat: add rack-mini-profiler for performance monitoring 2025-02-14 10:47:16 +08:00
package.json refactor: replace OpenLayers with Mapbox GL 2025-02-15 11:21:12 +08:00
Procfile.dev
Rakefile
README.md
tailwind.config.js style: improve footer layout and text labels 2025-02-14 10:27:26 +08:00
yarn.lock refactor: replace OpenLayers with Mapbox GL 2025-02-15 11:21:12 +08:00

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

  • ...