]> gitweb.mndrdr.org Git - arelpe.git/commit
Added a job runner for mailouts
authorAidan Cornelius-Bell <[email protected]>
Sun, 13 Oct 2024 04:19:30 +0000 (14:49 +1030)
committerAidan Cornelius-Bell <[email protected]>
Sun, 13 Oct 2024 04:19:30 +0000 (14:49 +1030)
commitc05fbb2dd39f3473d7039e85d08003f2ccdf77b5
tree35d936de0d305c93c1ef7909cb2d99ac848419a6
parent66982e45ce6c6ec890e38f68ad02e3e71eef90fa
Added a job runner for mailouts
app/controllers/job_runner_controller.rb [new file with mode: 0644]
app/helpers/job_runner_helper.rb [new file with mode: 0644]
app/jobs/weekly_bookmarks_digest_job.rb
app/views/digest_mailer/weekly_bookmarks_digest.html.erb
app/views/job_runner/index.html.erb [new file with mode: 0644]
app/views/job_runner/run.html.erb [new file with mode: 0644]
config/routes.rb
test/controllers/job_runner_controller_test.rb [new file with mode: 0644]