index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionmailer
/
lib
/
action_mailer
/
railtie.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eager load controller and mailer actions
Kir Shatrov
2017-07-29
1
-0
/
+6
*
Use frozen string literal in actionmailer/
Kir Shatrov
2017-07-23
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-2
/
+2
*
applies new string literal convention in actionmailer/lib
Xavier Noria
2016-08-06
1
-4
/
+4
*
Prevent not-intended loading of `ActionDispatch::IntegrationTest`
yui-knk
2016-03-07
1
-2
/
+2
*
Change ActionMailer's default caching configuration and update generator's en...
Stan Lo
2016-02-23
1
-1
/
+1
*
Porting ActionController::Caching to ActionMailer::Caching
Stan Lo
2016-02-23
1
-0
/
+1
*
Prevent ActionMailer initializer from triggering load of ActionMailer
Dave Gynn
2016-02-22
1
-10
/
+12
*
Add `internal` attribute to routes
Jon Moss
2016-02-22
1
-2
/
+2
*
fix class name typo.
Yves Senn
2016-02-16
1
-1
/
+1
*
reset `ActionMailer::Base.deliveries` in `ActionDispatch::IntegrationTest`.
Yves Senn
2016-02-16
1
-0
/
+2
*
ActionMailer https on URL with force_ssl = true
Andrew Kampjes
2015-08-14
1
-0
/
+5
*
fixing mailer previews for apps with globbing route
Oleg
2014-12-03
1
-1
/
+1
*
[ActionMailer] require activejob railtie
Abdelkader Boudih
2014-08-22
1
-0
/
+1
*
Deprecate `*_path` methods in mailers
@schneems and @sgrif
2014-07-30
1
-1
/
+1
*
Rename preview_enabled option to show_previews
Rafael Mendonça França
2014-07-01
1
-3
/
+3
*
Add configuration to enable mail previews
Leonard Garvey
2014-07-01
1
-1
/
+9
*
allow preview interceptors to be registered through `config.action_mailer`.
Yves Senn
2014-06-15
1
-0
/
+1
*
Don't use a class_attribute for ActionMailer::Base.preview_path
Andrew White
2014-01-26
1
-1
/
+1
*
Add preview_path to autoload_paths in after_initialize
Andrew White
2014-01-04
1
-5
/
+7
*
Add mailer previews feature based on mail_view gem
Andrew White
2013-12-17
1
-0
/
+8
*
Move background jobs to the 'jobs' branch until fully baked. Not shipping wit...
Jeremy Kemper
2012-12-21
1
-2
/
+0
*
Remove old asset_path from rails config
Joshua Peek
2012-10-15
1
-1
/
+0
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-09-21
1
-1
/
+1
|
\
|
*
update ActionMailer documentation [ci skip]
Francesco Rodriguez
2012-09-17
1
-1
/
+1
*
|
Allow users to configure the queue for the mailers
Rafael Mendonça França
2012-09-12
1
-0
/
+2
|
/
*
Get rid of config.preload_frameworks in favor of config.eager_load_namespaces
José Valim
2012-08-21
1
-0
/
+1
*
Default relative_url_root to ENV["RAILS_RELATIVE_URL_ROOT"]. Fixes #3365
Piotrek Okoński
2011-12-12
1
-2
/
+3
*
remove AM delegating register_observer and register_interceptor to Mail and i...
Josh Kalderimis
2011-04-04
1
-2
/
+6
*
Clean up asset_host and asset_path.
José Valim
2010-12-09
1
-2
/
+2
*
Provide a cleaner syntax for paths configuration that does not rely on method...
José Valim
2010-10-06
1
-3
/
+3
*
Call it compile_methods! and do the same on AM.
José Valim
2010-09-27
1
-0
/
+10
*
Do not require passing :app to mounted helpers, it's actually useless and not...
Piotr Sarnacki
2010-09-08
1
-1
/
+1
*
Set only helpers_path on inherited hook in action_controller/railtie.rb and u...
Piotr Sarnacki
2010-09-03
1
-3
/
+6
*
Moved ActionMailer and ActionController railties options to inherited hook
Piotr Sarnacki
2010-09-03
1
-6
/
+3
*
ActionMailer should not depend on ActionDispatch
Piotr Sarnacki
2010-09-03
1
-0
/
+1
*
Move ActionController::Railties::RoutesHelpers and ActionMailer::Railties::Ro...
Piotr Sarnacki
2010-09-03
1
-2
/
+2
*
Include routes helpers only for inherited classes in ActionMailer
Piotr Sarnacki
2010-09-03
1
-2
/
+1
*
Include application's helpers and router helpers by default, but include engi...
Piotr Sarnacki
2010-09-03
1
-0
/
+2
*
mounted helpers should be included in ActionMailer
Piotr Sarnacki
2010-09-03
1
-1
/
+2
*
Clean up AM and AC railties.
José Valim
2010-07-24
1
-11
/
+6
*
Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...
José Valim
2010-06-24
1
-3
/
+0
*
Extract assets paths and make them available to Action Mailer as well
David Heinemeier Hansson
2010-06-02
1
-0
/
+9
*
Remove the need for a special action_mailer.url_for initializer that loads be...
wycats
2010-05-15
1
-4
/
+2
*
Replace the placeholder base_hook API with on_load. To specify some code that
wycats
2010-03-29
1
-3
/
+3
*
Move application configuration to the application configuration object, remov...
José Valim
2010-03-26
1
-2
/
+2
*
Make many parts of Rails lazy. In order to facilitate this,
wycats
2010-03-07
1
-4
/
+6
*
Get the railties tests to pass again.
Carlhuda
2010-03-02
1
-5
/
+0
[next]