Go to file
dependabot[bot] 02c1a1aed5
chore(deps): bump sqlite3 from 2.5.0 to 2.6.0
Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.5.0 to 2.6.0.
- [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases)
- [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/sqlite3-ruby/compare/v2.5.0...v2.6.0)

---
updated-dependencies:
- dependency-name: sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-21 06:48:13 +00:00
.github refactor: consolidate Docker build process 2025-02-02 00:44:36 +08:00
.kamal init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
app fix: handle nil safely for latest arts image 2025-02-19 14:18:14 +08:00
bin init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
config feat: migrate AWS configuration to MinIO 2025-02-19 11:31:57 +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 init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
public feat: update art listings in home controller 2025-02-17 14:38:29 +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 user authentication with devise 2025-02-11 14:45:23 +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 refactor: Update sitemap configuration to support a new host name 2025-02-17 00:27:44 +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
compose.yaml chore: update docker compose file 2025-01-23 17:44:03 +08:00
config.ru init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
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 chore(deps): bump sqlite3 from 2.5.0 to 2.6.0 2025-02-21 06:48:13 +00:00
package.json feat: implement social sharing functionality 2025-02-16 11:58:25 +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 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

  • ...