aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/railtie.rb
Commit message (Expand)AuthorAgeFilesLines
* ActionMailer https on URL with force_ssl = trueAndrew Kampjes2015-08-141-0/+5
* fixing mailer previews for apps with globbing routeOleg2014-12-031-1/+1
* [ActionMailer] require activejob railtieAbdelkader Boudih2014-08-221-0/+1
* Deprecate `*_path` methods in mailers@schneems and @sgrif2014-07-301-1/+1
* Rename preview_enabled option to show_previewsRafael Mendonça França2014-07-011-3/+3
* Add configuration to enable mail previewsLeonard Garvey2014-07-011-1/+9
* allow preview interceptors to be registered through `config.action_mailer`.Yves Senn2014-06-151-0/+1
* Don't use a class_attribute for ActionMailer::Base.preview_pathAndrew White2014-01-261-1/+1
* Add preview_path to autoload_paths in after_initializeAndrew White2014-01-041-5/+7
* Add mailer previews feature based on mail_view gemAndrew White2013-12-171-0/+8
* Move background jobs to the 'jobs' branch until fully baked. Not shipping wit...Jeremy Kemper2012-12-211-2/+0
* Remove old asset_path from rails configJoshua Peek2012-10-151-1/+0
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-211-1/+1
|\
| * update ActionMailer documentation [ci skip]Francesco Rodriguez2012-09-171-1/+1
* | Allow users to configure the queue for the mailersRafael Mendonça França2012-09-121-0/+2
|/
* Get rid of config.preload_frameworks in favor of config.eager_load_namespacesJosé Valim2012-08-211-0/+1
* Default relative_url_root to ENV["RAILS_RELATIVE_URL_ROOT"]. Fixes #3365Piotrek Okoński2011-12-121-2/+3
* remove AM delegating register_observer and register_interceptor to Mail and i...Josh Kalderimis2011-04-041-2/+6
* Clean up asset_host and asset_path.José Valim2010-12-091-2/+2
* Provide a cleaner syntax for paths configuration that does not rely on method...José Valim2010-10-061-3/+3
* Call it compile_methods! and do the same on AM.José Valim2010-09-271-0/+10
* Do not require passing :app to mounted helpers, it's actually useless and not...Piotr Sarnacki2010-09-081-1/+1
* Set only helpers_path on inherited hook in action_controller/railtie.rb and u...Piotr Sarnacki2010-09-031-3/+6
* Moved ActionMailer and ActionController railties options to inherited hookPiotr Sarnacki2010-09-031-6/+3
* ActionMailer should not depend on ActionDispatchPiotr Sarnacki2010-09-031-0/+1
* Move ActionController::Railties::RoutesHelpers and ActionMailer::Railties::Ro...Piotr Sarnacki2010-09-031-2/+2
* Include routes helpers only for inherited classes in ActionMailerPiotr Sarnacki2010-09-031-2/+1
* Include application's helpers and router helpers by default, but include engi...Piotr Sarnacki2010-09-031-0/+2
* mounted helpers should be included in ActionMailerPiotr Sarnacki2010-09-031-1/+2
* Clean up AM and AC railties.José Valim2010-07-241-11/+6
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...José Valim2010-06-241-3/+0
* Extract assets paths and make them available to Action Mailer as wellDavid Heinemeier Hansson2010-06-021-0/+9
* Remove the need for a special action_mailer.url_for initializer that loads be...wycats2010-05-151-4/+2
* Replace the placeholder base_hook API with on_load. To specify some code thatwycats2010-03-291-3/+3
* Move application configuration to the application configuration object, remov...José Valim2010-03-261-2/+2
* Make many parts of Rails lazy. In order to facilitate this,wycats2010-03-071-4/+6
* Get the railties tests to pass again.Carlhuda2010-03-021-5/+0
* Moved initializers for ActionMailer and ActionController into their own railtiesCarlhuda2010-03-021-0/+5
* Rename named_url_helpers to url_helpers and url_helpers to url_forCarlhuda2010-02-261-1/+1
* Get Railties tests passingCarlhuda2010-02-251-1/+1
* Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-161-2/+2
* install ActionController::UrlFor before environment is parsed, to provide Act...Paul Rosania2010-02-051-5/+5
* Rationalize railtie dependencies: AC uses AV; AR uses AMo; and Rails always u...Jeremy Kemper2010-02-041-1/+1
* ActionMailer should depend just on AbstractController.José Valim2010-01-291-0/+4
* Add active_model/railtie back to generated boot.rb, add models back to paths,...José Valim2010-01-251-5/+4
* Rename plugin_name to railtie_name and engine_name.José Valim2010-01-241-1/+1
* Moved more configuration away from bootstrap.José Valim2010-01-221-5/+0
* Add view paths to Engine setup.José Valim2010-01-221-2/+1
* Add subscriber to ActionMailer.José Valim2010-01-141-0/+3
* Some railties cleanup:Carl Lerche2009-12-311-0/+25