aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fix test load paths for those not using bundlerJoshua Peek2010-02-152-2/+8
* | Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-163-8/+8
|/
* Adding ruby version spec to all gemspec files to at least 1.8.7Mikel Lindsaar2010-02-081-0/+1
* Fixing actionmailer tests for CIMikel Lindsaar2010-02-061-1/+2
* fix usage examples and more to use new invocationsRomD2010-02-062-2/+2
* Fix tiny version number from '3.0.0beta' to '3.0.0.beta1', so 'rake install' ...Prem Sichanugrist2010-02-061-1/+1
* Bump git versions to 3.0.0.beta1 since we've releasedJeremy Kemper2010-02-051-2/+2
* install ActionController::UrlFor before environment is parsed, to provide Act...Paul Rosania2010-02-051-5/+5
* Submarine the rake-gemcutter dep in RakefilesJeremy Kemper2010-02-051-4/+5
* Fix task definesJeremy Kemper2010-02-041-1/+1
* Release using gemcutter gem:push tasksJeremy Kemper2010-02-041-18/+5
* Rationalize railtie dependencies: AC uses AV; AR uses AMo; and Rails always u...Jeremy Kemper2010-02-041-1/+1