| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove useless load path modifications | Santiago Pastorino | 2012-05-11 | 1 | -3/+0 |
* | No need to work around 1.8 warnings anymore. | Marcelo Silveira | 2012-05-03 | 1 | -13/+1 |
* | require minitest rather than test/unit | Aaron Patterson | 2012-01-06 | 1 | -1/+1 |
* | deprecate String#encoding_aware? and remove its usage | Sergey Nartimov | 2011-12-24 | 1 | -8/+5 |
* | Updating to use Mail v2.3.0 | Mikel Lindsaar | 2011-04-26 | 1 | -5/+5 |
* | removing text-format in favor of a more simple solution | Aaron Patterson | 2011-02-09 | 1 | -2/+1 |
* | Deprecate the old mailer API that was not deprecated yet. | José Valim | 2010-08-29 | 1 | -0/+2 |
* | Silence warnings for Encoding.default_external= and Encoding.default_internal= | Santiago Pastorino | 2010-08-22 | 1 | -3/+6 |
* | Set default_internal and default_external on AM for testing purposes | Santiago Pastorino | 2010-08-21 | 1 | -1/+8 |
* | Eliminate warnings for AM on 1.8 | wycats | 2010-03-16 | 1 | -1/+20 |
* | fix up actionmailer load path | Joshua Peek | 2010-02-28 | 1 | -1/+4 |
* | Revert "Fix test load paths for those not using bundler" | Carlhuda | 2010-02-23 | 1 | -5/+2 |
* | Fix test load paths for those not using bundler | Joshua Peek | 2010-02-15 | 1 | -2/+5 |
* | Make AM test suite green. | José Valim | 2010-02-01 | 1 | -0/+1 |
* | Get rails tests running on bundler 0.9 | Carl Lerche | 2010-01-31 | 1 | -8/+1 |
* | Add tests to mail helper. | José Valim and Mikel Lindsaar | 2010-01-24 | 1 | -1/+0 |
* | Move old tests to a specific folder and add some delivery method tests. | José Valim and Mikel Lindsaar | 2010-01-24 | 1 | -19/+5 |
* | Migrated over to Mail doing delivery. | Mikel Lindsaar | 2010-01-16 | 1 | -2/+4 |
* | Autoload AM test case class | Joshua Peek | 2010-01-04 | 1 | -1/+0 |
* | Fully expand relative rails framework paths and make sure we aren't | Joshua Peek | 2009-12-16 | 1 | -5/+2 |
* | Avoid adding component lib/ to load path multiple times | Joshua Peek | 2009-11-09 | 1 | -1/+3 |
* | Have all the tests running off a single Gemfile | Yehuda Katz + Carl Lerche | 2009-10-20 | 1 | -7/+7 |
* | Change config implementation in AV slightly | Yehuda Katz | 2009-10-15 | 1 | -1/+1 |
* | Fix AM tests by configuring AV | Jeremy Kemper | 2009-10-15 | 1 | -0/+2 |
* | Don't push siblings on load path if using bundled env | Jeremy Kemper | 2009-10-14 | 1 | -2/+8 |
* | Move mocha down below initial T::U require and bump version to 0.9.7 [#2858 s... | Yehuda Katz + Carl Lerche | 2009-07-01 | 1 | -3/+0 |
* | Bring abstract_controller up to date with rails/master | Carl Lerche & Yehuda Katz | 2009-04-13 | 1 | -8/+4 |
|\ |
|
| * | Port fast reloadable templates from rails-dev-boost. | thedarkone | 2009-02-12 | 1 | -0/+1 |
| * | Require rubygems | Jeremy Kemper | 2009-02-03 | 1 | -1/+1 |
| * | Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha. | Jeremy Kemper | 2009-02-03 | 1 | -7/+3 |
| * | Clean up view path cruft and split path implementations into Template::Path a... | Joshua Peek | 2008-12-29 | 1 | -1/+0 |
* | | Clean up view path cruft and split path implementations into Template::Path a... | Joshua Peek | 2009-01-01 | 1 | -1/+0 |
|/ |
|
* | Ensure the template format is always passed to the template finder. Now we ca... | Joshua Peek | 2008-12-21 | 1 | -3/+6 |
* | Register bogus template handlers for ActionMailer test fixtures | Joshua Peek | 2008-12-03 | 1 | -0/+4 |
* | Turn on STARTTLS if it is available in Net::SMTP (added in Ruby 1.8.7) and th... | Grant Hollingworth | 2008-11-06 | 1 | -2/+6 |
* | Fixed load path for actionmailer and activesupport tests to always load from ... | madlep | 2008-10-04 | 1 | -0/+2 |
* | Update uses_mocha in ActionMailer and ActiveResource | Joshua Peek | 2008-07-19 | 1 | -5/+13 |
* | Stubba is included in Mocha already | Joshua Peek | 2008-07-11 | 1 | -2/+1 |
* | Allow ActionMailer subclasses to individually set their delivery method (so t... | David Heinemeier Hansson | 2007-11-07 | 1 | -0/+9 |
* | Introduce TestCase subclasses for testing rails applications allowing tests t... | Michael Koziarski | 2007-10-26 | 1 | -0/+1 |
* | Test requirement fix (closes #9276) [lazyatom] | David Heinemeier Hansson | 2007-09-22 | 1 | -3/+3 |
* | Improve Test Coverage for raise_delivery_errors. [kevinclark] closes #7152 | Michael Koziarski | 2007-01-21 | 1 | -0/+9 |
* | Make mime version default to 1.0. closes #2323 | Jamis Buck | 2006-09-09 | 1 | -0/+20 |
* | set ActiveSupport::Deprecation.debug = true to see backtraces for deprecation... | Jeremy Kemper | 2006-09-04 | 1 | -0/+3 |
* | Add forgotten test/abstract_unit | Jeremy Kemper | 2006-07-03 | 1 | -0/+7 |