Jeremy Kemper
56bb5504dd
2.3.6 release
2010-05-22 23:53:40 -07:00
Cezary Baginski
ec7716abcd
actionpack: added missing encoding comments [ #4466 state:resolved]
...
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net >
2010-04-24 17:30:59 -07:00
Rodrigo Kochenburger
0022fa309b
Set mailer template_root as absolute path [ #2263 state:resolved]
...
Signed-off-by: José Valim <jose.valim@gmail.com >
2010-03-25 15:36:12 +01:00
Tom Lea
97e07a88fe
Fix incorrect relative paths being used when looking up templates.
...
The bug will manifest itself by failing to locate templates when running tests,
or when running as a daemon (from /).
It relates the the different behavior of ActionView::Template::Path#to_s and
ActionView::Template::Path#to_str when a RAILS_ROOT is defined. #to_s reports
a path relative to the root, and #to_str reports an absolute path.
Signed-off-by: José Valim <jose.valim@gmail.com >
2010-03-25 15:33:05 +01:00
Bryan Helmkamp
1e64cdf8c9
Bump version constants to 2.3.6 to more easily support generating prerelease gems
2010-03-01 18:24:55 -08:00
Jeremy Kemper
84541c4997
Update CHANGELOG
2010-02-06 20:24:24 -08:00
Mikel Lindsaar
1bf79f19a0
Reindended and handled old ruby syntax
2010-02-07 15:17:03 +11:00
Mikel Lindsaar
16b6d4216f
Fixed test to check using 8Bit and verified, removed stray require
2010-02-07 15:16:50 +11:00
Mikel Lindsaar
4645cd1499
Updating to TMail 1.2.7
2010-02-07 12:26:58 +11:00
Mikel Lindsaar
d53a590594
Fixing TMail encoding problem, porting to ActionMailer
2010-02-07 12:26:03 +11:00
Mikel Lindsaar
9a042baefb
Changing test, TMail now encodes this correctly
2010-02-07 12:25:30 +11:00
Mikel Lindsaar
696ec1f979
Changed version of TMail to 1.2.6
2010-02-06 15:00:43 +11:00
Santiago Pastorino and José Ignacio Costa
9ca6df83f6
Backport html_safe. Use latest rails_xss plugin for forward-compatibility with Rails 3.
2010-02-05 11:07:56 -08:00
Matt Duncan
b362b394f6
Bump year in MIT licenses
...
Signed-off-by: Joshua Peek <josh@joshpeek.com >
2010-02-02 08:47:10 -06:00
Joey A
da61a6c967
avoid generating invalid SMTP commands in ruby pre 1.9
...
Signed-off-by: Michael Koziarski <michael@koziarski.com >
2009-11-28 13:26:29 +13:00
Michael Koziarski
ec542caf58
Prepare for the 2.3.5 release
2009-11-25 18:56:12 +13:00
Jeremy Kemper
a3e129f79b
Shush
2009-11-09 10:36:31 -08:00
Jeremy Kemper
7454d1874c
Mark html safety
2009-10-09 18:37:38 -07:00
Bryan Helmkamp
1d7412b135
Reduce specificity of logging test to avoid dependency on the system clock
...
Signed-off-by: Yehuda Katz <wycats@gmail.com >
2009-09-29 17:10:01 -07:00
Jeremy Kemper
08d15f86c4
Deprecate "Allow frameworks to be required by their gem name"
...
This has just been confusing. Better to educate than band-aid.
This deprecates commit 18a24274ec .
Originally from http://dev.rubyonrails.org/ticket/8845 [drnic]
2009-09-12 02:45:33 -07:00
Michael Koziarski
a43ef2436c
Prepare for 2.3.4 release
2009-09-04 09:56:09 +12:00
Matt Duncan
f73d34c131
Default sent_on time to now in ActionMailer
...
Signed-off-by: Michael Koziarski <michael@koziarski.com >
[#2607 state:committed]
2009-08-08 14:10:46 +12:00
Michael Koziarski
18e68d9524
Prepare version numbers, changelogs and gem dependencies for 2.3.3.
2009-07-12 15:43:39 +12:00
Yehuda Katz + Carl Lerche
a8bd3c8a10
Move mocha down below initial T::U require and bump version to 0.9.7 [ #2858 state:resolved]
2009-07-01 12:09:32 -07:00
Friedrich Göpel
72d111a21c
1.9 compatibility - don't pass an array as the from address as this ends up generating invalid SMTP commands.
2009-06-09 20:24:19 +12:00
Jeremy Kemper
cc5d313a48
Lazier Rakefile requires to avoid needing full rake gem on 1.9
2009-06-08 20:42:39 -07:00
David Heinemeier Hansson
73fc42cc0b
Prepare for final 2.3 release
2009-03-15 22:06:50 -05:00
Sean Dague
1dff106888
Allow custom type for multipart emails [ #1691 state:resolved]
...
Signed-off-by: Pratik Naik <pratiknaik@gmail.com >
2009-03-10 16:38:37 +00:00
Jeremy Kemper
1c36172c13
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
...
[#1617 state:resolved]
2009-03-08 13:11:58 -07:00
David Heinemeier Hansson
dfef3d8b14
Release RC2 today
2009-03-05 11:00:04 +01:00
Elliott Wood
c41ed929bb
Removed the "charset" parameter from the Content-Type header of multipart sections of nested multipart messages.
...
Signed-off-by: Michael Koziarski <michael@koziarski.com >
[#2109 state:committed]
2009-03-02 18:51:30 +13:00
David Heinemeier Hansson
7058c1366e
So it didnt happen yesterday, but very soon! Just need the final details ironed out
2009-02-28 10:30:49 +01:00
David Heinemeier Hansson
77b0994c78
Prep for RC2 later today
2009-02-27 14:46:23 +01:00
Marcus Mateus
5c684f518f
Just require tmail instead of autoloading it to fix issues when using the gem
...
version [#1851 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com >
2009-02-24 10:47:50 -06:00
Sven Fuchs
441e4e2235
load plugin view_paths to action_mailer view_paths and make action_mailer use them [ #2031 state:resolved]
...
Signed-off-by: Joshua Peek <josh@joshpeek.com >
2009-02-22 10:39:56 -06:00
thedarkone
6bf9b69bde
Fix a failing mailer test.
2009-02-20 12:08:05 -06:00
thedarkone
3942cb406e
Port fast reloadable templates from rails-dev-boost.
2009-02-12 13:04:12 -06:00
Matt Jones
250dfb18af
Fixed that ActionMailer should send correctly formatted Return-Path in MAIL FROM for SMTP [ #1842 state:committed]
...
Signed-off-by: David Heinemeier Hansson <david@loudthinking.com >
2009-02-05 20:53:02 +01:00
Jeremy Kemper
b302e023b7
Require rubygems
2009-02-03 18:58:06 -08:00
Jeremy Kemper
278186534c
Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.
2009-02-03 18:40:22 -08:00
David Heinemeier Hansson
ed5fa2fe33
Mark CHANGELOGs for release
2009-02-01 22:06:40 +01:00
Pratik Naik
085991891e
Bump up the year in MIT license files
2009-01-18 05:28:21 +00:00
Jose' Valim
c2e7851fb2
Add ActionMailer::Base#enable_starttls_auto option for enabling/disabling STARTTLS. [ #1731 state:resolved]
...
Signed-off-by: Pratik Naik <pratiknaik@gmail.com >
2009-01-18 04:19:18 +00:00
Mike Gunderloy
1e02d95d60
Make ActioMailer quoting test play nice with Ruby 1.9 [ #1726 state:resolved]
...
Signed-off-by: Pratik Naik <pratiknaik@gmail.com >
2009-01-16 17:25:37 +00:00
Joshua Peek
558ab327b7
Clean up view path cruft and split path implementations into Template::Path and Template::EagerPath
2008-12-29 19:27:19 -06:00
Joshua Peek
858a420ce1
Ensure the template format is always passed to the template finder. Now we can cleanup some nasty stuff.
2008-12-21 17:24:16 -06:00
Pratik Naik
c3f53f412c
Merge docrails
2008-12-19 14:27:43 +00:00
Xavier Noria
46c7dd2348
normalize author names in changelogs [ #1495 state:committed]
...
Signed-off-by: David Heinemeier Hansson <david@loudthinking.com >
2008-12-16 14:33:32 +01:00
Jeremy Kemper
781e29be0a
Fix tests broken by switch to Pathname
2008-12-09 11:39:45 -08:00
Joshua Peek
7c0dfa35db
Register bogus template handlers for ActionMailer test fixtures
2008-12-03 13:58:47 -06:00