aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/abstract_unit.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Updating to use Mail v2.3.0Mikel Lindsaar2011-04-261-5/+5
* removing text-format in favor of a more simple solutionAaron Patterson2011-02-091-2/+1
* Deprecate the old mailer API that was not deprecated yet.José Valim2010-08-291-0/+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
* Eliminate warnings for AM on 1.8wycats2010-03-161-1/+20
* fix up actionmailer load pathJoshua Peek2010-02-281-1/+4
* Revert "Fix test load paths for those not using bundler"Carlhuda2010-02-231-5/+2
* Fix test load paths for those not using bundlerJoshua Peek2010-02-151-2/+5
* Make AM test suite green.José Valim2010-02-011-0/+1
* Get rails tests running on bundler 0.9Carl Lerche2010-01-311-8/+1
* Add tests to mail helper.José Valim and Mikel Lindsaar2010-01-241-1/+0
* Move old tests to a specific folder and add some delivery method tests.José Valim and Mikel Lindsaar2010-01-241-19/+5
* Migrated over to Mail doing delivery.Mikel Lindsaar2010-01-161-2/+4
* Autoload AM test case classJoshua Peek2010-01-041-1/+0
* Fully expand relative rails framework paths and make sure we aren'tJoshua Peek2009-12-161-5/+2
* Avoid adding component lib/ to load path multiple timesJoshua Peek2009-11-091-1/+3
* Have all the tests running off a single GemfileYehuda Katz + Carl Lerche2009-10-201-7/+7
* Change config implementation in AV slightlyYehuda Katz2009-10-151-1/+1
* Fix AM tests by configuring AVJeremy Kemper2009-10-151-0/+2
* Don't push siblings on load path if using bundled envJeremy Kemper2009-10-141-2/+8
* Move mocha down below initial T::U require and bump version to 0.9.7 [#2858 s...Yehuda Katz + Carl Lerche2009-07-011-3/+0
* Bring abstract_controller up to date with rails/masterCarl Lerche & Yehuda Katz2009-04-131-8/+4
|\
| * Port fast reloadable templates from rails-dev-boost.thedarkone2009-02-121-0/+1
| * Require rubygemsJeremy Kemper2009-02-031-1/+1
| * Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.Jeremy Kemper2009-02-031-7/+3
| * Clean up view path cruft and split path implementations into Template::Path a...Joshua Peek2008-12-291-1/+0
* | Clean up view path cruft and split path implementations into Template::Path a...Joshua Peek2009-01-011-1/+0
|/
* Ensure the template format is always passed to the template finder. Now we ca...Joshua Peek2008-12-211-3/+6
* Register bogus template handlers for ActionMailer test fixturesJoshua Peek2008-12-031-0/+4
* Turn on STARTTLS if it is available in Net::SMTP (added in Ruby 1.8.7) and th...Grant Hollingworth2008-11-061-2/+6
* Fixed load path for actionmailer and activesupport tests to always load from ...madlep2008-10-041-0/+2
* Update uses_mocha in ActionMailer and ActiveResourceJoshua Peek2008-07-191-5/+13
* Stubba is included in Mocha alreadyJoshua Peek2008-07-111-2/+1
* Allow ActionMailer subclasses to individually set their delivery method (so t...David Heinemeier Hansson2007-11-071-0/+9
* Introduce TestCase subclasses for testing rails applications allowing tests t...Michael Koziarski2007-10-261-0/+1
* Test requirement fix (closes #9276) [lazyatom]David Heinemeier Hansson2007-09-221-3/+3
* Improve Test Coverage for raise_delivery_errors. [kevinclark] closes #7152Michael Koziarski2007-01-211-0/+9
* Make mime version default to 1.0. closes #2323Jamis Buck2006-09-091-0/+20
* set ActiveSupport::Deprecation.debug = true to see backtraces for deprecation...Jeremy Kemper2006-09-041-0/+3
* Add forgotten test/abstract_unitJeremy Kemper2006-07-031-0/+7