aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
Commit message (Expand)AuthorAgeFilesLines
* 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 tha...Mikel Lindsaar2010-03-281-1/+1
| * 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 wait...José Valim2010-03-272-3/+2
* Move application configuration to the application configuration object, remov...José Valim2010-03-261-2/+2
* Fix ActionMailer test issuesEvan Phoenix2010-03-221-2/+4
* Improve performance of the rendering stack by freezing formats as a sign that...José Valim2010-03-196-52/+43
* 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 warning...wycats2010-03-171-0/+2
* 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
* Allow anything that responds to render to be given as :template and use find_...José Valim2010-03-122-2/+2
* 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
* | 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 lo...José Valim2010-03-071-1/+0
|/
* 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 r...Bryan Helmkamp2010-03-041-4/+3
* 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 confi...Carl Lerche2010-03-042-5/+8
* Fix a bunch of failing AP / AM specs created from the previous AbstractContro...Carl Lerche2010-03-041-2/+6
* Fix quoting regexp encoding in ActionMailerPavel Golubeff2010-03-031-1/+1
* 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
* Get ActionMailer's tests passing with the non global routerCarlhuda2010-02-251-2/+4
* Renamed LocalizedCache to DetailsCache.José Valim2010-02-241-1/+1
* Use render instead render_to_body.José Valim2010-02-242-2/+2
* Revert "Fix test load paths for those not using bundler"Carlhuda2010-02-232-8/+2
* Adding options to register observers and interceptors through ActionMailer::B...Mikel Lindsaar2010-02-223-1/+42
* Use ActionDispatch::Routing everywhereMartin Schürrer2010-02-211-1/+1
* Allow to choose the template path and template name used in implicit renderin...José Valim2010-02-192-46/+81
* Merge master.José Valim2010-02-172-2/+8
|\