aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
Commit message (Collapse)AuthorAgeFilesLines
* Read Rails version from a file instead of modifying the load path and doing ↵Bryan Helmkamp2010-03-041-4/+3
| | | | | | requires Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Fixed a broken AM test. I'm unsure how this passed before.Carlhuda2010-03-041-1/+1
|
* Update the ActionMailer tests to run off of the latest ActionController ↵Carl Lerche2010-03-042-5/+8
| | | | config refactor
* Fix a bunch of failing AP / AM specs created from the previous ↵Carl Lerche2010-03-041-2/+6
| | | | AbstractController configuration refactor.
* Fix quoting regexp encoding in ActionMailerPavel Golubeff2010-03-031-1/+1
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Fix action_mailer testsCarl Lerche2010-03-021-1/+5
|
* 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
|
* Wordsmith gem descriptionsJeremy Kemper2010-03-021-2/+2
|
* Leverage VERSION constants from gemspecs to avoid tedious updates when releasingBryan Helmkamp2010-03-022-3/+5
|
* Update versions of all components to normalize them to new formatBryan Helmkamp2010-03-021-2/+3
|
* Remove cruft in the gem packaging and release codeBryan Helmkamp2010-03-011-10/+0
|
* fix up actionmailer load pathJoshua Peek2010-02-281-1/+4
|
* Rename named_url_helpers to url_helpers and url_helpers to url_forCarlhuda2010-02-262-2/+2
|
* Get Railties tests passingCarlhuda2010-02-251-1/+1
|
* 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
| | | | | | 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>