| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |