Go to file
songtianlun fc721ada9f
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
Refactor: Limit images generation
- Modify the `PER_RUN_ION` constant of `BatchGenerateWeatherArtsWorker` from
  3 to 2, reducing the number of images generated on each run.

- This change reduces the limit and will not affect other parts
  of the application.
- It is about reducing the number of images generated per run and
  will impact the performance of the application.
- It will not affect the other parts.
</commit_message>
2025-02-17 23:21:04 +08:00
.github refactor: consolidate Docker build process 2025-02-02 00:44:36 +08:00
.kamal
app Refactor: Limit images generation 2025-02-17 23:21:04 +08:00
bin
config feat: Update sitemap host configuration 2025-02-17 00:35:46 +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: update art listings in home controller 2025-02-17 14:38:29 +08:00
script
storage
test feat: add user authentication with devise 2025-02-11 14:45:23 +08:00
tmp
vendor
.dockerignore
.gitattributes
.gitignore refactor: Update sitemap configuration to support a new host name 2025-02-17 00:27:44 +08:00
.node-version
.rubocop.yml
.ruby-version
compose.yaml
config.ru
Dockerfile chore: update dependencies in Dockerfile and Gemfile 2025-02-05 14:53:54 +08:00
Gemfile feat: add Redis integration for sitemap refresh 2025-02-17 15:07:34 +08:00
Gemfile.lock feat: add Redis integration for sitemap refresh 2025-02-17 15:07:34 +08:00
package.json feat: implement social sharing functionality 2025-02-16 11:58:25 +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 feat: implement social sharing functionality 2025-02-16 11:58:25 +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

  • ...