aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/railtie.rb
Commit message (Expand)AuthorAgeFilesLines
* 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