aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
Commit message (Expand)AuthorAgeFilesLines
...
* Get ActionMailer's tests passing with the non global routerCarlhuda2010-02-251-2/+4
* Renamed LocalizedCache to DetailsCache.José Valim2010-02-241-1/+1
* 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
* Adding options to register observers and interceptors through ActionMailer::B...Mikel Lindsaar2010-02-223-1/+42
* Use ActionDispatch::Routing everywhereMartin Schürrer2010-02-211-1/+1
* Allow to choose the template path and template name used in implicit renderin...José Valim2010-02-192-46/+81
* 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
* Fixing actionmailer tests for CIMikel Lindsaar2010-02-061-1/+2
* fix usage examples and more to use new invocationsRomD2010-02-062-2/+2
* Fix tiny version number from '3.0.0beta' to '3.0.0.beta1', so 'rake install' ...Prem Sichanugrist2010-02-061-1/+1
* 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 Act...Paul Rosania2010-02-051-5/+5
* 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 u...Jeremy Kemper2010-02-041-1/+1
* require 'action_controller' added on a test that uses itSantiago Pastorino and José Ignacio Costa2010-02-041-0/+1
* 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
* Added tests for rendering different template for new APIMikel Lindsaar2010-01-291-0/+14
* 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 defaults(...Mikel Lindsaar2010-01-272-4/+5