aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
Commit message (Collapse)AuthorAgeFilesLines
...
* Removing quoting and adding Mail 2.3.5Mikel Lindsaar2010-04-113-66/+1
|
* Update versions (otherwise you install a gem from source as beta3 but ↵José Valim2010-04-101-1/+1
| | | | internally it's beta2) and update CHANGELOG.
* Release is today, yoDavid Heinemeier Hansson2010-04-011-1/+2
|
* Updated changelogs to differentiate beta1 and beta2wycats2010-04-011-1/+3
|
* Updated changelogswycats2010-04-011-0/+5
|
* Prep for beta2, depend on latest BundlerDavid Heinemeier Hansson2010-04-011-1/+1
|
* Replace the placeholder base_hook API with on_load. To specify some code thatwycats2010-03-292-4/+4
| | | | | | | | should run during framework load do: ActiveSupport.on_load(:action_controller) do # Code run in the context of AC::Base end
* Bump mail to 2.1.5.3Jeremy Kemper2010-03-291-1/+1
|
* Bump mail dep to 2.1.5.1Jeremy Kemper2010-03-281-1/+1
|
* Merge remote branch 'mikel/master'Jeremy Kemper2010-03-283-13/+29
|\
| * Updating mail version requirement to 2.1.5Mikel Lindsaar2010-03-281-1/+1
| |
| * Fixing up attachment encoding specs to work with latest mail - and be correctMikel Lindsaar2010-03-281-2/+18
| |
| * Mail now correctly bundles up the charset into the content type fieldMikel Lindsaar2010-03-281-7/+7
| |
| * Updating test, should be calling :decoded, not :encoded, is a problem now ↵Mikel Lindsaar2010-03-281-1/+1
| | | | | | | | that Mail is fixed
| * Fixing test, ; is a delimiter, not a termination character, ref RFC 2045Mikel Lindsaar2010-03-281-2/+2
| |
* | adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-282-0/+2
|/
* Ensure details are frozen after @details_keys lookup. The implementation ↵José Valim2010-03-272-3/+2
| | | | waits to freeze until the last required moment, to avoid duping hashes.
* Move application configuration to the application configuration object, ↵José Valim2010-03-261-2/+2
| | | | remove railtie_name and engine_name and allow to set the configuration object.
* Fix ActionMailer test issuesEvan Phoenix2010-03-221-2/+4
| | | | | * Don't depend so much no the message in a NameError * Reset the delivery method properly
* Improve performance of the rendering stack by freezing formats as a sign ↵José Valim2010-03-196-52/+43
| | | | that they shouldn't be further modified.
* Fix an error in isolated running of testsCarlhuda2010-03-181-8/+0
|
* Use Array.wrap not Array()Jeremy Kemper2010-03-172-3/+6
|
* Fix broken test due to constant collisionJeremy Kemper2010-03-172-6/+4
|
* Kill nonexistent method removalJeremy Kemper2010-03-171-2/+0
|
* Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM ↵wycats2010-03-171-0/+2
| | | | warnings are in dependencies.
* Eliminate warnings for AM on 1.8wycats2010-03-163-4/+22
|
* Finish cleaning up rendering stack from views and move assigns evaluation to ↵José Valim2010-03-122-3/+2
| | | | controller (so plugins and/or controllers can overwrite just one method).
* Allow anything that responds to render to be given as :template and use ↵José Valim2010-03-122-2/+2
| | | | find_template instead of find in views.
* Clean up the API required from ActionView::Template.José Valim2010-03-091-1/+1
|
* Merge master.José Valim2010-03-083-4/+9
|\
| * Make many parts of Rails lazy. In order to facilitate this,wycats2010-03-073-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | add lazy_load_hooks.rb, which allows us to declare code that should be run at some later time. For instance, this allows us to defer requiring ActiveRecord::Base at boot time purely to apply configuration. Instead, we register a hook that should apply configuration once ActiveRecord::Base is loaded. With these changes, brings down total boot time of a new app to 300ms in production and 400ms in dev. TODO: rename base_hook
* | Bring AM up to date with new rendering stack.José Valim2010-03-082-8/+6
| |
* | Move layout lookup to views.José Valim2010-03-081-1/+0
| |
* | Added template lookup responsible to hold all information used in template ↵José Valim2010-03-071-1/+0
|/ | | | lookup.
* Load RAILS_VERSION relative to the gemspec file.Stefan Penner2010-03-061-1/+1
|
* Read Rails version from a file instead of modifying the load path and doing ↵Bryan Helmkamp2010-03-041-4/+3
| | | | | | requires Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
* Fixed a broken AM test. I'm unsure how this passed before.Carlhuda2010-03-041-1/+1
|
* Update the ActionMailer tests to run off of the latest ActionController ↵Carl Lerche2010-03-042-5/+8
| | | | config refactor
* Fix a bunch of failing AP / AM specs created from the previous ↵Carl Lerche2010-03-041-2/+6
| | | | AbstractController configuration refactor.
* Fix quoting regexp encoding in ActionMailerPavel Golubeff2010-03-031-1/+1
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Fix action_mailer testsCarl Lerche2010-03-021-1/+5
|
* Get the railties tests to pass again.Carlhuda2010-03-021-5/+0
|
* Moved initializers for ActionMailer and ActionController into their own railtiesCarlhuda2010-03-021-0/+5
|
* Wordsmith gem descriptionsJeremy Kemper2010-03-021-2/+2
|
* Leverage VERSION constants from gemspecs to avoid tedious updates when releasingBryan Helmkamp2010-03-022-3/+5
|
* Update versions of all components to normalize them to new formatBryan Helmkamp2010-03-021-2/+3
|
* Remove cruft in the gem packaging and release codeBryan Helmkamp2010-03-011-10/+0
|
* fix up actionmailer load pathJoshua Peek2010-02-281-1/+4
|
* Rename named_url_helpers to url_helpers and url_helpers to url_forCarlhuda2010-02-262-2/+2
|
* Get Railties tests passingCarlhuda2010-02-251-1/+1
|