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