Added job to send bookmark digest
authorAidan Cornelius-Bell <aidan@cornelius-bell.com>
Wed, 9 Oct 2024 20:50:07 +0000 (07:20 +1030)
committerAidan Cornelius-Bell <aidan@cornelius-bell.com>
Wed, 9 Oct 2024 20:50:07 +0000 (07:20 +1030)
commit8a74753416297f39ab3be8075c9e3a517cbed73a
tree0550e688881d37ccb73d0af58025c7cfdfa3afed
parente699d7e30ef4fdb78119c47246c85df6b97d938c
Added job to send bookmark digest
Gemfile
Gemfile.lock
app/jobs/weekly_bookmarks_digest_job.rb [new file with mode: 0644]
app/mailers/digest_mailer.rb [new file with mode: 0644]
app/views/digest_mailer/.DS_Store [copied from app/assets/images/.DS_Store with 100% similarity]
app/views/digest_mailer/weekly_bookmarks_digest.html.erb [new file with mode: 0644]
config/schedule.rb [new file with mode: 0644]
lib/tasks/lib-tasks-bookmarks_digest.rake [new file with mode: 0644]
test/jobs/weekly_bookmarks_digest_job_test.rb [copied from test/models/post_test.rb with 57% similarity]
test/mailers/digest_mailer_test.rb [new file with mode: 0644]
test/mailers/previews/digest_mailer_preview.rb [new file with mode: 0644]