Go to file
songtianlun 93b24ff50c chore: update Dockerfile to include libpq-dev
- Add libpq-dev to the list of packages installed for the build
- Ensure that the environment has the necessary dependencies

This change updates the Dockerfile to include the libpq-dev package,
which is required for compiling certain gem dependencies. The inclusion
of this package improves the compatibility of the environment with
database-related gems during the build process, ensuring a smoother
setup for development and deployment.
2025-01-22 09:29:37 +08:00
.github build: update Docker workflow for versioning 2025-01-22 09:23:59 +08:00
.kamal init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
app feat: update city display and database schema 2025-01-21 21:29:26 +08:00
bin init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
config feat: add countries and regions management 2025-01-21 18:27:26 +08:00
db feat: update city display and database schema 2025-01-21 21:29:26 +08:00
lib/tasks init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
log init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
public init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
script init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
storage init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
test feat: add countries and regions management 2025-01-21 18:27:26 +08:00
tmp init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
vendor init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
.dockerignore init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
.gitattributes init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
.gitignore chore: cleanup IDE configuration files 2025-01-20 13:27:29 +08:00
.node-version init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
.rubocop.yml init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
.ruby-version init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
config.ru init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
Dockerfile chore: update Dockerfile to include libpq-dev 2025-01-22 09:29:37 +08:00
Gemfile style: standardize quoting for pg gem 2025-01-21 09:11:00 +08:00
Gemfile.lock chore: add pg gem for production environment 2025-01-20 18:47:06 +08:00
package.json chore: clean up code style and unused fixtures 2025-01-20 18:08:55 +08:00
Procfile.dev init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
Rakefile init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
README.md init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
tailwind.config.js feat: add font styling and enhance city views 2025-01-20 18:02:28 +08:00
yarn.lock feat: add font styling and enhance city views 2025-01-20 18:02:28 +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

  • ...