Go to file
songtianlun b9801aeb6b feat: enhance cities and weather arts display
- Update CitiesController to list all cities ordered by name
- Add latest and featured weather arts in HomeController
- Display city details, including weather art history, in Cities#show
- Expand layout with a footer and enhanced navigation
- Integrate new daisyUI plugin for improved styling

These changes improve user navigation and visual presentation on both
city and weather art pages, making it easier to browse and view
information. The introduction of daisyUI also modernizes the UI with
consistent design elements.
2025-01-19 22:08:05 +08:00
.github init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
.idea feat: add friendly_id for cities and weather arts 2025-01-19 12:21:00 +08:00
.kamal init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
app feat: enhance cities and weather arts display 2025-01-19 22:08:05 +08:00
bin init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
config feat: add friendly_id for cities and weather arts 2025-01-19 12:21:00 +08:00
db feat: add friendly_id for cities and weather arts 2025-01-19 12:21:00 +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 friendly_id for cities and weather arts 2025-01-19 12:21:00 +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 init with rails8 + active-admin 2025-01-19 01:13:59 +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 init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
Gemfile feat: add friendly_id for cities and weather arts 2025-01-19 12:21:00 +08:00
Gemfile.lock feat: add friendly_id for cities and weather arts 2025-01-19 12:21:00 +08:00
package-lock.json feat: enhance cities and weather arts display 2025-01-19 22:08:05 +08:00
package.json feat: enhance cities and weather arts display 2025-01-19 22:08:05 +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: enhance cities and weather arts display 2025-01-19 22:08:05 +08:00
yarn.lock feat: enhance cities and weather arts display 2025-01-19 22:08:05 +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

  • ...