summaryrefslogtreecommitdiff
path: root/app/mailers/base_mailer.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable frozen in app/mailers/**/*.rbgfyoung2018-08-151-0/+2
* use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-021-3/+1
* `current_application_settings` belongs on `Gitlab::CurrentSettings`Sean McGivern2017-08-311-1/+3
* Bugfix: Always use the default language when generating emails.32748-emails-are-being-sent-with-the-wrong-languageRuben Davila2017-05-251-0/+6
* Rename GitlabMarkdownHelper -> MarkupHelperToon Claes2017-04-271-1/+1
* Enable Style/Proc cop for rubocopmhasbini2017-04-021-2/+2
* Use method helper instead of add_template_helperbogdanvlviv2016-11-061-2/+2
* remove Ability.abilitieshttp://jneen.net/2016-08-301-1/+1
* Migrate mailers to ActiveJobValery Sizov2015-11-261-4/+0
* Fix Basemailer#can?Douwe Maan2015-08-191-1/+1
* Fix BaseMailer.Douwe Maan2015-08-191-19/+1
* Add BaseMailer to house shared mailer functionality.Douwe Maan2015-08-191-0/+50