Go to file
songtianlun 155669866a
Some checks failed
CI / scan_ruby (push) Waiting to run
CI / lint (push) Waiting to run
CI / test (push) Waiting to run
Docker / docker (push) Has been cancelled
style: adjust font size in footer container
- Change font size from 'text-sm' to 'text-xs' for better visibility

This adjustment improves the aesthetics of the footer by ensuring that the
text is appropriately sized and matches the overall design of the page.
2025-01-26 02:29:43 +08:00
.github chore: update Docker workflow configuration 2025-01-23 09:36:37 +08:00
.kamal init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
app style: adjust font size in footer container 2025-01-26 02:29:43 +08:00
bin init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
config feat: add sitemap functionality 2025-01-26 00:07:44 +08:00
db style: format priority values for consistency 2025-01-24 09:09:57 +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 feat: implement ads.txt configuration 2025-01-24 09:14:13 +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 sitemap functionality 2025-01-26 00:07:44 +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 fix: update default host in sitemap generator and refresh sitemap on worker 2025-01-23 19:40:08 +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 fix: update ownership permissions in Dockerfile 2025-01-23 19:53:50 +08:00
Gemfile style: format code for consistency 2025-01-23 19:03:14 +08:00
Gemfile.lock feat: add SEO meta tags and sitemap generation 2025-01-23 19:02:52 +08:00
package.json feat: add jQuery and UI support 2025-01-25 01:11:15 +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 jQuery and UI support 2025-01-25 01:11:15 +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

  • ...