aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
Commit message (Collapse)AuthorAgeFilesLines
...
* Use render instead render_to_body.José Valim2010-02-242-2/+2
|
* Revert "Fix test load paths for those not using bundler"Carlhuda2010-02-232-8/+2
| | | | | | This reverts commit eec2d301d4ce9df9c71c1a5aa63053eb970b6818. This commit broke tests. You cannot have a file called "bundler" on the load path.
* Adding options to register observers and interceptors through ↵Mikel Lindsaar2010-02-223-1/+42
| | | | | | ActionMailer::Base.register_observer and ActionMailer::Base.register_interceptor. These hook into Mail.register_interceptor and Mail.register_observer. Also bumped Mail requirement to 2.1.3 Signed-off-by: José Valim <jose.valim@gmail.com>
* Use ActionDispatch::Routing everywhereMartin Schürrer2010-02-211-1/+1
|
* Allow to choose the template path and template name used in implicit ↵José Valim2010-02-192-46/+81
| | | | rendering with ActionMailer.
* Merge master.José Valim2010-02-172-2/+8
|\
| * Fix test load paths for those not using bundlerJoshua Peek2010-02-152-2/+8
| |
* | Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-163-8/+8
|/
* Adding ruby version spec to all gemspec files to at least 1.8.7Mikel Lindsaar2010-02-081-0/+1
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Fixing actionmailer tests for CIMikel Lindsaar2010-02-061-1/+2
|
* fix usage examples and more to use new invocationsRomD2010-02-062-2/+2
| | | | Signed-off-by: Carl Lerche <carllerche@mac.com>
* Fix tiny version number from '3.0.0beta' to '3.0.0.beta1', so 'rake install' ↵Prem Sichanugrist2010-02-061-1/+1
| | | | | | will be run correctly [#3879 status:resolved] Signed-off-by: José Valim <jose.valim@gmail.com>
* Bump git versions to 3.0.0.beta1 since we've releasedJeremy Kemper2010-02-051-2/+2
|
* install ActionController::UrlFor before environment is parsed, to provide ↵Paul Rosania2010-02-051-5/+5
| | | | | | ActionMailer#default_url_options= Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Submarine the rake-gemcutter dep in RakefilesJeremy Kemper2010-02-051-4/+5
|
* Fix task definesJeremy Kemper2010-02-041-1/+1
|
* Release using gemcutter gem:push tasksJeremy Kemper2010-02-041-18/+5
|
* Rationalize railtie dependencies: AC uses AV; AR uses AMo; and Rails always ↵Jeremy Kemper2010-02-041-1/+1
| | | | uses AS.
* require 'action_controller' added on a test that uses itSantiago Pastorino and José Ignacio Costa2010-02-041-0/+1
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Homogenize gemspecs and remove the deprecated autorequireDavid Heinemeier Hansson2010-02-031-16/+16
|
* Move to 3.0.0.betaDavid Heinemeier Hansson2010-02-032-3/+3
|
* Merge branch 'master' of git://github.com/rails/railsMikel Lindsaar2010-02-026-41/+29
|\
| * Make AM test suite green.José Valim2010-02-012-2/+3
| |
| * Convert to class_attributeJeremy Kemper2010-02-015-31/+25
| |
| * Get rails tests running on bundler 0.9Carl Lerche2010-01-311-8/+1
| |
* | Updating copyright dates on all licensesMikel Lindsaar2010-02-012-2/+2
|/
* Updating Action Mailer documentationMikel Lindsaar2010-01-313-45/+58
|
* Add transfer_encoding= setter deprecation.José Valim2010-01-302-1/+17
|
* Fix some backward incompatible behavior on AM.José Valim2010-01-301-0/+1
|
* Automatically configure generators if application is defined.José Valim2010-01-291-1/+3
|
* ActionMailer should depend just on AbstractController.José Valim2010-01-295-23/+33
|
* Add a failing test case for render :layoutMikel Lindsaar2010-01-296-0/+20
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Added tests for rendering different template for new APIMikel Lindsaar2010-01-291-0/+14
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Rename 'defaults' class method to 'default' to reflect that it's a declarationJeremy Kemper2010-01-274-26/+26
|
* Fix time comparison. Mail#date returns DateTime not Time.Jeremy Kemper2010-01-271-1/+1
|
* Expected attachment encoding is binaryJeremy Kemper2010-01-271-2/+4
|
* Remove unbundle changelogsJeremy Kemper2010-01-271-2/+0
|
* Unvendor'd text-format, now requires text-format gemMikel Lindsaar2010-01-285-1478/+4
|
* Updated mail requirement to 2.1.2Mikel Lindsaar2010-01-281-1/+1
|
* Fixed bug on HTML only emails getting set to text/plainMikel Lindsaar2010-01-284-1/+21
|
* Bring AM tests back to green again.José Valim2010-01-263-17/+3
|
* Fix failing tests on AM about render(:body => Hash).José Valim2010-01-266-68/+36
|
* Merge branch 'master' of git://github.com/rails/railsJosé Valim2010-01-266-2/+58
|\
| * Failing AM test for legacy multipart alternative renderingJoshua Peek2010-01-263-0/+39
| |
| * Failing AM test for nested layoutsJoshua Peek2010-01-263-2/+19
| |
* | Also include translation in ActionMailer.José Valim2010-01-261-0/+1
|/
* Tidy up tests and docs.José Valim and Mikel Lindsaar2010-01-262-20/+21
|
* Fixing up tests and docs to use defaults :from => 'name' instead of ↵Mikel Lindsaar2010-01-272-4/+5
| | | | defaults({:from => 'name'})
* Merge branch 'master' of github.com:mikel/railsMikel Lindsaar2010-01-274-26/+43
|\ | | | | | | | | Conflicts: actionmailer/lib/action_mailer/base.rb
| * Deprecate old defaults API.José Valim and Mikel Lindsaar2010-01-264-32/+43
| |