aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/abstract_unit.rb
Commit message (Expand)AuthorAgeFilesLines
* standardize on jruby_skip & rbx_skipGaurish Sharma2014-01-131-0/+9
* Disable available locales checks to avoid warnings running the testsCarlos Antonio da Silva2013-12-171-0/+3
* Remove hard require to ActionView from ActionMailerŁukasz Strzałkowski2013-08-251-0/+1
* Load AV::Layout to AM::Base in railtiesŁukasz Strzałkowski2013-08-251-0/+3
* Do not silance mail gem warnings.Łukasz Strzałkowski2013-08-251-5/+1
* As we are doing debug mode onArun Agrawal2013-08-021-2/+0
* Add active_support/testing/autorunRafael Mendonça França2012-12-311-1/+1
* Move background jobs to the 'jobs' branch until fully baked. Not shipping wit...Jeremy Kemper2012-12-211-1/+0
* Use synchronous queue by default. Separate queued message delivery jobs from ...Jeremy Kemper2012-09-161-1/+0
* Move queue classes to ActiveSupportSantiago Pastorino2012-09-141-2/+2
* Allow users to configure the queue for the mailersRafael Mendonça França2012-09-121-8/+1
* Action Mailer async flag is true by default using a Synchronous implSantiago Pastorino2012-09-111-0/+9
* Remove useless load path modificationsSantiago Pastorino2012-05-111-3/+0
* No need to work around 1.8 warnings anymore.Marcelo Silveira2012-05-031-13/+1
* require minitest rather than test/unitAaron Patterson2012-01-061-1/+1
* deprecate String#encoding_aware? and remove its usageSergey Nartimov2011-12-241-8/+5
* 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