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
*
Make defaults accept a hash.
José Valim and Mikel Lindsaar
2010-01-26
1
-42
/
+43
*
Fixing up expectations in base_test.rb
Mikel Lindsaar
2010-01-26
1
-10
/
+10
*
Implementing class level :defaults hash, instead of delivers_from et al
Mikel Lindsaar
2010-01-26
1
-3
/
+23
*
Fix small typo.
José Valim and Mikel Lindsaar
2010-01-26
1
-1
/
+1
*
Merge branch 'master' of github.com:mikel/rails
José Valim and Mikel Lindsaar
2010-01-26
1
-9
/
+14
|
\
|
*
Refactor content type setting, added tests to ensure boundary exists on multi...
José Valim and Mikel Lindsaar
2010-01-26
1
-9
/
+14
*
|
Remove old files, add some information to docs and improve test suite.
José Valim and Mikel Lindsaar
2010-01-26
2
-22
/
+24
|
/
*
Got AM working with Mail yield on delivery_handler and updated tests
José Valim and Mikel Lindsaar
2010-01-25
4
-2
/
+19
*
changed test to get TestMailer to use :file delivery method directly (as setu...
José Valim and Mikel Lindsaar
2010-01-25
1
-3
/
+3
*
Added delivery_handler method to mail and implemented in ActionMailer to deli...
José Valim and Mikel Lindsaar
2010-01-25
2
-6
/
+31
*
Added delivers_from.
José Valim and Mikel Lindsaar
2010-01-25
1
-3
/
+6
*
Add some view paths tests.
José Valim and Mikel Lindsaar
2010-01-25
2
-23
/
+43
*
Ensure implicit multipart templates with locale works as expected.
José Valim and Mikel Lindsaar
2010-01-24
5
-0
/
+31
*
Add tests to mail helper.
José Valim and Mikel Lindsaar
2010-01-24
9
-138
/
+84
*
Move old tests to a specific folder and add some delivery method tests.
José Valim and Mikel Lindsaar
2010-01-24
12
-59
/
+113
*
Handle some TODOs and deprecations.
José Valim and Mikel Lindsaar
2010-01-24
1
-2
/
+4
*
Finish cleaning up delivery methods implementation.
José Valim and Mikel Lindsaar
2010-01-24
2
-12
/
+11
*
Add new class delivery method API.
José Valim and Mikel Lindsaar
2010-01-24
10
-260
/
+227
*
Adding failing tests for calling just the action, instead of :create_action_n...
José Valim and Mikel Lindsaar
2010-01-24
1
-1
/
+15
*
Moving AS::Notifications call to one location in base
José Valim and Mikel Lindsaar
2010-01-24
1
-5
/
+2
*
Delegated ActionMailer::Base.deliveries to Mail.deliveries, added callback su...
José Valim and Mikel Lindsaar
2010-01-24
7
-9
/
+18
*
Set sort order for explicit parts from the collector's template sequence
José Valim and Mikel Lindsaar
2010-01-24
1
-10
/
+9
*
Add some tests to collector with templates and any.
José Valim and Mikel Lindsaar
2010-01-23
3
-11
/
+48
*
Make implicit and explicit templates pass through the same part creation proc...
José Valim and Mikel Lindsaar
2010-01-23
1
-12
/
+25
*
Added basic explicit multipart rendering and tests
José Valim and Mikel Lindsaar
2010-01-23
1
-11
/
+56
*
Get implicit multipart and attachments working together.
José Valim and Mikel Lindsaar
2010-01-22
2
-18
/
+79
*
First work on implicit multipart.
José Valim and Mikel Lindsaar
2010-01-22
3
-1
/
+19
*
Add basic template rendering to new DSL.
José Valim and Mikel Lindsaar
2010-01-22
4
-42
/
+36
*
Add more tests to new API.
José Valim and Mikel Lindsaar
2010-01-22
1
-33
/
+82
*
Moved deprecated_body.rb to deprecatead_api.rb
José Valim and Mikel Lindsaar
2010-01-22
1
-12
/
+0
*
Merge branch 'master' of git://github.com/rails/rails
José Valim and Mikel Lindsaar
2010-01-22
1
-11
/
+2
|
\
|
*
Default to sync instrumentation.
José Valim
2010-01-21
1
-11
/
+2
*
|
Added use of AS::Notifications for tmail_compat.rb
José Valim and Mikel Lindsaar
2010-01-22
1
-2
/
+0
*
|
Updating deprecated API to sanitize old style attachments hash to work with n...
José Valim and Mikel Lindsaar
2010-01-22
1
-1
/
+1
*
|
Adding tests for attachments['blah.rb'] = {} et al
José Valim and Mikel Lindsaar
2010-01-21
2
-1
/
+27
*
|
Mail method accepting all headers set via the hash
José Valim and Mikel Lindsaar
2010-01-21
1
-5
/
+27
*
|
Created mail method for new API
José Valim and Mikel Lindsaar
2010-01-20
1
-4
/
+42
*
|
Moved old API into deprecated_api.rb in preparation for new Rails 3 Mailer API
José Valim and Mikel Lindsaar
2010-01-20
1
-0
/
+39
*
|
Fixing failing test on sendmail expectation
Mikel Lindsaar
2010-01-20
1
-1
/
+1
*
|
Refactor delivery methods.
José Valim
2010-01-19
1
-91
/
+24
*
|
Get all tests passing.
José Valim
2010-01-19
1
-7
/
+2
*
|
latest updates
Mikel Lindsaar
2010-01-19
1
-0
/
+1
*
|
Merge branch 'master' of git://github.com/rails/rails into rails
Mikel Lindsaar
2010-01-19
1
-6
/
+4
|
\
|
|
*
Bring render_message back for 2.3 compatibility.
José Valim
2010-01-19
1
-2
/
+2
|
*
Bring body(Hash) behavior back.
José Valim
2010-01-19
1
-3
/
+1
|
*
mail.create_path returns an array test fixed [#3712 status:resolved]
Santiago Pastorino
2010-01-17
1
-1
/
+1
*
|
Fixing up base to refactor settings
Mikel Lindsaar
2010-01-17
1
-4
/
+4
*
|
Migrated over to Mail doing delivery.
Mikel Lindsaar
2010-01-16
4
-23
/
+60
|
/
*
Ensure we just send Ruby Stdlib objects in ActionMailer notifications.
José Valim
2010-01-15
1
-1
/
+1
*
Add subscriber to ActionMailer.
José Valim
2010-01-14
2
-34
/
+53
[next]