aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
Commit message (Expand)AuthorAgeFilesLines
* Update the version.rb files to include a PRE partCarl Lerche2010-11-161-2/+2
* Revert "Bump up mail dependency to take advantage of relaxed i18n version req...Mikel Lindsaar2010-11-161-1/+1
* Bump up mail dependency to take advantage of relaxed i18n version requirementMikel Lindsaar2010-11-161-1/+1
* syncs CHANGELOGs for 3.0.2 in 3-0-stable with the ones in masterXavier Noria2010-11-091-0/+4
* Updating mail dependency to 2.2.9Mikel Lindsaar2010-10-261-1/+1
* Merge CHANGELOGs from 3-0-stableSantiago Pastorino2010-10-181-0/+3
* replace if ! with unlessNeeraj Singh2010-10-171-1/+1
* Always pull in version for frameworks (standardize autoload / require / none)wycats2010-10-101-0/+1
* Remove old workaround for mocha bug. [#3886 state:committed]James Mead2010-10-081-4/+1
* Provide a cleaner syntax for paths configuration that does not rely on method...José Valim2010-10-061-3/+3
* mailer comment should use namespace in commentAditya Sanghi2010-10-061-1/+1
* PERF: Don't create unnecessary objectsSantiago Pastorino2010-10-031-1/+1
* PERF: change inject({}) with Hash + mapSantiago Pastorino2010-10-031-1/+1
* self is implied, so remove selfAaron Patterson2010-09-291-1/+1
* dry up method missingAaron Patterson2010-09-291-5/+2
* Call it compile_methods! and do the same on AM.José Valim2010-09-271-0/+10
* Bump up some depsSantiago Pastorino2010-09-261-1/+1
* Add namespacing to mailer generatorPiotr Sarnacki2010-09-251-0/+2
* Merge remote branch 'drogus/engines'wycats2010-09-111-1/+1
|\
| * Do not require passing :app to mounted helpers, it's actually useless and not...Piotr Sarnacki2010-09-081-1/+1
* | Updating ActionMailer dependency to 2.2.6Mikel Lindsaar2010-09-111-1/+1
|/
* Fix action mailer tests after old mapper removalPiotr Sarnacki2010-09-051-5/+3
* Set only helpers_path on inherited hook in action_controller/railtie.rb and u...Piotr Sarnacki2010-09-032-29/+6
* Moved ActionMailer and ActionController railties options to inherited hookPiotr Sarnacki2010-09-032-6/+29
* We don't need to clear action_methods on inherited hook as they are cleaned o...Piotr Sarnacki2010-09-031-5/+0
* ActionMailer should not depend on ActionDispatchPiotr Sarnacki2010-09-033-3/+2
* Refactor ActionMailer to not use hide_actionsPiotr Sarnacki2010-09-033-54/+4
* Move ActionController::Railties::RoutesHelpers and ActionMailer::Railties::Ro...Piotr Sarnacki2010-09-032-20/+2
* Include routes helpers only for inherited classes in ActionMailerPiotr Sarnacki2010-09-034-27/+66
* Include application's helpers and router helpers by default, but include engi...Piotr Sarnacki2010-09-032-0/+14
* mounted helpers should be included in ActionMailerPiotr Sarnacki2010-09-031-1/+2
* Merge josevalim/deprecations branch.José Valim2010-08-301-21/+2
|\
| * Update CHANGELOGs for 3.0 release and upcoming 3.1Jeremy Kemper2010-08-291-21/+2
* | Deprecate the old mailer API that was not deprecated yet.José Valim2010-08-2913-116/+80
* | Remove the deprecated API from ActionMailer.José Valim2010-08-295-262/+1
|/
* Clean up CHANGELOGsJeremy Kemper2010-08-281-1/+11
* Ensure templates like template.html are found but still uses the proper virtu...José Valim2010-08-263-0/+11
* Master is now targeting 3.1.0.betaDavid Heinemeier Hansson2010-08-231-2/+2
* Silence warnings for Encoding.default_external= and Encoding.default_internal=Santiago Pastorino2010-08-221-3/+6
* Set default_internal and default_external on AM for testing purposesSantiago Pastorino2010-08-211-1/+8
* deletes the rdoc task of each component, they are no longer published separatelyXavier Noria2010-08-201-16/+0
* Bump up rdoc to 2.5.10Santiago Pastorino2010-08-181-1/+1
* Fixes some ActionMailer testsSantiago Pastorino2010-08-143-4/+4
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-1426-110/+110
* Merge remote branch 'docrails/master'Xavier Noria2010-08-121-2/+2
|\
| * applied guidelines to "# =>"Paco Guzman2010-08-121-2/+2
* | adds missing requires for Object#tryXavier Noria2010-08-091-0/+2
|/
* Reload action_methods in AbstractController after defining new method.Piotr Sarnacki2010-08-041-0/+12
* Merge remote branch 'rails/master'Xavier Noria2010-07-303-3/+8
|\
| * edit pass to apply API guideline wrt the use of "# =>" in example codeXavier Noria2010-07-301-2/+2