aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
* 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
| | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
* Provide a cleaner syntax for paths configuration that does not rely on ↵José Valim2010-10-061-3/+3
| | | | method_missing.
* 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
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Merge remote branch 'drogus/engines'wycats2010-09-111-1/+1
|\
| * Do not require passing :app to mounted helpers, it's actually useless and ↵Piotr Sarnacki2010-09-081-1/+1
| | | | | | | | not DRY
* | 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 ↵Piotr Sarnacki2010-09-032-29/+6
| | | | use helper(:all) just after that
* Moved ActionMailer and ActionController railties options to inherited hookPiotr Sarnacki2010-09-032-6/+29
| | | | | | | | | | | This change is needed, because we must take namespace into account and if controller's/mailer's class is namespaced, engine's paths should be set instead of application's ones. The nice side effect of this is removing unneeded logic in ActionController::Base.inherited - now the helpers_path should be set correctly even for engine's controllers, so helper(:all) will always include correct helpers.
* We don't need to clear action_methods on inherited hook as they are cleaned ↵Piotr Sarnacki2010-09-031-5/+0
| | | | on method_added hook
* 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 ↵Piotr Sarnacki2010-09-032-20/+2
| | | | ActionMailer::Railties::RoutesHelper to AbstractController::Railties::RoutesHelpers
* 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 ↵Piotr Sarnacki2010-09-032-0/+14
| | | | engine's ones for controllers inside isolated namespace
* mounted helpers should be included in ActionMailerPiotr Sarnacki2010-09-031-1/+2
|
* Merge josevalim/deprecations branch.José Valim2010-08-301-21/+2
|\ | | | | | | I maintained on purpose the DeprecatedUrlOptions in ActionMailer and the Deprecated configuration in Railties because they were already addressed by Piotr in his RSoC work.
| * 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 ↵José Valim2010-08-263-0/+11
| | | | virtual path.
* 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
| | | | 's/[ \t]*$//' -i {} \;)
* 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
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* 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
| |
| * Prep for RCDavid Heinemeier Hansson2010-07-262-1/+6
| |
* | itsy bitsy changes to ActionMailer documentationNeeraj Singh2010-07-281-14/+11
| |
* | putting receive method under ttNeeraj Singh2010-07-281-2/+2
|/