aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/mailer_previews_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-3/+3
* Add locale selector to email preview (#31596)Hitoshi Nakashima2018-01-181-6/+62
* Fix RuboCop offensesKoichi ITO2017-08-161-2/+2
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Pass request params to ActionMailer::PreviewAlexey Zapparov2017-03-011-0/+51
* Don't mutate raw_source in mailer preview interceptorEugene Kenny2017-01-301-0/+34
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-1/+1
* applies new string literal convention in railties/testXavier Noria2016-08-061-78/+78
* Fix typo in mailer previews test description [ci skip]Gale Shafer2016-07-141-1/+1
* Remove unused boot_rails method and it's usagePrathamesh Sonpatki2016-07-041-1/+0
* Fix displaying mailer previews on non local requests.Wojciech Wnętrzak2015-09-171-1/+1
* Document inline image mailer preview interceptorAndrew White2015-05-041-5/+5
* Add support for inline images to mailer previewsAndrew White2015-05-041-6/+8
* Fix mailer previews with attachmentsAndrew White2015-05-041-0/+190
* Mailer preview now uses `url_for` to fix links to emails for apps running on ...Remo Mueller2015-04-301-0/+30
* mailer previews for `NullMail` instances. Closes #19849.Yves Senn2015-04-281-0/+26
* Remove deprecate `*_path` helpers in email viewsRafael Mendonça França2015-01-041-52/+0
* fixing mailer previews for apps with globbing routeOleg2014-12-031-0/+11
* Deprecate `*_path` methods in mailers@schneems and @sgrif2014-07-301-0/+52
* Rename preview_enabled option to show_previewsRafael Mendonça França2014-07-011-3/+3
* Add configuration to enable mail previewsLeonard Garvey2014-07-011-0/+14
* Add preview_path to autoload_paths in after_initializeAndrew White2014-01-041-1/+41
* Add mailer previews feature based on mail_view gemAndrew White2013-12-171-0/+388