index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionmailer
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Merge branch 'master' of git://github.com/rails/rails into rails_master
Mikel Lindsaar
2009-11-24
2
-2
/
+4
|
|
\
|
*
|
|
Merge commit 'mikel/master' into mail
Jeremy Kemper
2009-11-23
2
-8
/
+18
|
\
|
|
|
*
|
Fixed up incompatible encoding problem for Ruby 1.9 in test suite
Mikel Lindsaar
2009-11-23
2
-3
/
+13
|
*
|
Deprecating attachment :body => 'string' in favour of attachment :data => 'st...
Mikel Lindsaar
2009-11-23
1
-5
/
+5
*
|
|
Never require jcode
Jeremy Kemper
2009-11-22
1
-1
/
+0
*
|
|
Merge commit 'origin/master' into mail
Jeremy Kemper
2009-11-22
2
-2
/
+4
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Avoid adding component lib/ to load path multiple times
Joshua Peek
2009-11-09
1
-1
/
+3
|
*
Change mailer subjects lookup.
José Valim
2009-11-09
1
-1
/
+1
*
|
131 tests, 309 assertions, 0 failures, 0 errors
Mikel Lindsaar
2009-11-22
3
-38
/
+47
*
|
Updating tests for Mail gem
Mikel Lindsaar
2009-11-22
2
-2
/
+2
*
|
131 tests, 266 assertions, 9 failures, 6 errors
Mikel Lindsaar
2009-11-21
2
-13
/
+13
*
|
Down to 13 failures, 14 errors
Mikel Lindsaar
2009-11-20
1
-6
/
+13
*
|
Down to 30 failures total
Mikel Lindsaar
2009-11-20
4
-46
/
+92
*
|
More updates... 45 errors left to get it working with Mail gem
Mikel Lindsaar
2009-11-20
6
-48
/
+62
*
|
Starting again on actionmailer integration with mail
Mikel Lindsaar
2009-11-12
9
-80
/
+112
|
/
*
Use I18n on ActionMailer subjects by default.
José Valim
2009-11-01
1
-0
/
+15
*
Make tests run without deprecation warning (just one left).
José Valim
2009-11-01
5
-77
/
+108
*
Another refactoring on AM. body is deprecated, use render instead.
José Valim
2009-11-01
1
-6
/
+2
*
Move all render and layout pieces required in ActionMailer from ActionControl...
José Valim
2009-11-01
1
-1
/
+14
*
Remove ActionMailer helpers and rely on AbstractController one.
José Valim
2009-11-01
1
-3
/
+7
*
abstract all of the ActionMailer delivery methods into their own classes. the...
Matthew Rudy Jacobs
2009-11-01
3
-6
/
+34
*
Have all the tests running off a single Gemfile
Yehuda Katz + Carl Lerche
2009-10-20
1
-7
/
+7
*
Need to use "use_controllers" for nonexistent controller in AM test
Joshua Peek
2009-10-18
1
-21
/
+23
*
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
*
Mark html safety
Jeremy Kemper
2009-10-09
1
-1
/
+1
*
Get rid of parenthesize argument warnings
Pratik Naik
2009-08-09
1
-5
/
+5
*
Adds a :file delivery_method to save email to a file on disk
Eric Davis
2009-08-08
2
-0
/
+34
*
Default sent_on time to now in ActionMailer
Matt Duncan
2009-08-08
1
-2
/
+3
*
Replace _render_template_with_layout with _render_template since the layout i...
Yehuda Katz
2009-08-07
1
-4
/
+6
*
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
*
Fix failing CI test (broken in 2daac47 or e693f45): make test_multipart_with_...
Chad Woolley
2009-05-27
2
-5
/
+6
*
Move misplaced test
Jeremy Kemper
2009-05-22
1
-0
/
+18
*
Fixes ActionMailer to work with the ActionView refactoring
Yehuda Katz + Carl Lerche
2009-04-27
1
-2
/
+2
*
Refactor ActionView::Path
Yehuda Katz + Carl Lerche
2009-04-22
12
-9
/
+7
*
Bring abstract_controller up to date with rails/master
Carl Lerche & Yehuda Katz
2009-04-13
4
-18
/
+40
|
\
|
*
Allow custom type for multipart emails [#1691 state:resolved]
Sean Dague
2009-03-10
1
-1
/
+29
|
*
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
Jeremy Kemper
2009-03-08
2
-5
/
+5
|
*
Removed the "charset" parameter from the Content-Type header of multipart sec...
Elliott Wood
2009-03-02
1
-0
/
+1
|
*
Fix a failing mailer test.
thedarkone
2009-02-20
1
-1
/
+1
|
*
Port fast reloadable templates from rails-dev-boost.
thedarkone
2009-02-12
2
-1
/
+2
|
*
Fixed that ActionMailer should send correctly formatted Return-Path in MAIL F...
Matt Jones
2009-02-05
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
2
-11
/
+3
*
|
Begin unifying the interface between ActionController and ActionView
Yehuda Katz
2009-01-22
1
-4
/
+22
|
/
*
Add ActionMailer::Base#enable_starttls_auto option for enabling/disabling STA...
Jose' Valim
2009-01-18
1
-0
/
+12
*
Make ActioMailer quoting test play nice with Ruby 1.9 [#1726 state:resolved]
Mike Gunderloy
2009-01-16
1
-2
/
+4
*
Clean up view path cruft and split path implementations into Template::Path a...
Joshua Peek
2008-12-29
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
[prev]
[next]