{"id":17330607,"url":"https://github.com/adam12/roda-mailer_ext","last_synced_at":"2025-04-14T17:54:08.343Z","repository":{"id":56892541,"uuid":"81375324","full_name":"adam12/roda-mailer_ext","owner":"adam12","description":"Teach the Roda mailer plugin a few neat tricks","archived":false,"fork":false,"pushed_at":"2024-12-27T16:21:15.000Z","size":23,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T05:43:27.785Z","etag":null,"topics":["roda","roda-mailer-plugin"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adam12.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-08T20:58:42.000Z","updated_at":"2024-12-27T16:21:19.000Z","dependencies_parsed_at":"2024-05-02T02:01:30.835Z","dependency_job_id":"222727ee-a7eb-4fe7-a37a-338bcb27f262","html_url":"https://github.com/adam12/roda-mailer_ext","commit_stats":{"total_commits":23,"total_committers":1,"mean_commits":23.0,"dds":0.0,"last_synced_commit":"fe98ea1ff99ed5e460a7ce9a73d18cf2a1985215"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adam12%2Froda-mailer_ext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adam12%2Froda-mailer_ext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adam12%2Froda-mailer_ext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adam12%2Froda-mailer_ext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adam12","download_url":"https://codeload.github.com/adam12/roda-mailer_ext/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248492965,"owners_count":21113160,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["roda","roda-mailer-plugin"],"created_at":"2024-10-15T14:51:46.981Z","updated_at":"2025-04-14T17:54:08.322Z","avatar_url":"https://github.com/adam12.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Roda Mailer Extensions\n\nA few helpful extensions to the Roda mailer plugin.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem \"roda-mailer_ext\"\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install roda-mailer_ext\n\n## Usage\n\nSimply configure this plugin as you would any other plugin. Without any options,\nthe plugin is a no-op. You will want to use the `log` or `prevent_delivery` options\nto make the plugin useful.\n\nI like to pair this plugin with the [environments](http://roda.jeremyevans.net/rdoc/classes/Roda/RodaPlugins/Environments.html)\nplugin to configure depending on current `RACK_ENV`.\n\n    plugin :environments\n    plugin :mailer_ext,\n      log: (development? or production?),\n      prevent_delivery: !production?\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/adam12/roda-mailer_ext.\n\nI love pull requests! If you fork this project and modify it, please ping me to see\nif your changes can be incorporated back into this project.\n\nThat said, if your feature idea is nontrivial, you should probably open an issue to\n[discuss it](http://www.igvita.com/2011/12/19/dont-push-your-pull-requests/)\nbefore attempting a pull request.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadam12%2Froda-mailer_ext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadam12%2Froda-mailer_ext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadam12%2Froda-mailer_ext/lists"}