Go to file
songtianlun a0122b5cea chore: update action mailer configuration
- Set host option for action mailer to use ENV variable
- Added SSL, open timeout, and read timeout settings
- Ensure authentication method is a string

These changes streamline the action mailer configuration by introducing
additional parameters for a more secure and efficient operation,
improving overall email delivery reliability.
2025-01-18 14:10:49 +08:00
.github init sample-app 2024-12-29 17:12:54 +08:00
.kamal init sample-app 2024-12-29 17:12:54 +08:00
app fix: handle user creation failure 2025-01-18 14:04:12 +08:00
bin feat: add tailwindcss integration and demo page 2025-01-16 18:17:08 +08:00
config chore: update action mailer configuration 2025-01-18 14:10:49 +08:00
db feat: add cities and weather_arts tables 2025-01-17 18:08:41 +08:00
lib/tasks init sample-app 2024-12-29 17:12:54 +08:00
log init sample-app 2024-12-29 17:12:54 +08:00
public init sample-app 2024-12-29 17:12:54 +08:00
script init sample-app 2024-12-29 17:12:54 +08:00
storage init sample-app 2024-12-29 17:12:54 +08:00
test feat: add city and weather art models 2025-01-17 18:05:42 +08:00
tmp init sample-app 2024-12-29 17:12:54 +08:00
vendor init sample-app 2024-12-29 17:12:54 +08:00
.dockerignore init sample-app 2024-12-29 17:12:54 +08:00
.gitattributes init sample-app 2024-12-29 17:12:54 +08:00
.gitignore chore: remove IDE configuration files 2025-01-04 09:46:50 +08:00
.rubocop.yml init sample-app 2024-12-29 17:12:54 +08:00
.ruby-version add website struct 2024-12-30 13:23:22 +08:00
config.ru init sample-app 2024-12-29 17:12:54 +08:00
Dockerfile feat: add nvm and yarn installation to Dockerfile 2025-01-07 15:32:41 +08:00
Gemfile chore: remove unused jQuery and Bootstrap dependencies 2025-01-17 17:08:07 +08:00
Gemfile.lock chore: remove unused jQuery and Bootstrap dependencies 2025-01-17 17:08:07 +08:00
Guardfile style: standardize quotation marks and spacing 2025-01-04 10:21:22 +08:00
package.json chore: remove unused jQuery and Bootstrap dependencies 2025-01-17 17:08:07 +08:00
Procfile.dev feat: add tailwindcss integration and demo page 2025-01-16 18:17:08 +08:00
Rakefile init sample-app 2024-12-29 17:12:54 +08:00
README.md init sample-app 2024-12-29 17:12:54 +08:00
yarn.lock chore: remove unused jQuery and Bootstrap dependencies 2025-01-17 17:08:07 +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

  • ...